
Public Member Functions | |
| int | colCount () |
| int | displayInt () |
| ERXTable (WOContext context) | |
| boolean | goingVertically () |
| boolean | hasHeaders () |
| String | header () |
| boolean | isStateless () |
| void | pushItem () |
| boolean | showIndex () |
Protected Member Functions | |
| void | _resetInternalCaches () |
Protected Attributes | |
| Boolean | _goingVertically |
| Boolean | _showIndex |
| String | header |
| int | index = 0 |
col pushed to the parent with the current column number index pushed to the parent indicating the current index list of objects to construct the table for maxColumns maximum number of columns fillColumns when true, loops until the last row is filled even when no more elements are left in the list row pushed to the parent with the current row number item pushed to the parent with the current object from the list tableClass CSS class for the table tableBackgroundColor background color for table border table border cellpadding cell padding cellspacing cell spacing rowBackgroundColor background color to be used for the rows of the table rowClass CSS class for the row cellBackgroundColor background color for the cell cellAlign cell's alignment cellVAlign cell's vertical alignment cellWidth cell's width cellClass CSS class for the cell tableWidth table width goingVertically boolean if the list should be layed out horizontally or vertically. headerImages array of images to be displayed in the header cells of the table headerRowBackgroundColor background color for the header row
| ERXTable | ( | WOContext | context | ) |
Public constructor
| context | the context |
| void _resetInternalCaches | ( | ) | [protected] |
resets the cached variables
Reimplemented from WOTable.
| int colCount | ( | ) |
Reimplemented from WOTable.
| int displayInt | ( | ) |
Returns a displayable value for the index starting from 1 instead of 0.
| boolean goingVertically | ( | ) |
Denotes if the list should be layed out vertically or horizontally. This is the boolean value from the binding: goingVertically
| boolean hasHeaders | ( | ) |
Conditional to determine if the binding: headerImages is present.
| boolean isStateless | ( | ) |
| void pushItem | ( | ) |
Overridden to account for when goingVertical is enabled. Also corrects a bug from the WO 5.1 release that would throw OutOfBoundsExceptions. This method pushs the current item up to the parent component.
Reimplemented from WOTable.
| boolean showIndex | ( | ) |
Conditional to determine if the index should be shown
Boolean _goingVertically [protected] |
caches the value from the binding goingVertical
Boolean _showIndex [protected] |
int index = 0 [protected] |
1.5.8