org.wicketstuff.yui.helper
Class YuiTextBox

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

public class YuiTextBox
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
YuiTextBox(String background, int width, int height, String desc)
           
 
Method Summary
 String getBackground()
           
 String getDesc()
           
 int getHeight()
           
 int getWidth()
           
 void setBackground(String background)
           
 void setDesc(String desc)
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YuiTextBox

public YuiTextBox(String background,
                  int width,
                  int height,
                  String desc)
Method Detail

getBackground

public String getBackground()

setBackground

public void setBackground(String background)

getDesc

public String getDesc()

setDesc

public void setDesc(String desc)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)


Copyright © 2013. All Rights Reserved.