Attributes |
Name | Required | Request-time | Type | Description |
path | true | true | java.lang.String | Path to a Collection, Map or Array of objects to be iterated through within the command object |
cssClass | false | true | java.lang.String | Equivalent to "class" - HTML Optional Attribute |
emptyMessageKey | false | false | java.lang.String | key to use for the message that will be displayed if the grid contains no items |
headerClass | false | true | java.lang.String | HTML Optional Attribute 'class' which will be applied to all th's |
footerRowClass | false | true | java.lang.String | HTML Optional Attribute 'class' which will be applied to the footer row |
footerCellClass | false | true | java.lang.String | HTML Optional Attribute 'class' which will be applied to the footer cell |
gridId | true | true | java.lang.String | The id that the HTML table will be given. |
cssStyle | false | true | java.lang.String | Equivalent to "style" - HTML Optional Attribute |
addButtonTitle | false | true | java.lang.String | Title to display in the add button |
addButtonTitleKey | false | true | java.lang.String | Message Key to use to retrieve the internationalized title to display in the add button |
addButtonClass | false | true | java.lang.String | CSS Class to appply to the add button |
cancelButtonTitle | false | true | java.lang.String | Title to display in the cancel button |
cancelButtonTitleKey | false | true | java.lang.String | Message Key to use to retrieve the internationalized title to display in the cancel button |
cancelButtonClass | false | true | java.lang.String | CSS Class to appply to the cancel button |
addRowCallback | false | true | java.lang.String | A function pointer to call after the row is added. Should take the parameters (table, row) |
removeRowCallback | false | true | java.lang.String | A function pointer to call after a row is removed. Should take the parameters (table, row) |
maintainUniqueSelectPaths | false | true | java.lang.String | A comma separated list of id's of Select controls within the dataGrid for which uniqueness should be maintained on the client-side. -1 should be used in the place of an index. |