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

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

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

textarea object


Field Summary
static int DEFAULT_NUMBER_OF_ROWS
           
static int DEFAULT_SIZE
           
 
Constructor Summary
TransportUIFactory.TextAreaObject(String value, int cols, int numRows, boolean readOnly)
          constructor
 
Method Summary
 int getNumCols()
          returns the textbox size
 int getNumRows()
          returns the textbox size
 boolean getReadOnly()
          returns the textbox size
 int getType()
          returns the type
 String getValue()
          returns the value
 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

DEFAULT_NUMBER_OF_ROWS

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

TransportUIFactory.TextAreaObject

public TransportUIFactory.TextAreaObject(String value,
                                         int cols,
                                         int numRows,
                                         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


getNumCols

public int getNumCols()
returns the textbox size


getNumRows

public int getNumRows()
returns the textbox size


getReadOnly

public boolean getReadOnly()
returns the textbox size