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

java.lang.Object
  extended by com.bea.alsb.presentation.TextBoxObject
      extended by com.bea.wli.sb.transports.ui.TransportUIFactory.TextBoxObject
          extended by com.bea.wli.sb.transports.ui.TransportUIFactory.HintTextBoxObject
All Implemented Interfaces:
Constants, IHintTextBoxObject, ITextBoxObject, UIObject, TransportUIFactory.TransportUIObject
Enclosing class:
TransportUIFactory

public static class TransportUIFactory.HintTextBoxObject
extends TransportUIFactory.TextBoxObject
implements IHintTextBoxObject

A TextBox object with a little hint above it.


Field Summary
 
Fields inherited from interface com.bea.alsb.presentation.ITextBoxObject
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.HintTextBoxObject(String value, String hintValue, int size)
          constructor
 
Method Summary
 String getHint()
          returns the hint
 int getType()
          returns the type
 void setHint(String hint)
          returns the hint
 
Methods inherited from class com.bea.alsb.presentation.TextBoxObject
getSize, getValue, isReadOnly, 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.ITextBoxObject
getSize, getValue, isReadOnly, setValue
 

Constructor Detail

TransportUIFactory.HintTextBoxObject

public TransportUIFactory.HintTextBoxObject(String value,
                                            String hintValue,
                                            int size)
constructor

Method Detail

getType

public int getType()
returns the type

Specified by:
getType in interface UIObject
Overrides:
getType in class TextBoxObject

setHint

public void setHint(String hint)
returns the hint

Specified by:
setHint in interface IHintTextBoxObject

getHint

public String getHint()
returns the hint

Specified by:
getHint in interface IHintTextBoxObject