org.wings.style
Class Selector

java.lang.Object
  extended by org.wings.style.Selector
All Implemented Interfaces:
Serializable

public class Selector
extends Object
implements Serializable

A selector string. A selector address some part of a component. For example the content of a tabbed pane ..

See Also:
Serialized Form

Field Summary
protected  String selector
          We address a specific area of the component.
 
Constructor Summary
Selector(String selectorString)
           
 
Method Summary
 boolean equals(Object o)
           
 String getSelector()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selector

protected String selector
We address a specific area of the component. For example the content of a tabbed pane ..

Constructor Detail

Selector

public Selector(String selectorString)
Parameters:
selectorString -
Method Detail

getSelector

public String getSelector()
Returns:
An valid CSS selection expression.

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


wingS Swings ;-)