Inherited by ERXTable.

Public Member Functions | |
| int | colCount () |
| boolean | isStateless () |
| NSArray | list () |
| int | maxColumns () |
| void | pushItem () |
| void | reset () |
| int | rowCount () |
| void | setCurrentCol (int newValue) |
| void | setCurrentRow (int newValue) |
| void | takeValuesFromRequest (WORequest aRequest, WOContext aContext) |
| WOTable (WOContext aContext) | |
Public Attributes | |
| int | _colCount |
| NSArray | _list |
| int | _maxColumns |
| int | _rowCount |
| int | currentCol |
| int | currentItemIndex |
| int | currentRow |
Protected Member Functions | |
| void | _resetInternalCaches () |
| WOTable | ( | WOContext | aContext | ) |
| void _resetInternalCaches | ( | ) | [protected] |
Reimplemented in ERXTable.
| int colCount | ( | ) |
Reimplemented in ERXTable.
| boolean isStateless | ( | ) |
Reimplemented in ERXTable.
| NSArray list | ( | ) |
| int maxColumns | ( | ) |
| void pushItem | ( | ) |
Reimplemented in ERXTable.
| void reset | ( | ) |
| int rowCount | ( | ) |
| void setCurrentCol | ( | int | newValue | ) |
| void setCurrentRow | ( | int | newValue | ) |
| void takeValuesFromRequest | ( | WORequest | aRequest, | |
| WOContext | aContext | |||
| ) |
| int _colCount |
| NSArray _list |
| int _maxColumns |
| int _rowCount |
| int currentCol |
| int currentItemIndex |
| int currentRow |
1.5.8