PATH Documentation > WebObjects

Table of Contents

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)

Creates a new EOTableAssociation to monitor and update the value in aDisplayObject, an EOTable.

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)

Description forthcoming.

dispose

public void dispose()

See the description in the documentation for NSDisposable.

editingTableColumnAssociation

public EOTableColumnAssociation editingTableColumnAssociation()

Description forthcoming.

isEditableAtColumnAndRow

public boolean isEditableAtColumnAndRow( int columnIndex, int rowIndex)

Description forthcoming.

italicAtColumnAndRow

public int italicAtColumnAndRow( int columnIndex, int rowIndex)

Description forthcoming.

numberOfDisplayedObjects

public int numberOfDisplayedObjects()

Description forthcoming.

primaryAspect

public String primaryAspect()

Returns EOAssociation.SourceAspect.

See Also: primaryAspect (EOAssociation)



setSortOrderingByTableColumnOrder

public void setSortOrderingByTableColumnOrder()

Description forthcoming.

setSortsByColumnOrder

public void setSortsByColumnOrder(boolean aBoolean)

Description forthcoming.

setValueAtColumnAndRow

public boolean setValueAtColumnAndRow( Object value, int columnIndex, int rowIndex)

Description forthcoming.

sortsByColumnOrder

public boolean sortsByColumnOrder()

Description forthcoming.

subjectChanged

public void subjectChanged()

See the subjectChanged method description in the superclass EOAssociation.

tableDidChangeColumns

public void tableDidChangeColumns()

Description forthcoming.

tableDidChangeSelection

public void tableDidChangeSelection()

Description forthcoming.

textColorAtColumnAndRow

public Object textColorAtColumnAndRow( int columnIndex, int rowIndex)

Description forthcoming.

valueAtColumnAndRow

public Object valueAtColumnAndRow( int anInt, int anInt)

Description forthcoming.

widgetPluginClass

protected Class widgetPluginClass()

Description forthcoming.

© 2001 Apple Computer, Inc. (Last Published April 21, 2001)


Table of Contents