| |
|
| java.lang.Object org.wings.style.Selector
Selector | public class Selector implements Serializable(Code) | | A selector string. A selector address some part of a component.
For example the content of a tabbed pane ..
|
Field Summary | |
protected String | selector We address a specific area of the component. |
selector | protected String selector(Code) | | We address a specific area of the component. For example the content of a tabbed pane ..
|
Selector | public Selector(String selectorString)(Code) | | Parameters: selectorString - |
getSelector | public String getSelector()(Code) | | An valid CSS selection expression. |
hashCode | public int hashCode()(Code) | | |
|
|
|