Interface HasPrefHeightProperty
- All Known Subinterfaces:
PreferenceResizableNode
- All Known Implementing Classes:
AnchorPane,BorderPane,Button,ButtonBar,ButtonBase,Cell,CheckBox,ChoiceBox,ComboBoxBase,ContextMenuContent,ContextMenuContent.MenuItemContainer,Control,DatePicker,DialogPane,FlowPane,GridPane,HBox,Hyperlink,Label,Labeled,Pane,PasswordField,PopupControl.CSSBridge,ProgressBar,ProgressIndicator,RadioButton,Region,ScrollPane,Separator,Slider,SplitPane,StackPane,TabPane,TextArea,TextField,TextFlow,TextInputControl,TitledPane,ToggleButton,ToolkitTextBox,VBox
public interface HasPrefHeightProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault DoubleGets the value of theprefHeightproperty.default voidsetPrefHeight(Number prefHeight) Sets the value of theprefHeightproperty.
-
Property Details
-
prefHeight
DoubleProperty prefHeightProperty
-
-
Method Details
-
prefHeightProperty
DoubleProperty prefHeightProperty()- Returns:
- the
prefHeightproperty - See Also:
-
setPrefHeight
Sets the value of theprefHeightproperty.- Property description:
- Parameters:
prefHeight- the value for theprefHeightproperty- See Also:
-
getPrefHeight
Gets the value of theprefHeightproperty.- Property description:
- Returns:
- the value of the
prefHeightproperty - See Also:
-