- ODD_CHILD_SELECTOR - Static variable in class ej.style.selector.OddChildSelector
-
Odd child selector singleton to avoid creating several ones.
- OddChildSelector - Class in ej.style.selector
-
An odd child selector selects by checking if an element is at an odd position in its parent (0, 2, 4,…).
- OddChildSelector() - Constructor for class ej.style.selector.OddChildSelector
-
Creates an odd child selector.
- onClick() - Method in class ej.widget.basic.Button
-
Invoked when the button has been clicked.
- onClick() - Method in class ej.widget.composed.ButtonWrapper
-
Invoked when the button has been clicked.
- onClick() - Method in interface ej.widget.listener.OnClickListener
-
Invoked when the target of the listener has been clicked.
- OnClickListener - Interface in ej.widget.listener
-
Defines an object which listens to click events.
- onDrag(Page, int) - Method in class ej.widget.navigation.transition.HorizontalScreenshotTransitionManager
-
Deprecated.
Called when the user drags the pages to go back to the previous page.
- onDrag(Page, int) - Method in class ej.widget.navigation.transition.HorizontalTransitionManager
-
Deprecated.
Called when the user drags the pages to go back to the previous page.
- onMaximumValueChange(int) - Method in class ej.widget.listener.OnValueChangeAdapter
-
- onMaximumValueChange(int) - Method in interface ej.widget.listener.OnValueChangeListener
-
Invoked when the target of the listener has changed its maximum value.
- onMinimumValueChange(int) - Method in class ej.widget.listener.OnValueChangeAdapter
-
- onMinimumValueChange(int) - Method in interface ej.widget.listener.OnValueChangeListener
-
Invoked when the target of the listener has changed its minimum value.
- onMove(int) - Method in class ej.widget.container.FillCarousel
-
- onMove(int) - Method in class ej.widget.container.ListCarousel
-
- onMove(int) - Method in interface ej.widget.util.Swipeable
-
The content is moved to the given position.
- onStartAnimation() - Method in interface ej.widget.animation.AnimationListener
-
An animation is started.
- onStartAnimation() - Method in class ej.widget.container.AbstractCarousel
-
- onStateChange(boolean) - Method in interface ej.widget.listener.OnStateChangeListener
-
Invoked when the target of the listener has changed its state.
- onStateChange(boolean) - Method in class ej.widget.util.ToggleHelper
-
- OnStateChangeListener - Interface in ej.widget.listener
-
Defines an object which listens to state change events.
- onStep(int) - Method in interface ej.widget.animation.AnimationStepListener
-
A step of an animation is done.
- onStopAnimation() - Method in interface ej.widget.animation.AnimationListener
-
An animation is stopped.
- onStopAnimation() - Method in class ej.widget.container.AbstractCarousel
-
- onTextChange(int, String) - Method in interface ej.widget.listener.OnTextChangeListener
-
Invoked when the target of the listener has changed its text.
- OnTextChangeListener - Interface in ej.widget.listener
-
Defines an object which listens to text change events.
- onValueChange(int) - Method in class ej.widget.listener.OnValueChangeAdapter
-
- onValueChange(int) - Method in interface ej.widget.listener.OnValueChangeListener
-
Invoked when the target of the listener has changed its value.
- OnValueChangeAdapter - Class in ej.widget.listener
-
- OnValueChangeAdapter() - Constructor for class ej.widget.listener.OnValueChangeAdapter
-
- OnValueChangeListener - Interface in ej.widget.listener
-
Defines an object which listens to value change events.
- OrCombinator - Class in ej.style.selector.combinator
-
An 'or' combinator selects the elements selected by at least one of its inner selectors.
- OrCombinator(Selector, Selector) - Constructor for class ej.style.selector.combinator.OrCombinator
-
Creates an 'or' combinator.
- OrCombinator(Selector...) - Constructor for class ej.style.selector.combinator.OrCombinator
-
Creates an 'or' combinator.
- Outline - Interface in ej.style.outline
-
Represents an outline that wraps a rectangle.
- override(Style) - Method in class ej.style.Style
-
Fills all defined attributes of the given style in this style.