com.bea.wli.sb.transports.ui
Class TransportUIFactory.BrowserTextBoxObject

java.lang.Object
  extended by com.bea.alsb.presentation.BrowserTextBoxObject
      extended by com.bea.wli.sb.transports.ui.TransportUIFactory.BrowserTextBoxObject
All Implemented Interfaces:
Constants, IBrowserTextBoxObject, UIObject, TransportUIFactory.TransportUIObject
Enclosing class:
TransportUIFactory

public static class TransportUIFactory.BrowserTextBoxObject
extends BrowserTextBoxObject
implements TransportUIFactory.TransportUIObject

Browser textbox object


Field Summary
 
Fields inherited from interface com.bea.alsb.presentation.Constants
TYPE_BROWSER_TEXTBOX, TYPE_CHECKBOX, TYPE_CONFIRM, TYPE_DYN_TABLE, TYPE_EXPAND_TABLE, TYPE_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_PASSWORD, TYPE_SELECT, TYPE_SIMPLE_TABLE, TYPE_TEXTAREA, TYPE_TEXTBOX
 
Fields inherited from interface com.bea.alsb.presentation.IBrowserTextBoxObject
DEFAULT_SIZE
 
Constructor Summary
TransportUIFactory.BrowserTextBoxObject(String value, int size, String typeId, boolean hasEvent, ResourceQuery resourceQuery)
          constructor
 
Method Summary
 
Methods inherited from class com.bea.alsb.presentation.BrowserTextBoxObject
getResourceQuery, getSize, getType, getTypeId, getValue, hasEvent, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bea.alsb.presentation.UIObject
getType
 

Constructor Detail

TransportUIFactory.BrowserTextBoxObject

public TransportUIFactory.BrowserTextBoxObject(String value,
                                               int size,
                                               String typeId,
                                               boolean hasEvent,
                                               ResourceQuery resourceQuery)
constructor