public interface IIndicatorTextArea extends IIndicatorComp
IIndicatorComp whose component is an ITextArea.
Usually the IIndicatorTextArea is used with an ITextField.IValidator installed on the text area of the IIndicatorTextArea. The
ITextField.IValidator implementation can take advantage on the status this indicator text area can display.
IGuiFactory.newIndicatorTextArea(),
IGuiFactory.newIndicatorTextArea(String),
IIndicatorTextField| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText()
Returns the current text.
|
ITextArea |
getTextArea()
Returns the text area.
|
void |
setText(java.lang.String text)
Sets the specified text.
|
asComponent, configureIndicator, getIndicator, setAccepted, setEmpty, setError, setNotAcceptedITextArea getTextArea()
java.lang.String getText()
void setText(java.lang.String text)
text - text to be set
This API documentation is public and is intended for / allowed to be used by anyone.
Scelight home page: https://sites.google.com/site/scelight/
Scelight is a trademark of András Belicza. Copyright © András Belicza, 2013-2015. All rights reserved.