- setCenterChild(Widget) - Method in class ej.widget.container.Dock
-
Sets the child which will be at the center.
- setCenterChild(Widget) - Method in class ej.widget.container.SimpleDock
-
Sets the center widget of this simple dock.
- setCount(int) - Method in class ej.widget.container.Grid
-
Sets the number of widgets per row/column (depending on the grid orientation).
- setDuration(long) - Method in class ej.widget.util.swipe.SwipeEventHandler
-
Sets the duration.
- setFirstChild(Widget) - Method in class ej.widget.container.SimpleDock
-
Sets the first widget of this simple dock.
- setImagePath(String) - Method in class ej.widget.basic.ImageWidget
-
Sets the image path.
- setLastChild(Widget) - Method in class ej.widget.container.SimpleDock
-
Sets the last widget of this simple dock.
- setMotionFunction(Function) - Method in class ej.widget.util.swipe.SwipeEventHandler
-
Sets the motion function.
- setOnClickListener(OnClickListener) - Method in class ej.widget.basic.Button
-
Sets the listener on the click events of this button.
- setOnClickListener(OnClickListener) - Method in class ej.widget.basic.ImageButton
-
Sets the listener on the click events of this button.
- setOrientation(boolean) - Method in class ej.widget.container.Flow
-
Sets the orientation of this flow.
- setOrientation(boolean) - Method in class ej.widget.container.Grid
-
Sets the orientation of this grid.
- setOrientation(boolean) - Method in class ej.widget.container.List
-
Sets the orientation of this list.
- setOrientation(boolean) - Method in class ej.widget.container.SimpleDock
-
Sets the orientation of this simple dock.
- setSwipeListener(SwipeListener) - Method in class ej.widget.util.swipe.SwipeEventHandler
-
Sets the swipe listener.
- setText(String) - Method in class ej.widget.basic.Label
-
Sets the text to display on this label.
- SimpleDock - Class in ej.widget.container
-
Lays out three children vertically or horizontally.
- SimpleDock(boolean) - Constructor for class ej.widget.container.SimpleDock
-
Creates a simple dock specifying its orientation.
- start() - Method in class ej.widget.util.motion.MotionAnimation
-
Starts (or restarts) this motion animation.
- stop() - Method in class ej.widget.util.motion.MotionAnimation
-
Stops this motion animation.
- stop() - Method in class ej.widget.util.swipe.SwipeEventHandler
-
Forces the end of the animation.
- StrictFontLoader - Class in ej.widget.util.font
-
Returns the font which matches exactly the font parameters.
- StrictFontLoader() - Constructor for class ej.widget.util.font.StrictFontLoader
-
Creates a strict font loader.
- StringPainter - Class in ej.widget.util.render
-
Provides utility methods to draw strings.
- Swipeable - Interface in ej.widget.util.swipe
-
A swipeable element receives notifications from a swipe manager.
- SwipeEventHandler - Class in ej.widget.util.swipe
-
The swipe event handler responsibility is to detect pointer events (press, drag, release) and help moving over some
element(s).
- SwipeEventHandler(int, boolean, boolean, Swipeable, Animator) - Constructor for class ej.widget.util.swipe.SwipeEventHandler
-
Creates a swipe event handler on an element.
- SwipeEventHandler(int, int, boolean, boolean, Swipeable, Animator) - Constructor for class ej.widget.util.swipe.SwipeEventHandler
-
Creates a swipe event handler on a collection.
- SwipeEventHandler(int, int, boolean, boolean, boolean, Swipeable, Animator) - Constructor for class ej.widget.util.swipe.SwipeEventHandler
-
Creates a swipe event handler on a collection.
- SwipeEventHandler(int[], boolean, boolean, boolean, Swipeable, Animator) - Constructor for class ej.widget.util.swipe.SwipeEventHandler
-
Creates a swipe event handler on a collection with heterogeneous sizes.
- SwipeListener - Interface in ej.widget.util.swipe
-
A swipe listener is notified when a swipe is started or stopped.