- FadeScreenshotTransitionContainer - Class in ej.widget.container.transition
-
A fade transition container makes widgets appear or disappear smoothly by using a fade in or fade out effect.
- FadeScreenshotTransitionContainer() - Constructor for class ej.widget.container.transition.FadeScreenshotTransitionContainer
-
- FILE_SEPARATOR - Static variable in interface ej.widget.util.ControlCharacters
-
Can be used as delimiters to mark fields of data structures.
- FillCarousel - Class in ej.widget.container
-
A fill carousel is a composite that contains a list of widget.
- FillCarousel(boolean, boolean) - Constructor for class ej.widget.container.FillCarousel
-
Creates a fill carousel without cursor.
- FillCarousel(boolean, boolean, PagingIndicator, boolean) - Constructor for class ej.widget.container.FillCarousel
-
Creates a fill carousel with a cursor that can be hidden automatically or not.
- Filter<T> - Interface in ej.style.font.filter
-
Represents a filter on a given argument.
- filter(Filter<Font>, Font[]) - Static method in class ej.style.font.filter.FontFilterHelper
-
Filters the given fonts from the given filter.
- FIRST_CHILD_SELECTOR - Static variable in class ej.style.selector.FirstChildSelector
-
First child selector singleton to avoid creating several ones.
- FirstChildSelector - Class in ej.style.selector
-
A first child selector selects by checking if an element is the first child of its parent.
- FirstChildSelector() - Constructor for class ej.style.selector.FirstChildSelector
-
Creates a first child selector.
- fit(Element) - Method in class ej.style.selector.AttributeSetSelector
-
- fit(Element) - Method in class ej.style.selector.AttributeValueContainSelector
-
- fit(Element) - Method in class ej.style.selector.AttributeValueEndSelector
-
- fit(Element) - Method in class ej.style.selector.AttributeValueListSelector
-
- fit(Element) - Method in class ej.style.selector.AttributeValuePrefixSelector
-
- fit(Element) - Method in class ej.style.selector.AttributeValueSelector
-
- fit(Element) - Method in class ej.style.selector.AttributeValueStartSelector
-
- fit(Element) - Method in class ej.style.selector.ClassSelector
-
- fit(Element) - Method in class ej.style.selector.combinator.AdjacentSiblingCombinator
-
- fit(Element) - Method in class ej.style.selector.combinator.AndCombinator
-
- fit(Element) - Method in class ej.style.selector.combinator.ChildCombinator
-
- fit(Element) - Method in class ej.style.selector.combinator.DescendantCombinator
-
- fit(Element) - Method in class ej.style.selector.combinator.GeneralSiblingCombinator
-
- fit(Element) - Method in class ej.style.selector.combinator.OrCombinator
-
- fit(Element) - Method in class ej.style.selector.EvenChildSelector
-
- fit(Element) - Method in class ej.style.selector.FirstChildSelector
-
- fit(Element) - Method in interface ej.style.Selector
-
Checks whether or not the given element fits this selector.
- fit(Element) - Method in class ej.style.selector.IDSelector
-
- fit(Element) - Method in class ej.style.selector.InstanceSelector
-
- fit(Element) - Method in class ej.style.selector.LastChildSelector
-
- fit(Element) - Method in class ej.style.selector.NotSelector
-
- fit(Element) - Method in class ej.style.selector.NthChildSelector
-
- fit(Element) - Method in class ej.style.selector.OddChildSelector
-
- fit(Element) - Method in class ej.style.selector.StateSelector
-
- fit(Element) - Method in class ej.style.selector.TypeNameSelector
-
- fit(Element) - Method in class ej.style.selector.TypeOrSubtypeSelector
-
- fit(Element) - Method in class ej.style.selector.TypeSelector
-
- fit(Element) - Method in class ej.style.selector.UniversalSelector
-
- FixedDimension - Class in ej.style.dimension
-
Dimension with fixed width and/or height.
- FixedDimension() - Constructor for class ej.style.dimension.FixedDimension
-
Creates a fixed dimension without constraint.
- FixedDimension(int, int) - Constructor for class ej.style.dimension.FixedDimension
-
Creates a fixed dimension with constraints.
- Flow - Class in ej.widget.container
-
Lays out its children in rows or columns.
- Flow() - Constructor for class ej.widget.container.Flow
-
Creates a horizontal flow composite.
- Flow(boolean) - Constructor for class ej.widget.container.Flow
-
Creates a flow composite specifying its orientation.
- FONT_PROFILE_SHIFT - Static variable in class ej.style.Style
-
Font profile field position in bit map.
- FontFamilyFilter - Class in ej.style.font.filter
-
Implementation that filters fonts on their descriptor.
- FontFamilyFilter(String) - Constructor for class ej.style.font.filter.FontFamilyFilter
-
Creates a font filter that filters font on the given font family.
- FontFilterHelper - Class in ej.style.font.filter
-
Provides some font facilities.
- FontLoader - Interface in ej.style.font.loader
-
A font loader is responsible for loading the fonts.
- FontProfile - Class in ej.style.font
-
A font profile represents a font with a family, a size and a style.
- FontProfile() - Constructor for class ej.style.font.FontProfile
-
Creates a font profile.
- FontProfile(String, FontProfile.FontSize, int) - Constructor for class ej.style.font.FontProfile
-
Creates a font profile specifying its attributes.
- FontProfile(String, int, int) - Constructor for class ej.style.font.FontProfile
-
Creates a font profile specifying its attributes.
- fontProfile - Variable in class ej.style.Style
-
Font profile.
- FontProfile.FontSize - Enum in ej.style.font
-
Font sizes.
- FontSizeValueFilter - Class in ej.style.font.filter
-
Implementation that filters fonts on their size.
- FontSizeValueFilter(int) - Constructor for class ej.style.font.filter.FontSizeValueFilter
-
Creates a font filter that filters font on the given size.
- FontStyleFilter - Class in ej.style.font.filter
-
Implementation that filters fonts on their size.
- FontStyleFilter(int) - Constructor for class ej.style.font.filter.FontStyleFilter
-
Creates a font filter that filters font on the given style.
- FOREGROUND_COLOR_SHIFT - Static variable in class ej.style.Style
-
Foreground color field position in bit map.
- foregroundColor - Variable in class ej.style.Style
-
Foreground color.
- FORM_FEED - Static variable in interface ej.widget.util.ControlCharacters
-
On printers, load the next page.
- forward - Variable in class ej.widget.container.transition.ScreenshotTransitionContainer
-
true
if going forward, false
otherwise.