Interface HasPromptTextProperty
- All Known Implementing Classes:
DatePicker,PasswordField,TextArea,TextField,TextInputControl,ToolkitTextBox
public interface HasPromptTextProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault StringGets the value of thepromptTextproperty.default voidsetPromptText(String promptText) Sets the value of thepromptTextproperty.
-
Property Details
-
promptText
-
-
Method Details
-
promptTextProperty
- Returns:
- the
promptTextproperty - See Also:
-
setPromptText
Sets the value of thepromptTextproperty.- Property description:
- Parameters:
promptText- the value for thepromptTextproperty- See Also:
-
getPromptText
Gets the value of thepromptTextproperty.- Property description:
- Returns:
- the value of the
promptTextproperty - See Also:
-