Interface HasMaxWidthProperty
- 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 HasMaxWidthProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of themaxWidth
property.default void
setMaxWidth
(Number maxWidth) Sets the value of themaxWidth
property.
-
Property Details
-
maxWidth
DoubleProperty maxWidthProperty
-
-
Method Details
-
maxWidthProperty
DoubleProperty maxWidthProperty()- Returns:
- the
maxWidth
property - See Also:
-
setMaxWidth
Sets the value of themaxWidth
property.- Property description:
- Parameters:
maxWidth
- the value for themaxWidth
property- See Also:
-
getMaxWidth
Gets the value of themaxWidth
property.- Property description:
- Returns:
- the value of the
maxWidth
property - See Also:
-