Interface | Description |
---|---|
DivComponent |
Represents a contributed div UI component
|
HTMLComponent |
Represents a contributed UI component
|
ImgComponent |
Represents a contributed image UI component
|
InputButton |
Represents an input button UI component
|
InputCheckBox |
Represents an input checkbox UI component
|
InputEvent |
Support for input events from UI component
|
InputRadioButton |
Represents an input radio button UI component
|
InputTextField |
Represents an input textfield UI component
|
LabelComponent |
Represents a label UI component
|
SelectDropDownList |
Represents a select list (drop down style) UI component
|
SelectEvent | |
SelectList |
Represents a selection list UI component
|
Translatable |
Enum | Description |
---|---|
InputEvent.EventType |
ON_CHANGE - an event of this type is issued when an input widgets changes state.
|
SelectEvent.EventType |
ON_SELECT - an event of this type is issued when an element is selected.
|
Copyright © 2016. All rights reserved.