com.bea.alsb.presentation
Interface ITextBoxObject

All Known Subinterfaces:
IHintTextBoxObject
All Known Implementing Classes:
HintTextBoxObject, TextBoxObject, TransportUIFactory.HintTextBoxObject, TransportUIFactory.TextBoxObject

public interface ITextBoxObject

Text Box Interface


Field Summary
static int DEFAULT_SIZE
           
 
Method Summary
 int getSize()
          returns the textbox size
 String getValue()
          returns the value
 boolean isReadOnly()
          returns read-only state
 void setValue(String value)
          sets the value
 

Field Detail

DEFAULT_SIZE

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

getValue

String getValue()
returns the value


setValue

void setValue(String value)
sets the value


getSize

int getSize()
returns the textbox size


isReadOnly

boolean isReadOnly()
returns read-only state