com.bea.alsb.presentation
Class HintTextBoxObject

java.lang.Object
  extended by com.bea.alsb.presentation.TextBoxObject
      extended by com.bea.alsb.presentation.HintTextBoxObject
All Implemented Interfaces:
Constants, IHintTextBoxObject, ITextBoxObject, UIObject

public class HintTextBoxObject
extends TextBoxObject
implements IHintTextBoxObject

Hint Text Box Object


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
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

HintTextBoxObject

public 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