Package org.oddjob.arooa.design.view.multitype

Support for a MultiTypeTableView.

See:
          Description

Interface Summary
EditableValue Represent the value of a row.
MultiTypeListener Listener for changes in a MultiTypeModel
MultiTypeModel The model used to provide data to a MultiTypeTableWidget and process changes from the view.
MultiTypeRow A row in a MultiTypeModel
MultiTypeStrategy The strategy used to layout a MultiTypeTableWidget.
 

Class Summary
AbstractMultiTypeAdaptor Shared implementation for MultiType adaptors.
AbstractMultiTypeModel Shared model implementation.
KeyedMultiTypeAdaptor The table model for keyed values.
ListMultiTypeAdaptor The table model for a list of values.
MultiTypeDesignModel The model for a MultiTypeTable created from a property.
MultiTypeEvent An event for a MultiTypeListener.
MultiTypeTableWidget Create a widget that supports editing of different element types using a table.
NamedMultiTypeAdaptor A TableModel for a MultiType where name is first.
TypeMultiTypeAdaptor Shared implementation for the two models where the element drives creation of a row.
 

Enum Summary
MultiTypeStrategy.Strategies  
 

Package org.oddjob.arooa.design.view.multitype Description

Support for a MultiTypeTableView.