BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags.rendering
Class InputTextTag.State

java.lang.Object
  extended by com.bea.wlw.netui.tags.rendering.AbstractTagState
      extended by com.bea.wlw.netui.tags.rendering.AbstractAttributeState
          extended by com.bea.wlw.netui.tags.rendering.AbstractHtmlState
              extended by com.bea.wlw.netui.tags.rendering.InputTextTag.State
Enclosing class:
InputTextTag

public static class InputTextTag.State
extends AbstractHtmlState


Field Summary
 boolean disabled
           
 int maxlength
           
 String name
           
 boolean readonly
           
 int size
           
 String type
           
 String value
           
 
Fields inherited from class com.bea.wlw.netui.tags.rendering.AbstractHtmlState
ATTR_JAVASCRIPT, id, style, styleClass
 
Fields inherited from class com.bea.wlw.netui.tags.rendering.AbstractAttributeState
ATTR_GENERAL, ATTR_GENERAL_EXPRESSION, EMPTY_STRING
 
Constructor Summary
InputTextTag.State()
           
 
Method Summary
 void clear()
          Initialize the state.
 
Methods inherited from class com.bea.wlw.netui.tags.rendering.AbstractHtmlState
getEventMap, selectMap
 
Methods inherited from class com.bea.wlw.netui.tags.rendering.AbstractAttributeState
getAttribute, getExpressionAttributeMap, getGeneralAttributeMap, registerAttribute, registerAttribute, removeAttribute
 
Methods inherited from class java.lang.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

name

public String name
Constructor Detail

InputTextTag.State

public InputTextTag.State()
Method Detail

clear

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

Overrides:
clear in class AbstractHtmlState

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.