com.bea.alsb.presentation
Interface ITextAreaObject

All Known Subinterfaces:
IHintTextAreaObject
All Known Implementing Classes:
HintTextAreaObject, TextAreaObject, TransportUIFactory.HintTextAreaObject, TransportUIFactory.TextAreaObject

public interface ITextAreaObject

Text Area Interface


Field Summary
static int DEFAULT_NUMBER_OF_ROWS
           
static int DEFAULT_SIZE
           
 
Method Summary
 int getNumCols()
          returns the textbox size
 int getNumRows()
          returns the textbox size
 boolean getReadOnly()
          returns the textbox size
 String getValue()
          returns the value
 void setValue(String value)
          sets the value
 

Field Detail

DEFAULT_SIZE

static final int DEFAULT_SIZE
See Also:
Constant Field Values

DEFAULT_NUMBER_OF_ROWS

static final int DEFAULT_NUMBER_OF_ROWS
See Also:
Constant Field Values
Method Detail

getValue

String getValue()
returns the value


setValue

void setValue(String value)
sets the value


getNumCols

int getNumCols()
returns the textbox size


getNumRows

int getNumRows()
returns the textbox size


getReadOnly

boolean getReadOnly()
returns the textbox size