Class AndCombinator
- java.lang.Object
-
- ej.mwt.stylesheet.selector.combinator.Combinator
-
- ej.mwt.stylesheet.selector.combinator.AndCombinator
-
- All Implemented Interfaces:
Selector
public class AndCombinator extends Combinator
An 'and' combinator selects the widgets selected by both selectors.
-
-
Constructor Summary
Constructors Constructor Description AndCombinator(Selector selector1, Selector selector2)
Creates an 'and' combinator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
appliesToWidget(Widget widget)
Checks whether or not this selector applies to the given widget.-
Methods inherited from class ej.mwt.stylesheet.selector.combinator.Combinator
equals, getFirstSelector, getSecondSelector, getSpecificity, hashCode
-
-