- takeScreenshot(Widget, Rectangle) - Method in class ej.widget.container.transition.ScreenshotTransitionContainer
-
Takes a screenshot of a widget.
- takeScreenshot(Widget, Rectangle) - Method in class ej.widget.container.transition.SplashScreenshotTransitionContainer
-
- Text - Class in ej.widget.basic
-
A text is a widget that holds a string that can be modified by the user.
- Text() - Constructor for class ej.widget.basic.Text
-
Creates an empty text.
- Text(String) - Constructor for class ej.widget.basic.Text
-
Creates a text with an initial content.
- Text(String, String) - Constructor for class ej.widget.basic.Text
-
Creates a text with an initial content and a place holder.
- TEXT_MANAGER_SHIFT - Static variable in class ej.style.Style
-
Text manager field position in bit map.
- TextHelper - Class in ej.style.text
-
Provides some text facilities.
- textManager - Variable in class ej.style.Style
-
Text manager.
- TextManager - Interface in ej.style.text
-
A text manager is responsible for the rendering of text content.
- tick(long) - Method in interface ej.animation.Animation
-
Called by an animator at a fixed rate.
- tick(long) - Method in class ej.widget.basic.drawing.BulletPagingIndicator
-
- tick(long) - Method in class ej.widget.container.transition.TransitionContainer
-
- TiledImageBackground - Class in ej.style.background
-
Draws a repeated image on the background.
- TiledImageBackground() - Constructor for class ej.style.background.TiledImageBackground
-
Creates a tiled image background.
- TiledImageBackground(Image, int, boolean, boolean, boolean) - Constructor for class ej.style.background.TiledImageBackground
-
Creates a tiled image background specifying its attributes.
- Toggle - Class in ej.widget.composed
-
A facility to use a toggle that displays a text.
- Toggle(Box, String) - Constructor for class ej.widget.composed.Toggle
-
Creates a toggle with the given text to display.
- Toggle(ToggleModel, Box, String) - Constructor for class ej.widget.composed.Toggle
-
Creates a toggle with the given text to display.
- Toggle(ToggleModel, Box, String, String) - Constructor for class ej.widget.composed.Toggle
-
Creates a toggle with the given text to display.
- toggle() - Method in class ej.widget.composed.ToggleWrapper
-
Changes the state of the toggle to the inverse of the current state.
- toggle() - Method in class ej.widget.toggle.RadioModel
-
Changes the state of the toggle to the inverse of the current state.
- toggle() - Method in class ej.widget.toggle.ToggleModel
-
Changes the state of the toggle to the inverse of the current state.
- toggle() - Method in class ej.widget.util.ToggleHelper
-
Changes the state of the toggle to the inverse of the current state.
- ToggleBox - Class in ej.widget.composed
-
A facility to use a toggle with a box.
- ToggleBox(Box) - Constructor for class ej.widget.composed.ToggleBox
-
Creates a toggle box.
- ToggleBox(ToggleModel, Box) - Constructor for class ej.widget.composed.ToggleBox
-
Creates a toggle box.
- ToggleBox(ToggleModel, Box, String) - Constructor for class ej.widget.composed.ToggleBox
-
Creates a toggle box.
- ToggleGroup - Class in ej.widget.toggle
-
A toggle group provides a container to organize a group of toggles.
- ToggleGroup() - Constructor for class ej.widget.toggle.ToggleGroup
-
Creates an empty toggle group.
- ToggleHelper - Class in ej.widget.util
-
A toggle helper manages the behavior of a toggle: it handles pointer events, changes the state of the toggle and
notifies listeners when the toggle is clicked.
- ToggleHelper(GenericListener) - Constructor for class ej.widget.util.ToggleHelper
-
Creates a toggle helper.
- ToggleHelper(GenericListener, ToggleModel) - Constructor for class ej.widget.util.ToggleHelper
-
Creates a toggle helper with a referent toggle model.
- ToggleHelper(GenericListener, ToggleModel, String) - Constructor for class ej.widget.util.ToggleHelper
-
Creates a toggle helper with a referent toggle model and a group.
- ToggleModel - Class in ej.widget.toggle
-
A toggle is a two states item: checked and unchecked.
- ToggleModel() - Constructor for class ej.widget.toggle.ToggleModel
-
Creates an unchecked toggle.
- ToggleModel(boolean) - Constructor for class ej.widget.toggle.ToggleModel
-
Creates a toggle with the given initial state.
- ToggleWrapper - Class in ej.widget.composed
-
A toggle composite is a two states button: checked and unchecked.
- ToggleWrapper() - Constructor for class ej.widget.composed.ToggleWrapper
-
Creates a toggle button with a default toggle model.
- ToggleWrapper(ToggleModel) - Constructor for class ej.widget.composed.ToggleWrapper
-
Creates a toggle button with a referent toggle model.
- ToggleWrapper(ToggleModel, String) - Constructor for class ej.widget.composed.ToggleWrapper
-
Creates a toggle button with a referent toggle model and a group.
- TouchConfiguration - Interface in ej.widget.util
-
Deprecated.
- TransitionContainer - Class in ej.widget.container.transition
-
A transition container holds only one widget at a time.
- TransitionContainer() - Constructor for class ej.widget.container.transition.TransitionContainer
-
Creates a transition container with a motion factory that creates
QuartEaseOutMotion
and a default
duration of
300.
- TransitionManager - Class in ej.widget.navigation
-
- TransitionManager() - Constructor for class ej.widget.navigation.TransitionManager
-
Deprecated.
Creates a transition manager.
- TypeNameSelector - Class in ej.style.selector
-
A type name selector selects by checking the element type name (Java class name).
- TypeNameSelector(Class<?>) - Constructor for class ej.style.selector.TypeNameSelector
-
Creates a type name selector.
- TypeNameSelector(String) - Constructor for class ej.style.selector.TypeNameSelector
-
Creates a TypeNameSelector.
- TypeOrSubtypeSelector - Class in ej.style.selector
-
A type or subtype selector selects by checking the element type hierarchy (Java class).
- TypeOrSubtypeSelector(Class<?>) - Constructor for class ej.style.selector.TypeOrSubtypeSelector
-
Creates a type or subtype selector.
- TypeSelector - Class in ej.style.selector
-
A type selector selects by checking the element type (Java class).
- TypeSelector(Class<?>) - Constructor for class ej.style.selector.TypeSelector
-
Creates a type selector.