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

java.lang.Object
  extended by com.bea.wli.sb.transports.ui.TransportUIFactory.BrowserTextBoxObject
All Implemented Interfaces:
TransportUIFactory.TransportUIObject
Enclosing class:
TransportUIFactory

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

Browser textbox object


Field Summary
static int DEFAULT_SIZE
           
 
Constructor Summary
TransportUIFactory.BrowserTextBoxObject(String value, int size, String typeId, boolean hasEvent, ResourceQuery resourceQuery)
          constructor
 
Method Summary
 ResourceQuery getResourceQuery()
          return the resource query
 int getSize()
          returns the textbox size
 int getType()
          returns the type
 String getTypeId()
          returns the type ID for the browser
 String getValue()
          returns the value
 boolean hasEvent()
          returns whether to fire an event
 void setValue(String value)
          sets the value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SIZE

public static final int DEFAULT_SIZE
See Also:
Constant Field Values
Constructor Detail

TransportUIFactory.BrowserTextBoxObject

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

Method Detail

getType

public int getType()
returns the type

Specified by:
getType in interface TransportUIFactory.TransportUIObject

getValue

public String getValue()
returns the value


setValue

public void setValue(String value)
sets the value


getSize

public int getSize()
returns the textbox size


getTypeId

public String getTypeId()
returns the type ID for the browser


hasEvent

public boolean hasEvent()
returns whether to fire an event


getResourceQuery

public ResourceQuery getResourceQuery()
return the resource query