org.apache.beehive.netui.tags.rendering
Class AbstractHtmlControlState

Object
  extended by AbstractTagState
      extended by AbstractAttributeState
          extended by AbstractHtmlState
              extended by AbstractHtmlControlState
Direct Known Subclasses:
InputBooleanTag.State, InputFileTag.State, InputHiddenTag.State, InputSubmitTag.State, InputTextTag.State, SelectTag.State, TextAreaTag.State

public abstract class AbstractHtmlControlState
extends AbstractHtmlState

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

name

public String name
Constructor Detail

AbstractHtmlControlState

public AbstractHtmlControlState()
Method Detail

clear

public void clear()
Initialize the state values.

Overrides:
clear in class AbstractHtmlState