Package | Description |
---|---|
ej.mwt |
Contains base classes to create a widget hierarchy.
|
ej.mwt.style |
Contains style definition and default implementation.
|
ej.mwt.stylesheet |
Contains stylesheet definition and default implementation.
|
ej.mwt.stylesheet.cascading |
Contains cascading stylesheet implementation.
|
ej.mwt.util |
Contains utility classes.
|
Modifier and Type | Method and Description |
---|---|
Style |
Widget.getStyle()
Gets the current style of the widget.
|
Modifier and Type | Method and Description |
---|---|
void |
Widget.setStyle(Style newStyle)
Sets the style of the widget.
|
Modifier and Type | Class and Description |
---|---|
class |
EditableStyle
An editable style is a simple implementation of a style.
|
Modifier and Type | Method and Description |
---|---|
Style |
VoidStylesheet.getStyle(Widget widget) |
Style |
Stylesheet.getStyle(Widget widget)
Gets the style for a widget.
|
Style |
CachedStylesheet.getStyle(Widget widget) |
Modifier and Type | Method and Description |
---|---|
Style |
CascadingStylesheet.getStyle(Widget widget) |
Modifier and Type | Method and Description |
---|---|
static void |
OutlineHelper.applyOutlines(Outlineable outlineable,
Style style)
Applies all the outlines of the given style on the given object.
|
static void |
OutlineHelper.applyOutlinesAndBackground(ej.microui.display.GraphicsContext g,
Size size,
Style style)
Applies the different outlines and the background on the given graphics context and the given size.
|