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

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

public static class TransportUIFactory.HintTextAreaObject
extends TransportUIFactory.TextAreaObject
implements IHintTextAreaObject

A TextArea object with a hint above it


Field Summary
 
Fields inherited from interface com.bea.alsb.presentation.ITextAreaObject
DEFAULT_NUMBER_OF_ROWS, DEFAULT_SIZE
 
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
 
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.alsb.presentation.TextAreaObject
getNumCols, getNumRows, getReadOnly, getValue, 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.ITextAreaObject
getNumCols, getNumRows, getReadOnly, getValue, setValue
 

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 UIObject
Overrides:
getType in class TextAreaObject

getHint

public String getHint()
returns the hint

Specified by:
getHint in interface IHintTextAreaObject

setHint

public void setHint(String hint)
sets the hint

Specified by:
setHint in interface IHintTextAreaObject