public interface IIndicatorTextField extends IIndicatorComp
IIndicatorComp whose component is an ITextField.
The actual content of the text field is used as the tool tip.
Usually the IIndicatorTextField is used with an ITextField.IValidator installed on the text field of the IIndicatorTextField. The
ITextField.IValidator implementation can take advantage on the status this indicator text field can display.
IGuiFactory.newIndicatorTextField(),
IGuiFactory.newIndicatorTextField(String),
IIndicatorTextArea| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText()
Returns the current text.
|
ITextField |
getTextField()
Returns the text field.
|
void |
setText(java.lang.String text)
Sets the specified text.
|
asComponent, configureIndicator, getIndicator, setAccepted, setEmpty, setError, setNotAcceptedITextField getTextField()
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.