|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractTagState
AbstractAttributeState
AbstractHtmlState
AbstractHtmlControlState
public abstract class AbstractHtmlControlState
This class adds the name attribute to the base HTML state. The name attribute is used by the HTML Controls as the control name. For all successful controls durinig a form post the name and value are posted back.
Field Summary | |
---|---|
String |
name
|
Fields inherited from class AbstractHtmlState |
---|
ATTR_JAVASCRIPT, id, style, styleClass |
Fields inherited from class AbstractAttributeState |
---|
ATTR_GENERAL, EMPTY_STRING |
Constructor Summary | |
---|---|
AbstractHtmlControlState()
|
Method Summary | |
---|---|
void |
clear()
Initialize the state values. |
Methods inherited from class AbstractHtmlState |
---|
getEventMap, selectMap |
Methods inherited from class AbstractAttributeState |
---|
getAttribute, getGeneralAttributeMap, registerAttribute, registerAttribute, removeAttribute |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String name
Constructor Detail |
---|
public AbstractHtmlControlState()
Method Detail |
---|
public void clear()
clear
in class AbstractHtmlState
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |