org.wings.style
Class Selector
java.lang.Object
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. |
selector
protected String selector
- We address a specific area of the component. For example the content of a tabbed pane ..
Selector
public Selector(String selectorString)
- Parameters:
selectorString -
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 ;-)