Package 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
-
-
Constructor Summary
Constructors Constructor Description YuiProperty(String toBy, String from, boolean isTo)Constructor where unit is not required.YuiProperty(String toBy, String from, String unit, boolean isTo)Constructor where unit is required.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBy()StringgetCssScript()StringgetFrom()StringgetJsScript()StringgetReverseJsScript()StringgetTo()StringgetUnit()voidsetBy(String by)voidsetFrom(String from)voidsetTo(String to)voidsetUnit(String unit)
-
-
-
Method Detail
-
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)
-
-