Package org.wicketstuff.yui.helper
Class YuiTextBox
- java.lang.Object
-
- org.wicketstuff.yui.helper.YuiTextBox
-
- All Implemented Interfaces:
Serializable
public class YuiTextBox extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description YuiTextBox(String background, int width, int height, String desc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBackground()StringgetDesc()intgetHeight()intgetWidth()voidsetBackground(String background)voidsetDesc(String desc)voidsetHeight(int height)voidsetWidth(int width)
-
-
-
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)
-
-