- Label - Class in ej.widget.basic
-
A label is a widget that displays a text.
- Label() - Constructor for class ej.widget.basic.Label
-
Creates a label with an empty text.
- Label(String) - Constructor for class ej.widget.basic.Label
-
Creates a label with the given text to display.
- Label(String, boolean) - Constructor for class ej.widget.basic.Label
-
Creates a label with the given text to display and its enabled state.
- layOutChildren(int, int) - Method in class ej.widget.container.Canvas
-
- layOutChildren(int, int) - Method in class ej.widget.container.Dock
-
- layOutChildren(int, int) - Method in class ej.widget.container.Flow
-
- layOutChildren(int, int) - Method in class ej.widget.container.Grid
-
- layOutChildren(int, int) - Method in class ej.widget.container.List
-
- layOutChildren(int, int) - Method in class ej.widget.container.OverlapContainer
-
- layOutChildren(int, int) - Method in class ej.widget.container.SimpleDock
-
- LayoutOrientation - Class in ej.widget.container
-
Represents the orientation of a layout: either horizontal or vertical.
- lightenColor(int, int) - Static method in class ej.widget.util.color.LightHelper
-
Gets a lightened version of a color.
- LightHelper - Class in ej.widget.util.color
-
Color utilities regarding lightness.
- limit(int) - Method in class ej.widget.util.swipe.SwipeEventHandler
-
Limits a position between 0 and the content size.
- List - Class in ej.widget.container
-
Lays out any number of children horizontally or vertically.
- List(boolean) - Constructor for class ej.widget.container.List
-
Creates a list specifying its orientation.