Package org.nuiton.jaxx.runtime.css
Class Rule
- java.lang.Object
-
- org.nuiton.jaxx.runtime.css.Rule
-
- All Implemented Interfaces:
Serializable,Comparable<Rule>
public class Rule extends Object implements Serializable, Comparable<Rule>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATA_BINDINGstatic StringINLINE_ATTRIBUTE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Rule o)Map<String,String>getProperties()Selector[]getSelectors()StringtoString()
-
-
-
Field Detail
-
INLINE_ATTRIBUTE
public static final String INLINE_ATTRIBUTE
- See Also:
- Constant Field Values
-
DATA_BINDING
public static final String DATA_BINDING
- See Also:
- Constant Field Values
-
-