org.wings.style
Class CSSStyle

java.lang.Object
  extended by org.wings.style.CSSAttributeSet
      extended by org.wings.style.CSSStyle
All Implemented Interfaces:
Serializable, Cloneable, Renderable, Style

public class CSSStyle
extends CSSAttributeSet
implements Style

A

Author:
bschmid
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.wings.style.CSSAttributeSet
EMPTY_ATTRIBUTESET
 
Constructor Summary
CSSStyle(Selector selector, CSSAttributeSet attributes)
           
CSSStyle(Selector selector, CSSProperty property, String value)
           
 
Method Summary
 Selector getSelector()
          A object defining on what this styles applies to.
 void setSelector(Selector selector)
           
 
Methods inherited from class org.wings.style.CSSAttributeSet
clear, clone, contains, equals, get, hashCode, isEmpty, properties, put, putAll, remove, size, toString, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.wings.style.Style
properties, put, putAll, remove
 
Methods inherited from interface org.wings.Renderable
write
 

Constructor Detail

CSSStyle

public CSSStyle(Selector selector,
                CSSAttributeSet attributes)

CSSStyle

public CSSStyle(Selector selector,
                CSSProperty property,
                String value)
Method Detail

getSelector

public Selector getSelector()
Description copied from interface: Style
A object defining on what this styles applies to.

Specified by:
getSelector in interface Style
Returns:
Rendered Style: css selector { attribute/values }

setSelector

public void setSelector(Selector selector)


wingS Swings ;-)