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

Object
  extended by AbstractTagState
      extended by AbstractAttributeState
          extended by AbstractHtmlState
              extended by AbstractHtmlControlState
                  extended by InputTextTag.State
Enclosing class:
InputTextTag

public static class InputTextTag.State
extends AbstractHtmlControlState


Field Summary
 boolean disabled
           
 int maxlength
           
 boolean readonly
           
 int size
           
 String type
           
 String value
           
 
Fields inherited from class AbstractHtmlControlState
name
 
Fields inherited from class AbstractHtmlState
ATTR_JAVASCRIPT, id, style, styleClass
 
Fields inherited from class AbstractAttributeState
ATTR_GENERAL, EMPTY_STRING
 
Constructor Summary
InputTextTag.State()
           
 
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

type

public String type

disabled

public boolean disabled

maxlength

public int maxlength

size

public int size

value

public String value

readonly

public boolean readonly
Constructor Detail

InputTextTag.State

public InputTextTag.State()
Method Detail

clear

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

Overrides:
clear in class AbstractHtmlControlState