Interface HasMinHeightProperty
- 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 HasMinHeightProperty
- Author:
- Bruno Salmon
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault DoubleGets the value of theminHeightproperty.default voidsetMinHeight(Number minHeight) Sets the value of theminHeightproperty.
-
Property Details
-
minHeight
DoubleProperty minHeightProperty
-
-
Method Details
-
minHeightProperty
DoubleProperty minHeightProperty()- Returns:
- the
minHeightproperty - See Also:
-
setMinHeight
Sets the value of theminHeightproperty.- Property description:
- Parameters:
minHeight- the value for theminHeightproperty- See Also:
-
getMinHeight
Gets the value of theminHeightproperty.- Property description:
- Returns:
- the value of the
minHeightproperty - See Also:
-