Package | Description |
---|---|
ej.widget |
Stylized widgets framework.
|
ej.widget.basic |
Basic widgets.
|
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.
|
ej.widget.container |
Set of containers with specific layouts.
|
ej.widget.container.transition |
Set of containers that allow to do transitions between two widgets.
|
ej.widget.navigation |
Navigation framework base classes.
|
ej.widget.navigation.navigator |
Navigators implementations.
|
ej.widget.navigation.page |
Pages framework and URL resolver.
|
Modifier and Type | Class and Description |
---|---|
class |
StyledComposite
A widget composite using a style specified in a style sheet.
|
class |
StyledDesktop
A desktop using a style specified in a style sheet.
|
class |
StyledDialog
A dialog using a style specified in a style sheet.
|
class |
StyledPanel
A panel using a style specified in a style sheet.
|
class |
StyledWidget
A widget using a style specified in a style sheet.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProgress
A progress is a widget that displays the progress of some task.
|
class |
AbstractSlider
A slider is a widget that lets the user graphically select a value by sliding a knob within a bounded interval.
|
class |
AnimatedImage
A widget that displays a sequence of images at a fixed rate.
|
class |
BoundedRange
A bounded range in an abstract widget that encapsulates a bounded range model.
|
class |
Box
A box is a widget that can be checked or unchecked.
|
class |
Button
A button is a widget that displays a text and reacts to click events.
|
class |
ButtonImage
A button image is a widget that displays an image and reacts to click events.
|
class |
Image
A widget that displays an image.
|
class |
Label
A label is a widget that displays a text.
|
class |
PagingIndicator
The paging indicator is a widget that shows the current step of a scrolling element.
|
class |
Password
Password is a text with hidden characters.
|
class |
Text
A text is a widget that holds a string that can be modified by the user.
|
Modifier and Type | Class and Description |
---|---|
class |
BulletPagingIndicator
The bullet paging indicator is a widget that displays a set of dots following a line.
|
class |
CheckBox
Implementation of a box that represents a check box.
|
class |
CircularProgressBar
Circular representation of a progress bar.
|
class |
ProgressBar
Implementation of a progress bar that can be horizontal or vertical.
|
class |
RadioBox
Implementation of a box that represents a radio button.
|
class |
Scrollbar
A scrollbar holds the current step of a scrolling element.
|
class |
Slider
Implementation of a slider that can be horizontal or vertical.
|
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 |
ImageProgress
A progress using some images to render.
|
class |
ImageRadio
A radio button using some images to render.
|
class |
ImageSlider
A slider 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 |
PictoProgress
A progress using some pictos to render.
|
class |
PictoRadio
A radio button using some pictos to render.
|
class |
PictoSlider
A slider using some pictos to render.
|
class |
PictoSwitch
A switch using some pictos to render.
|
class |
PictoToggle
A toggle using some pictos to render.
|
Modifier and Type | Class and Description |
---|---|
class |
ButtonWrapper
A button wrapper is a composite that reacts to click events.
|
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.
|
class |
Wrapper
A composite with only one child.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCarousel
The abstract carousel is a composite that contains a list of widget.
|
class |
Canvas
A canvas contains widgets that can be freely arranged.
|
class |
Dock
Docks its children to the left, right, top or bottom sides.
|
class |
FillCarousel
A fill carousel is a composite that contains a list of widget.
|
class |
Flow
Lays out its children in rows or columns.
|
class |
Grid
Lays out its children in a grid.
|
class |
List
Lays out its children in a list.
|
class |
ListCarousel
A list carousel is a composite that contains a list of widget.
|
class |
Scroll
Allows to scroll a widget horizontally or vertically.
|
class |
SimpleDock
Lays out its children to fit in 3 regions.
|
class |
Split
Lays out its children in two regions, giving each one a ratio of its size.
|
Modifier and Type | Class and Description |
---|---|
class |
CircleSplashScreenshotTransitionContainer
A circle splash transition container grows the new widget when going forward, or shrinks the previous widget when
going backward, the widget being enclosed in a circle.
|
class |
FadeScreenshotTransitionContainer
A fade transition container makes widgets appear or disappear smoothly by using a fade in or fade out effect.
|
class |
NoTransitionContainer
A no transition container switch directly the widgets without any animation.
|
class |
ScreenshotTransitionContainer
A screenshot transition container uses a screenshot to realize the animation.
|
class |
SlideScreenshotTransitionContainer
A slide transition container slides the widgets during the transition.
|
class |
SlideTransitionContainer
A slide transition container slides the widgets during the transition.
|
class |
SplashScreenshotTransitionContainer
A splash transition container grows the new widget when going forward, or shrinks the previous widget when going
backward.
|
class |
TransitionContainer
A transition container holds only one widget at a time.
|
Modifier and Type | Class and Description |
---|---|
class |
Navigator
Deprecated.
see
TransitionContainer . |
Modifier and Type | Class and Description |
---|---|
class |
ChainedNavigatorReference
Deprecated.
see
TransitionContainer . |
class |
ChainedNavigatorURL
Deprecated.
see
TransitionContainer . |
class |
HistorizedNavigator
Deprecated.
see
TransitionContainer . |
class |
SimpleNavigator
Deprecated.
see
TransitionContainer . |
Modifier and Type | Class and Description |
---|---|
class |
Page
A page is a wrapper with a URL.
|