org.smallmind.wicket.util
Class StyleAttribute

java.lang.Object
  extended by org.smallmind.wicket.util.StyleAttribute

public class StyleAttribute
extends Object


Constructor Summary
StyleAttribute()
           
StyleAttribute(String style)
           
 
Method Summary
 String getAttribute(String styleKey)
           
 String[] getKeys()
           
 String getStyle()
           
 boolean isEmpty()
           
 void putAttribute(String styleKey, String styleValue)
           
 String removeAttribute(String styleKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleAttribute

public StyleAttribute()

StyleAttribute

public StyleAttribute(String style)
Method Detail

getKeys

public String[] getKeys()

getAttribute

public String getAttribute(String styleKey)

putAttribute

public void putAttribute(String styleKey,
                         String styleValue)

removeAttribute

public String removeAttribute(String styleKey)

isEmpty

public boolean isEmpty()

getStyle

public String getStyle()


Copyright © 2012. All Rights Reserved.