Package | Description |
---|---|
ej.style.selector |
Default selectors implementations.
|
Class and Description |
---|
EvenChildSelector
An even child selector selects by checking if an element is at an even position in its parent (1, 3, 5,…).
|
FirstChildSelector
A first child selector selects by checking if an element is the first child of its parent.
|
LastChildSelector
A last child selector selects by checking if an element is the last child of its parent.
|
OddChildSelector
An odd child selector selects by checking if an element is at an odd position in its parent (0, 2, 4,…).
|
UniversalSelector
An universal selector selects all elements.
|