public class HtmlSelect extends HtmlTag implements IdHolder, NameHolder, ValueHolder
| Constructor and Description |
|---|
HtmlSelect() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
String |
getValue() |
protected boolean |
isSelfClosing()
Returns true if this widget is self closing (i.e.
|
void |
setId(String id) |
void |
setName(String name) |
void |
setValue(String value) |
getAdditionalNamespaceURIs, getAttribute, getNamespaceURI, getPrefix, getTextContent, putAdditionalNamespaceURI, putAttribute, setTextContent, write, writeAttributegetChildren, getClientProperty, getParent, putClientProperty, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildren, getClientProperty, putClientPropertypublic void setName(String name)
setName in interface NameHolderpublic String getName()
getName in interface NameHolderpublic void setValue(String value)
setValue in interface ValueHolderpublic String getValue()
getValue in interface ValueHolderprotected boolean isSelfClosing()
BaseStaticXmlWidgetisSelfClosing in class BaseStaticXmlWidgetCopyright © 2015. All Rights Reserved.