PATH |
EOTableAssociation
- Inherits from:
- EOWidgetAssociation : EOAssociation : EODelayedObserver (EOControl) : Object
- Implements:
- NSDisposable
- EOObserving (EOControl)
- Package:
- com.webobjects.eointerface
Class Description
EOTableAssociation associates the contents of its SourceAspect's display group with an EOTableAssociation.TablePlugin . In general use, it should never be necessary to explicitly instantiate this class, as EOTableColumnAssociation's setTable assures that an instance exists for its table.
Usable With |
EOTable |
Aspects | |
EOAssociation. EnabledAspect |
|
EOAssociation. SourceAspect |
Interfaces Implemented
- NSDisposable
- dispose
- EOObserving
Method Types
- Table attributes
- boldStateAtColumnAndRow
- italicAtColumnAndRow
- textColorAtColumnAndRow
- valueAtColumnAndRow
- Other methods
- EOTableAssociation
- editingTableColumnAssociation
- isEditableAtColumnAndRow
- numberOfDisplayedObjects
- primaryAspect
- setSortOrderingByTableColumnOrder
- setSortsByColumnOrder
- setValueAtColumnAndRow
- sortsByColumnOrder
- subjectChanged
- tableDidChangeColumns
- tableDidChangeSelection
- widgetPluginClass
Constructors
EOTableAssociation
public EOTableAssociation(Object aDisplayObject)
In general use, it should never be necessary to explicitly instantiate this class, as EOTableColumnAssociation's setTable assures that an instance exists for its table.
See Also: bindAspect (EOAssociation), establishConnection (EOAssociation)
Instance Methods
boldStateAtColumnAndRow
public int boldStateAtColumnAndRow( int columnIndex, int rowIndex)
dispose
public void dispose()
editingTableColumnAssociation
public EOTableColumnAssociation editingTableColumnAssociation()
isEditableAtColumnAndRow
public boolean isEditableAtColumnAndRow( int columnIndex, int rowIndex)
italicAtColumnAndRow
public int italicAtColumnAndRow( int columnIndex, int rowIndex)
numberOfDisplayedObjects
public int numberOfDisplayedObjects()
primaryAspect
public String primaryAspect()
See Also: primaryAspect (EOAssociation)
setSortOrderingByTableColumnOrder
public void setSortOrderingByTableColumnOrder()
setSortsByColumnOrder
public void setSortsByColumnOrder(boolean aBoolean)
setValueAtColumnAndRow
public boolean setValueAtColumnAndRow( Object value, int columnIndex, int rowIndex)
sortsByColumnOrder
public boolean sortsByColumnOrder()
subjectChanged
public void subjectChanged()
tableDidChangeColumns
public void tableDidChangeColumns()
tableDidChangeSelection
public void tableDidChangeSelection()
textColorAtColumnAndRow
public Object textColorAtColumnAndRow( int columnIndex, int rowIndex)
valueAtColumnAndRow
public Object valueAtColumnAndRow( int anInt, int anInt)
widgetPluginClass
protected Class widgetPluginClass()
© 2001 Apple Computer, Inc. (Last Published April 21, 2001)