Package | Description |
---|---|
ej.widget.basic |
Basic widgets.
|
ej.widget.composed |
Widgets composed with other widgets.
|
ej.widget.util |
Widgets utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
ButtonImage
A button image is a widget that displays an image and reacts to click events.
|
Modifier and Type | Class and Description |
---|---|
class |
Check
A facility to use a check that displays a text.
|
class |
Radio
A facility to use a radio that displays a text.
|
class |
Switch
A facility to use a switch that displays a text.
|
class |
Toggle
A facility to use a toggle that displays a text.
|
class |
ToggleBox
A facility to use a toggle with a box.
|
class |
ToggleWrapper
A toggle composite is a two states button: checked and unchecked.
|
Constructor and Description |
---|
ButtonHelper(GenericListener helperListener)
Creates a button helper.
|
ToggleHelper(GenericListener helperListener)
Creates a toggle helper.
|
ToggleHelper(GenericListener helperListener,
ToggleModel toggle)
Creates a toggle helper with a referent toggle model.
|
ToggleHelper(GenericListener helperListener,
ToggleModel toggle,
java.lang.String group)
Creates a toggle helper with a referent toggle model and a group.
|