Interface HasMinWidthProperty
- 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 HasMinWidthProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of theminWidth
property.default void
setMinWidth
(Number minWidth) Sets the value of theminWidth
property.
-
Property Details
-
minWidth
DoubleProperty minWidthProperty
-
-
Method Details
-
minWidthProperty
DoubleProperty minWidthProperty()- Returns:
- the
minWidth
property - See Also:
-
setMinWidth
Sets the value of theminWidth
property.- Property description:
- Parameters:
minWidth
- the value for theminWidth
property- See Also:
-
getMinWidth
Gets the value of theminWidth
property.- Property description:
- Returns:
- the value of the
minWidth
property - See Also:
-