org.apache.beehive.netui.tags.rendering
Class OptionTag.State

Object
  extended by AbstractTagState
      extended by AbstractAttributeState
          extended by AbstractHtmlState
              extended by OptionTag.State
Enclosing class:
OptionTag

public static class OptionTag.State
extends AbstractHtmlState


Field Summary
 boolean disabled
           
 boolean selected
           
 String value
           
 
Fields inherited from class AbstractHtmlState
ATTR_JAVASCRIPT, id, style, styleClass
 
Fields inherited from class AbstractAttributeState
ATTR_GENERAL, EMPTY_STRING
 
Constructor Summary
OptionTag.State()
           
 
Method Summary
 void clear()
          Initialize the state.
 
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

value

public String value

disabled

public boolean disabled

selected

public boolean selected
Constructor Detail

OptionTag.State

public OptionTag.State()
Method Detail

clear

public void clear()
Description copied from class: AbstractHtmlState
Initialize the state.

Overrides:
clear in class AbstractHtmlState