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

java.lang.Object
  extended by com.bea.wli.sb.transports.ui.TransportUIFactory.TextBoxObject
All Implemented Interfaces:
TransportUIFactory.TransportUIObject
Direct Known Subclasses:
TransportUIFactory.HintTextBoxObject
Enclosing class:
TransportUIFactory

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

A simple text box input object.


Field Summary
static int DEFAULT_SIZE
           
 
Constructor Summary
TransportUIFactory.TextBoxObject(String value, int size, boolean readOnly)
          constructor
 
Method Summary
 int getSize()
          returns the textbox size
 int getType()
          returns the type
 String getValue()
          returns the value
 boolean isReadOnly()
          returns read-only state
 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.TextBoxObject

public TransportUIFactory.TextBoxObject(String value,
                                        int size,
                                        boolean readOnly)
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


isReadOnly

public boolean isReadOnly()
returns read-only state