Interface HasTextProperty
- All Known Implementing Classes:
Button
,ButtonBase
,Cell
,CheckBox
,DatePicker
,Hyperlink
,Label
,Labeled
,LabeledText
,PasswordField
,RadioButton
,Text
,TextArea
,TextField
,TextInputControl
,TitledPane
,ToggleButton
,ToolkitTextBox
public interface HasTextProperty
- Author:
- Bruno Salmon
-
Property Details
-
text
StringProperty textProperty- See Also:
-
-
Method Details
-
textProperty
StringProperty textProperty()- Returns:
- the
text
property - See Also:
-
setText
Sets the value of thetext
property.- Property description:
- Parameters:
text
- the value for thetext
property- See Also:
-
getText
Gets the value of thetext
property.- Property description:
- Returns:
- the value of the
text
property - See Also:
-