public class InputTag extends HtmlTag
| Constructor and Description |
|---|
InputTag()
Public constructor for InputTag html tag
|
| Modifier and Type | Method and Description |
|---|---|
void |
setName(java.lang.String name)
set the name of the input
|
void |
setSize(int size)
set the size of the input
|
void |
setValue(java.lang.String value)
set the value of the input
|
isVoidElement, renderaddBody, addBody, getTag, hasBody, removeAttribute, renderBody, renderCloseTag, renderOpenTag, renderOpenTag, setAttribute, setBodypublic void setName(java.lang.String name)
name - name of the inputpublic void setSize(int size)
size - of the inputpublic void setValue(java.lang.String value)
value - of the input