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