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
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault DoubleGets the value of theprefWidthproperty.default voidsetPrefWidth(Number prefWidth) Sets the value of theprefWidthproperty.
-
Property Details
-
prefWidth
DoubleProperty prefWidthProperty
-
-
Method Details
-
prefWidthProperty
DoubleProperty prefWidthProperty()- Returns:
- the
prefWidthproperty - See Also:
-
setPrefWidth
Sets the value of theprefWidthproperty.- Property description:
- Parameters:
prefWidth- the value for theprefWidthproperty- See Also:
-
getPrefWidth
Gets the value of theprefWidthproperty.- Property description:
- Returns:
- the value of the
prefWidthproperty - See Also:
-