org.wicketstuff.yui.helper
Class YuiProperty
java.lang.Object
org.wicketstuff.yui.helper.YuiProperty
- All Implemented Interfaces:
- Serializable
public class YuiProperty
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YuiProperty
public YuiProperty(String toBy,
String from,
boolean isTo)
- Constructor where unit is not required.
- Parameters:
toBy - from - isTo -
YuiProperty
public YuiProperty(String toBy,
String from,
String unit,
boolean isTo)
- Constructor where unit is required.
- Parameters:
toBy - from - unit - isTo -
getBy
public String getBy()
getCssScript
public String getCssScript()
getFrom
public String getFrom()
getJsScript
public String getJsScript()
getReverseJsScript
public String getReverseJsScript()
getTo
public String getTo()
getUnit
public String getUnit()
setBy
public void setBy(String by)
setFrom
public void setFrom(String from)
setTo
public void setTo(String to)
setUnit
public void setUnit(String unit)
Copyright © 2013. All Rights Reserved.