org.wicketstuff.yui.helper
Class YuiAttribute

java.lang.Object
  extended by org.wicketstuff.yui.helper.YuiAttribute
All Implemented Interfaces:
Serializable

public class YuiAttribute
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
YuiAttribute()
           
 
Method Summary
 void add(String element, YuiProperty attribute)
           
 String getJsScript()
           
 Map getPropertyMap()
           
 String getReverseJsScript()
           
 void setPropertyMap(Map<String,YuiProperty> propertyMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YuiAttribute

public YuiAttribute()
Method Detail

add

public void add(String element,
                YuiProperty attribute)

getJsScript

public String getJsScript()

getPropertyMap

public Map getPropertyMap()

getReverseJsScript

public String getReverseJsScript()

setPropertyMap

public void setPropertyMap(Map<String,YuiProperty> propertyMap)


Copyright © 2013. All Rights Reserved.