Interface HasMaxHeightProperty
- 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 HasMaxHeightProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of themaxHeight
property.default void
setMaxHeight
(Number maxHeight) Sets the value of themaxHeight
property.
-
Property Details
-
maxHeight
DoubleProperty maxHeightProperty
-
-
Method Details
-
maxHeightProperty
DoubleProperty maxHeightProperty()- Returns:
- the
maxHeight
property - See Also:
-
setMaxHeight
Sets the value of themaxHeight
property.- Property description:
- Parameters:
maxHeight
- the value for themaxHeight
property- See Also:
-
getMaxHeight
Gets the value of themaxHeight
property.- Property description:
- Returns:
- the value of the
maxHeight
property - See Also:
-