Package org.nuiton.jaxx.runtime.css
Class Selector
- java.lang.Object
-
- org.nuiton.jaxx.runtime.css.Selector
-
- All Implemented Interfaces:
Serializable,Comparable<Selector>
public class Selector extends Object implements Serializable, Comparable<Selector>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intALWAYS_APPLIESstatic intALWAYS_APPLIES_INHERIT_ONLYstatic intNEVER_APPLIESstatic intPSEUDOCLASS_APPLIESstatic intPSEUDOCLASS_APPLIES_INHERIT_ONLY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Selector selector)StringgetId()StringgetJavaClassName()StringgetPseudoClass()StringgetStyleClass()booleanisInline()StringtoString()
-
-
-
Field Detail
-
NEVER_APPLIES
public static final int NEVER_APPLIES
- See Also:
- Constant Field Values
-
PSEUDOCLASS_APPLIES_INHERIT_ONLY
public static final int PSEUDOCLASS_APPLIES_INHERIT_ONLY
- See Also:
- Constant Field Values
-
PSEUDOCLASS_APPLIES
public static final int PSEUDOCLASS_APPLIES
- See Also:
- Constant Field Values
-
ALWAYS_APPLIES_INHERIT_ONLY
public static final int ALWAYS_APPLIES_INHERIT_ONLY
- See Also:
- Constant Field Values
-
ALWAYS_APPLIES
public static final int ALWAYS_APPLIES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJavaClassName
public String getJavaClassName()
-
getStyleClass
public String getStyleClass()
-
getPseudoClass
public String getPseudoClass()
-
getId
public String getId()
-
isInline
public boolean isInline()
-
compareTo
public int compareTo(Selector selector)
- Specified by:
compareToin interfaceComparable<Selector>
-
-