Package | Description |
---|---|
ej.mwt.stylesheet.cascading | |
ej.mwt.stylesheet.selector | |
ej.mwt.stylesheet.selector.combinator |
Class and Description |
---|
Selector
Represents a selector.
|
Class and Description |
---|
DisabledSelector
A disabled selector selects by checking if the widget is disabled.
|
EnabledSelector
An enabled selector selects by checking if the widget is enabled.
|
EvenChildSelector
An even child selector selects by checking if a widget is at an even position in its parent (1, 3, 5,…).
|
FirstChildSelector
A first child selector selects by checking if a widget is the first child of its parent.
|
LastChildSelector
A last child selector selects by checking if a widget is the last child of its parent.
|
OddChildSelector
An odd child selector selects by checking if a widget is at an odd position in its parent (0, 2, 4,…).
|
RootSelector
A root selector selects by checking if a widget is the root widget of its hierarchy (i.e.
|
Selector
Represents a selector.
|
UniversalSelector
An universal selector selects all widgets.
|
Class and Description |
---|
Selector
Represents a selector.
|