Interface HasPrefWidthProperty
- 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 HasPrefWidthProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Double
Gets the value of theprefWidth
property.default void
setPrefWidth
(Number prefWidth) Sets the value of theprefWidth
property.
-
Property Details
-
prefWidth
DoubleProperty prefWidthProperty
-
-
Method Details
-
prefWidthProperty
DoubleProperty prefWidthProperty()- Returns:
- the
prefWidth
property - See Also:
-
setPrefWidth
Sets the value of theprefWidth
property.- Property description:
- Parameters:
prefWidth
- the value for theprefWidth
property- See Also:
-
getPrefWidth
Gets the value of theprefWidth
property.- Property description:
- Returns:
- the value of the
prefWidth
property - See Also:
-