com.bea.alsb.presentation
Interface IHintTextAreaObject

All Superinterfaces:
ITextAreaObject
All Known Implementing Classes:
HintTextAreaObject, TransportUIFactory.HintTextAreaObject

public interface IHintTextAreaObject
extends ITextAreaObject

Hint Text Area Interface


Field Summary
 
Fields inherited from interface com.bea.alsb.presentation.ITextAreaObject
DEFAULT_NUMBER_OF_ROWS, DEFAULT_SIZE
 
Method Summary
 String getHint()
          returns the hint
 void setHint(String hint)
          sets the hint
 
Methods inherited from interface com.bea.alsb.presentation.ITextAreaObject
getNumCols, getNumRows, getReadOnly, getValue, setValue
 

Method Detail

getHint

String getHint()
returns the hint


setHint

void setHint(String hint)
sets the hint