Package | Description |
---|---|
ej.widget.basic.drawing |
Basic drawn widgets.
|
ej.widget.basic.image |
Basic widgets represented with images.
|
ej.widget.basic.picto |
Basic widgets represented with pictos.
|
ej.widget.composed |
Widgets composed with other widgets.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckBox
Implementation of a box that represents a check box.
|
class |
RadioBox
Implementation of a box that represents a radio button.
|
class |
SwitchBox
Implementation of a box that represents a switch.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageCheck
A check box using some images to render.
|
class |
ImageRadio
A radio button using some images to render.
|
class |
ImageSwitch
A switch using some images to render.
|
class |
ImageToggle
A toggle using some images to render.
|
Modifier and Type | Class and Description |
---|---|
class |
PictoCheck
A check box using some pictos to render.
|
class |
PictoRadio
A radio button using some pictos to render.
|
class |
PictoSwitch
A switch using some pictos to render.
|
class |
PictoToggle
A toggle using some pictos to render.
|
Constructor and Description |
---|
Toggle(Box box,
java.lang.String text)
Creates a toggle with the given text to display.
|
Toggle(ToggleModel toggleModel,
Box box,
java.lang.String text)
Creates a toggle with the given text to display.
|
Toggle(ToggleModel toggleModel,
Box box,
java.lang.String text,
java.lang.String group)
Creates a toggle with the given text to display.
|
ToggleBox(Box box)
Creates a toggle box.
|
ToggleBox(ToggleModel toggleModel,
Box box)
Creates a toggle box.
|
ToggleBox(ToggleModel toggleModel,
Box box,
java.lang.String group)
Creates a toggle box.
|