Interface HasBackgroundProperty
- 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 HasBackgroundProperty
- Author:
- Bruno Salmon
-
Property Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault Background
Gets the value of thebackground
property.default void
setBackground
(Background background) Sets the value of thebackground
property.
-
Property Details
-
background
Property<Background> backgroundProperty
-
-
Method Details
-
backgroundProperty
Property<Background> backgroundProperty()- Returns:
- the
background
property - See Also:
-
setBackground
Sets the value of thebackground
property.- Property description:
- Parameters:
background
- the value for thebackground
property- See Also:
-
getBackground
Gets the value of thebackground
property.- Property description:
- Returns:
- the value of the
background
property - See Also:
-