java.lang.Object
org.tentackle.fx.FxControlDelegate
org.tentackle.fx.FxContainerDelegate
org.tentackle.fx.container.delegate.FxButtonBarDelegate
- All Implemented Interfaces:
FxContainer
,FxControl
Delegate for FxButtonBar.
- Author:
- harald
-
Property Summary
Properties inherited from class org.tentackle.fx.FxControlDelegate
changeable, viewModified
Properties inherited from interface org.tentackle.fx.FxControl
changeable, viewModified
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.collections.ObservableList
<javafx.scene.Node> Gets the component nodes maintained by this container.Gets the container of this delegate.Methods inherited from class org.tentackle.fx.FxContainerDelegate
clearErrors, getController, getController, getNode, getParentContainer, invalidateSavedView, saveView, setBindable, setChangeable, setContainerChangeable, setContainerChangeable, setController, toGenericString, toString, triggerViewModified, updateModel, updateView, updateViewNonFocused
Methods inherited from class org.tentackle.fx.FxControlDelegate
addModelToViewListener, addViewToModelListener, changeableProperty, createChangeableProperty, fireModelToViewListeners, fireViewToModelListeners, getDelegate, getHelpUrl, getModelToViewListeners, getViewToModelListeners, isBindable, isChangeable, isContainerChangeableIgnored, isControlChangeable, isViewModified, removeModelToViewListener, removeViewToModelListener, setContainerChangeableIgnored, setHelpUrl, setViewModified, showHelp, updateChangeable, viewModifiedProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.tentackle.fx.FxControl
addModelToViewListener, addViewToModelListener, changeableProperty, getDelegate, getHelpUrl, isBindable, isChangeable, isContainerChangeableIgnored, isViewModified, removeModelToViewListener, removeViewToModelListener, setContainerChangeableIgnored, setHelpUrl, setViewModified, showHelp, viewModifiedProperty
-
Constructor Details
-
FxButtonBarDelegate
Creates the delegate.- Parameters:
container
- the container
-
-
Method Details
-
getContainer
Description copied from class:FxContainerDelegate
Gets the container of this delegate.- Specified by:
getContainer
in classFxContainerDelegate
- Returns:
- the container
-
getComponents
public javafx.collections.ObservableList<javafx.scene.Node> getComponents()Description copied from interface:FxContainer
Gets the component nodes maintained by this container.- Returns:
- list of components
-