Type | Name | Description | Notes |
Void | activate() | Activates the item. The default implementation calls the holder method IlvGadgetItemHolder::itemActivated . | |
Direction | alignment | Sets or returns the alignment of the item's label. | |
Bitmap | bitmap | Sets or returns the bitmap that is associated with the sensitive state. | |
Void | edit() | Edits the item if editing is allowed. | |
Boolean | editable | Specifies whether the item is editable (true ) or not (false ). | |
Object | graphic | Sets or returns the graphic associated with the item. | |
Boolean | highlighted | Specifies whether the item is highlighted (true ) or not (false ). | |
Bitmap | highlightedBitmap | Sets or returns the bitmap that is associated with the highlighted state. | |
Bitmap | insensitiveBitmap | Sets or returns the bitmap that is associated with the insensitive state. | |
String | label | Sets or returns the label associated with the gadget item. | |
Direction | labelPosition | Sets or returns the position of the label relative to the picture. | |
Boolean | opaque | Specifies whether the item is opaque (true ) or not (false ). | |
Boolean | selected | Specifies whether the item is selected (true ) or not (false ). | |
Bitmap | selectedBitmap | Sets or returns the bitmap that is associated with the selected state. | |
Boolean | sensitive | Specifies whether the item is sensitive (true ) or not (false ). | |
Boolean | showLabel | Specifies whether the label associated with the item is displayed (true ) or hidden (false ). | |
Boolean | showPicture | Specifies whether the picture associated with the item is displayed (true ) or hidden (false ). | |
UInt | spacing | Sets or returns the spacing between the label part and the picture part of the item. | |