com.bea.alsb.presentation
Interface IHintTextBoxObject

All Superinterfaces:
ITextBoxObject
All Known Implementing Classes:
HintTextBoxObject, TransportUIFactory.HintTextBoxObject

public interface IHintTextBoxObject
extends ITextBoxObject

Hint Text Box Interface


Field Summary
 
Fields inherited from interface com.bea.alsb.presentation.ITextBoxObject
DEFAULT_SIZE
 
Method Summary
 String getHint()
          returns the hint
 void setHint(String hint)
          returns the hint
 
Methods inherited from interface com.bea.alsb.presentation.ITextBoxObject
getSize, getValue, isReadOnly, setValue
 

Method Detail

setHint

void setHint(String hint)
returns the hint


getHint

String getHint()
returns the hint