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
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault BackgroundGets the value of thebackgroundproperty.default voidsetBackground(Background background) Sets the value of thebackgroundproperty.
-
Property Details
-
background
Property<Background> backgroundProperty
-
-
Method Details
-
backgroundProperty
Property<Background> backgroundProperty()- Returns:
- the
backgroundproperty - See Also:
-
setBackground
Sets the value of thebackgroundproperty.- Property description:
- Parameters:
background- the value for thebackgroundproperty- See Also:
-
getBackground
Gets the value of thebackgroundproperty.- Property description:
- Returns:
- the value of the
backgroundproperty - See Also:
-