Description
Table Widget
Public Properties
Name | Type | Description |
storeDataName | String | The name of corresponding iColl defined in context to load store date from context |
storeData | String | Json format data for store |
comparatorMap | String | Json format data used to defined comparator method for each |
width | String | Width of widget |
height | String | Height of widget |
sortEnabled | Boolean | Property to indicate whether sort function is enabled |
selectionMode | String | Property to indicate single / mutil or none selection mode |
selectionRequired | Boolean | Property to indicate if select at least one row is required |
disabled | Boolean | Property to indicate whether this widget is disabled |
readOnly | Boolean | Property to indicate whether this widget can be edit |
Public Functions
Name | Return Value | Description |
setStoreData | Void | Set store data to store |
getValueInFirstSelectedItem | Object | Return selected first row data |
getLengthOfSelectedRows | Number | Length of selected rows |
getSelectedItem | Object | Return selected item |
showErrorIcon | Void | Display error icon with error message |
focusOn | Void | BTT provided function , supports focus on grid |
getWidget | Object | Return the cell widget of one column |