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
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault DoubleGets the value of themaxHeightproperty.default voidsetMaxHeight(Number maxHeight) Sets the value of themaxHeightproperty.
-
Property Details
-
maxHeight
DoubleProperty maxHeightProperty
-
-
Method Details
-
maxHeightProperty
DoubleProperty maxHeightProperty()- Returns:
- the
maxHeightproperty - See Also:
-
setMaxHeight
Sets the value of themaxHeightproperty.- Property description:
- Parameters:
maxHeight- the value for themaxHeightproperty- See Also:
-
getMaxHeight
Gets the value of themaxHeightproperty.- Property description:
- Returns:
- the value of the
maxHeightproperty - See Also:
-