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

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

public static class TransportUIFactory.HintTextBoxObject
extends TransportUIFactory.TextBoxObject

A TextBox object with a little hint above it.


Field Summary
static int DEFAULT_SIZE
           
 
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.wli.sb.transports.ui.TransportUIFactory.TextBoxObject
getSize, getValue, isReadOnly, setValue
 
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.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 TransportUIFactory.TransportUIObject
Overrides:
getType in class TransportUIFactory.TextBoxObject

setHint

public void setHint(String hint)
returns the hint


getHint

public String getHint()
returns the hint