org.wicketstuff.yui.helper
Class YuiProperty

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

public class YuiProperty
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
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
 String getBy()
           
 String getCssScript()
           
 String getFrom()
           
 String getJsScript()
           
 String getReverseJsScript()
           
 String getTo()
           
 String getUnit()
           
 void setBy(String by)
           
 void setFrom(String from)
           
 void setTo(String to)
           
 void setUnit(String unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 -
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)


Copyright © 2013. All Rights Reserved.