Uses of Class
jaxx.runtime.css.Selector
-
Packages that use Selector Package Description jaxx.runtime.css -
-
Uses of Selector in jaxx.runtime.css
Methods in jaxx.runtime.css that return Selector Modifier and Type Method Description Selector[]Rule. getSelectors()Methods in jaxx.runtime.css with parameters of type Selector Modifier and Type Method Description intSelector. compareTo(Selector selector)Constructors in jaxx.runtime.css with parameters of type Selector Constructor Description Rule(Selector[] selectors, String[] keys, String[] values)Rule(Selector[] selectors, Map<String,String> properties)
-