Package | Description |
---|---|
ej.mwt | |
ej.mwt.style | |
ej.mwt.stylesheet | |
ej.mwt.stylesheet.cascading | |
ej.mwt.util |
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.
|