- 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.
- LAST_CHILD_SELECTOR - Static variable in class ej.style.selector.LastChildSelector
-
Last child selector singleton to avoid creating several ones.
- LastChildSelector - Class in ej.style.selector
-
A last child selector selects by checking if an element is the last child of its parent.
- LastChildSelector() - Constructor for class ej.style.selector.LastChildSelector
-
Creates a last child selector.
- lightenColor(int, int) - Static method in class ej.color.LightHelper
-
Gets a lightened version of a color.
- LightHelper - Class in ej.color
-
Color utilities regarding lightness.
- limit(int) - Method in class ej.widget.util.SwipeEventHandler
-
Limits a position between 0 and the content size.
- LINE_FEED - Static variable in interface ej.widget.util.ControlCharacters
-
On typewriters, printers, and some terminal emulators, moves the cursor down one row without affecting its column
position.
- List - Class in ej.widget.container
-
Lays out its children in a list.
- List() - Constructor for class ej.widget.container.List
-
Creates a horizontal list composite.
- List(boolean) - Constructor for class ej.widget.container.List
-
Creates a list composite specifying its orientation.
- ListCarousel - Class in ej.widget.container
-
A list carousel is a composite that contains a list of widget.
- ListCarousel(boolean, boolean) - Constructor for class ej.widget.container.ListCarousel
-
Creates a list carousel without cursor.
- ListCarousel(boolean, boolean, PagingIndicator, boolean) - Constructor for class ej.widget.container.ListCarousel
-
Creates a list carousel with a cursor that can be hidden automatically or not.
- lostFocus() - Method in class ej.widget.basic.Text
-
- lostFocus() - Method in class ej.widget.composed.ToggleWrapper
-
- lostFocus() - Method in class ej.widget.StyledComposite
-
- lostFocus() - Method in class ej.widget.StyledWidget
-