jaxx.runtime.css
Class Rule

java.lang.Object
  extended by 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
static String DATA_BINDING
           
static String INLINE_ATTRIBUTE
           
 
Constructor Summary
Rule(Selector[] selectors, Map<String,String> properties)
           
Rule(Selector[] selectors, String[] keys, String[] values)
           
 
Method Summary
 int compareTo(Rule o)
           
 Map<String,String> getProperties()
           
 Selector[] getSelectors()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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
Constructor Detail

Rule

public Rule(Selector[] selectors,
            Map<String,String> properties)

Rule

public Rule(Selector[] selectors,
            String[] keys,
            String[] values)
Method Detail

getSelectors

public Selector[] getSelectors()

getProperties

public Map<String,String> getProperties()

compareTo

public int compareTo(Rule o)
Specified by:
compareTo in interface Comparable<Rule>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012 CodeLutin. All Rights Reserved.