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

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

public static class TransportUIFactory.HintTextAreaObject
extends TransportUIFactory.TextAreaObject

A TextArea object with a hint above it


Field Summary
 
Fields inherited from class com.bea.wli.sb.transports.ui.TransportUIFactory.TextAreaObject
DEFAULT_NUMBER_OF_ROWS, DEFAULT_SIZE
 
Constructor Summary
TransportUIFactory.HintTextAreaObject(String value, String hint, int cols, int numRows, boolean readOnly)
          constructor
 
Method Summary
 String getHint()
          returns the hint
 int getType()
          returns the type
 void setHint(String hint)
          sets the hint
 
Methods inherited from class com.bea.wli.sb.transports.ui.TransportUIFactory.TextAreaObject
getNumCols, getNumRows, getReadOnly, getValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportUIFactory.HintTextAreaObject

public TransportUIFactory.HintTextAreaObject(String value,
                                             String hint,
                                             int cols,
                                             int numRows,
                                             boolean readOnly)
constructor

Method Detail

getType

public int getType()
returns the type

Specified by:
getType in interface TransportUIFactory.TransportUIObject
Overrides:
getType in class TransportUIFactory.TextAreaObject

getHint

public String getHint()
returns the hint


setHint

public void setHint(String hint)
sets the hint