java.lang.Object
org.tentackle.fx.FxControlDelegate
org.tentackle.fx.FxContainerDelegate
org.tentackle.fx.container.delegate.FxTabDelegate
- All Implemented Interfaces:
FxContainer,FxControl
Delegate for FxTab.
- Author:
- harald
-
Property Summary
Properties inherited from class org.tentackle.fx.FxControlDelegate
changeable, viewModifiedProperties inherited from interface org.tentackle.fx.FxControl
changeable, viewModified -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.collections.ObservableList<javafx.scene.Node>Gets the component nodes maintained by this container.Gets the container of this delegate.Gets the parent container.booleanGets the value of the property viewModified.Methods inherited from class org.tentackle.fx.FxContainerDelegate
clearErrors, getController, getController, getNode, invalidateSavedView, saveView, setBindable, setChangeable, setContainerChangeable, setContainerChangeable, setController, toGenericString, toString, triggerViewModified, updateModel, updateView, updateViewNonFocusedMethods inherited from class org.tentackle.fx.FxControlDelegate
addModelToViewListener, addViewToModelListener, changeableProperty, createChangeableProperty, fireModelToViewListeners, fireViewToModelListeners, getDelegate, getHelpUrl, getModelToViewListeners, getViewToModelListeners, isBindable, isChangeable, isContainerChangeableIgnored, isControlChangeable, removeModelToViewListener, removeViewToModelListener, setContainerChangeableIgnored, setHelpUrl, setViewModified, showHelp, updateChangeable, viewModifiedPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.tentackle.fx.FxControl
addModelToViewListener, addViewToModelListener, changeableProperty, getDelegate, getHelpUrl, isBindable, isChangeable, isContainerChangeableIgnored, removeModelToViewListener, removeViewToModelListener, setContainerChangeableIgnored, setHelpUrl, setViewModified, showHelp, viewModifiedProperty
-
Constructor Details
-
FxTabDelegate
Creates the delegate.- Parameters:
container- the container
-
-
Method Details
-
getContainer
Description copied from class:FxContainerDelegateGets the container of this delegate.- Specified by:
getContainerin classFxContainerDelegate- Returns:
- the container
-
getComponents
public javafx.collections.ObservableList<javafx.scene.Node> getComponents()Description copied from interface:FxContainerGets the component nodes maintained by this container.- Returns:
- list of components
-
getParentContainer
Description copied from interface:FxControlGets the parent container.- Specified by:
getParentContainerin interfaceFxControl- Overrides:
getParentContainerin classFxContainerDelegate- Returns:
- the parent, null if not a component of a container
-
isViewModified
public boolean isViewModified()Description copied from class:FxControlDelegateGets the value of the property viewModified.- Specified by:
isViewModifiedin interfaceFxControl- Overrides:
isViewModifiedin classFxControlDelegate- Returns:
- true if user changed the visual representation
-