- B_SHIFT - Static variable in class ej.style.selector.SpecificityHelper
-
The b number shift in the integer.
- back() - Method in class ej.widget.basic.Text
-
Removes the character just before the caret.
- back() - Method in class ej.widget.navigation.navigator.HistorizedNavigator
-
Deprecated.
Shows the previous page.
- BACK_SPACE - Static variable in interface ej.widget.util.ControlCharacters
-
Move the cursor one position leftwards.
- Background - Interface in ej.style.background
-
Represents the background of the elements.
- background - Variable in class ej.style.Style
-
Background.
- BACKGROUND_COLOR_SHIFT - Static variable in class ej.style.Style
-
Background color field position in bit map.
- BACKGROUND_SHIFT - Static variable in class ej.style.Style
-
Background field position in bit map.
- backgroundColor - Variable in class ej.style.Style
-
Background color.
- backUntil(String) - Method in class ej.widget.navigation.navigator.HistorizedNavigator
-
Deprecated.
Shows the last page shown with a URL.
- BELL - Static variable in interface ej.widget.util.ControlCharacters
-
Originally used to sound a bell on the terminal.
- blendColors(int, int, float) - Static method in class ej.color.GradientHelper
-
Computes the color resulting by blending two colors with a ratio.
- Border - Interface in ej.style.border
-
Represents the border of the elements.
- border - Variable in class ej.style.Style
-
Border.
- BORDER_COLOR_SHIFT - Static variable in class ej.style.Style
-
Border color field position in bit map.
- BORDER_SHIFT - Static variable in class ej.style.Style
-
Border field position in bit map.
- borderColor - Variable in class ej.style.Style
-
Border color.
- BoundedRange - Class in ej.widget.basic
-
A bounded range in an abstract widget that encapsulates a bounded range model.
- BoundedRange(BoundedRangeModel) - Constructor for class ej.widget.basic.BoundedRange
-
Creates a bounded range with the given model.
- BoundedRange(int, int, int) - Constructor for class ej.widget.basic.BoundedRange
-
Creates a bounded range with a default bounded range model as model.
- BoundedRangeModel - Interface in ej.widget.model
-
Defines the data model used by components such as sliders and progress bars.
- Box - Class in ej.widget.basic
-
A box is a widget that can be checked or unchecked.
- Box() - Constructor for class ej.widget.basic.Box
-
- BulletPagingIndicator - Class in ej.widget.basic.drawing
-
The bullet paging indicator is a widget that displays a set of dots following a line.
- BulletPagingIndicator() - Constructor for class ej.widget.basic.drawing.BulletPagingIndicator
-
Creates an horizontal bullet paging indicator.
- BulletPagingIndicator(boolean) - Constructor for class ej.widget.basic.drawing.BulletPagingIndicator
-
Creates a bullet paging indicator.
- Button - Class in ej.widget.basic
-
A button is a widget that displays a text and reacts to click events.
- Button() - Constructor for class ej.widget.basic.Button
-
Creates a button with an empty text.
- Button(String) - Constructor for class ej.widget.basic.Button
-
Creates a button with the given text to display.
- Button - Class in ej.widget.composed
-
- Button() - Constructor for class ej.widget.composed.Button
-
Deprecated.
Creates a button with an empty text.
- Button(String) - Constructor for class ej.widget.composed.Button
-
Deprecated.
Creates a button with the given text to display.
- ButtonHelper - Class in ej.widget.util
-
A button helper manages the behavior of a button: it handles pointer events, and notifies listeners when the button
is clicked.
- ButtonHelper(GenericListener) - Constructor for class ej.widget.util.ButtonHelper
-
Creates a button helper.
- ButtonImage - Class in ej.widget.basic
-
A button image is a widget that displays an image and reacts to click events.
- ButtonImage() - Constructor for class ej.widget.basic.ButtonImage
-
Creates a button image without source.
- ButtonImage(String) - Constructor for class ej.widget.basic.ButtonImage
-
Creates a button image with the path to the source to display.
- ButtonImage(Image) - Constructor for class ej.widget.basic.ButtonImage
-
Creates a button image with the source to display.
- ButtonImage - Class in ej.widget.composed
-
- ButtonImage() - Constructor for class ej.widget.composed.ButtonImage
-
Deprecated.
Creates a button without image.
- ButtonImage(String) - Constructor for class ej.widget.composed.ButtonImage
-
Deprecated.
Creates a button with the path to the image to display.
- ButtonImage(Image) - Constructor for class ej.widget.composed.ButtonImage
-
Deprecated.
Creates a button with the given image to display.
- ButtonWrapper - Class in ej.widget.composed
-
A button wrapper is a composite that reacts to click events.
- ButtonWrapper() - Constructor for class ej.widget.composed.ButtonWrapper
-
Creates a button without listener.