Description
Tree widget
Public Properties
Name | Type | Description |
storeDataName | String | The name of TreeMode element defined in context which is used to load tree data from context |
name | String | the context filed name to submit tree value |
storeData | Stirng | Store data of this widget |
value | String | Value of selected tree node |
width | String | Width of widget |
height | String | Height of widget |
Public Functions
Name | Return Value | Description |
loadStoreData | Void | Load store from store data property |
setStoreData | Void | Set store data argument to store |
getSelectedLabel | Void | Return the label of select node |
getSelectedLabelNLS | Void | Return the NLS translated label of selected node |
getSelectedValue | Void | Return the value of selected node |
isFocusable | Void | Indicate if this widget can be focused |
reset | Void | Set the value of this widget to the inti value after page loaded |
getTooltip | Void | Return the NLS translated value of hint message |