
Classes | |
| interface | Keys |
Public Member Functions | |
| String | batchSizeFieldID () |
| WODisplayGroup | displayGroup () |
| ERMDBatchSizeControl (WOContext context) | |
| String | itemsString () |
| ERXLocalizer | localizer () |
| int | numberOfObjectsPerBatch () |
| String | separatorString () |
| void | setBatchSizeFieldID (String fieldID) |
| void | setNumberOfObjectsPerBatch (Integer number) |
| String | showString () |
| boolean | synchronizesVariablesWithBindings () |
| String | updateContainerID () |
| String | updateFunction () |
Private Attributes | |
| String | _batchSizeFieldID |
| String | _itemsString |
| ERXLocalizer | _localizer |
| String | _separatorString |
| String | _showString |
| String | _updateContainerID |
itemString showString separatorString updateContainerID localizer
| ERMDBatchSizeControl | ( | WOContext | context | ) |
| String batchSizeFieldID | ( | ) |
Returns a unique id for this batch size control
| WODisplayGroup displayGroup | ( | ) |
| String itemsString | ( | ) |
The string displayed for 100 [item]s : Show 10
Default is "item"
| ERXLocalizer localizer | ( | ) |
| int numberOfObjectsPerBatch | ( | ) |
| String separatorString | ( | ) |
The string displayed for: 100 items [:] Show 10
Defaults to ":"
| void setBatchSizeFieldID | ( | String | fieldID | ) |
| void setNumberOfObjectsPerBatch | ( | Integer | number | ) |
| String showString | ( | ) |
The string displayed for: 100 items : [Show] 10
Defaults to "Show"
| boolean synchronizesVariablesWithBindings | ( | ) |
Overridden from superclass to turn on component synching, which is the default.
Reimplemented from ERDCustomComponent.
| String updateContainerID | ( | ) |
Update container id for the displayGroup's list.
Defaults to the first parent update container id.
| String updateFunction | ( | ) |
Returns the js function to update the updateContainerID
String _batchSizeFieldID [private] |
String _itemsString [private] |
ERXLocalizer _localizer [private] |
String _separatorString [private] |
String _showString [private] |
String _updateContainerID [private] |
1.5.8