Package | Description |
---|---|
ej.mwt.stylesheet.selector.combinator |
Modifier and Type | Class and Description |
---|---|
class |
AdjacentSiblingCombinator
An adjacent sibling combinator selects by checking the widget immediate sibling.
|
class |
AndCombinator
An 'and' combinator selects the widgets selected by both selectors.
|
class |
ChildCombinator
A child combinator selects by checking the widget direct hierarchy.
|
class |
DescendantCombinator
A descendant combinator selects by checking the widget hierarchy.
|
class |
GeneralSiblingCombinator
A general sibling combinator selects by checking the widget sibling.
|