- blendColors(int, int, float) - Static method in class ej.widget.util.color.GradientHelper
-
Computes the color resulting by blending two colors with a ratio.
- BoundsInspector - Class in ej.widget.util.debug
-
Provides helpers to analyze the bounds of the widgets.
- boundsRecursiveToString(Widget) - Static method in class ej.widget.util.debug.BoundsInspector
-
Prints the bounds of the given widget and of all its children recursively.
- boundsToString(Widget) - Static method in class ej.widget.util.debug.BoundsInspector
-
Prints the bounds of the given widget in a String.
- 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.