public class HtmlInput extends HtmlTag implements IdHolder, NameHolder, ValueHolder
Constructor and Description |
---|
HtmlInput() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
String |
getValue() |
void |
setId(String id) |
void |
setName(String name) |
void |
setValue(String value) |
getAdditionalNamespaceURIs, getAttribute, getNamespaceURI, getPrefix, getTextContent, isSelfClosing, putAdditionalNamespaceURI, putAttribute, setTextContent, write, writeAttribute
getChildren, getClientProperty, getParent, putClientProperty, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildren, getClientProperty, putClientProperty
public void setName(String name)
setName
in interface NameHolder
public String getName()
getName
in interface NameHolder
public void setValue(String value)
setValue
in interface ValueHolder
public String getValue()
getValue
in interface ValueHolder
Copyright © 2015. All Rights Reserved.