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
textproperty - See Also:
-
setText
Sets the value of thetextproperty.- Property description:
- Parameters:
text- the value for thetextproperty- See Also:
-
getText
Gets the value of thetextproperty.- Property description:
- Returns:
- the value of the
textproperty - See Also:
-