Package | Description |
---|---|
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 |
Button
Deprecated.
see
Button |
class |
ButtonImage
Deprecated.
see
ButtonImage |
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.
|