- All Implemented Interfaces:
GuiProvider<Security>,TableConfigurationProvider<Security>,DomainContextProvider,PdoProvider<Security>
@GuiProviderService(org.tentackle.security.pdo.Security.class)
public class SecurityGuiProvider
extends DefaultGuiProvider<Security>
GUI provider for Security.
- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a controller to edit or view this object.javafx.scene.image.ImageViewGets the PDO's icon.
The icon is displayed in trees, for example.booleanReturns whether a controller exists to edit or view this object.Methods inherited from class org.tentackle.fx.rdc.DefaultGuiProvider
createDragboard, createFinder, createTableView, createTreeItem, dropDragboard, dropPdo, finderExists, getBundle, getDomainContext, getPdo, getPdoKeyFromDragboard, getToolTipText, getTreeCellFactory, getTreeChildObjects, getTreeExpandMaxDepth, getTreeParentObjects, getTreeRoot, getTreeText, isBundleProvided, isDragAccepted, isEditAllowed, isViewAllowed, providesTreeChildObjects, providesTreeParentObjects, setPdo, stopTreeExpansion, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.tentackle.pdo.DomainContextProvider
on, opMethods inherited from interface org.tentackle.pdo.PdoProvider
on
-
Constructor Details
-
SecurityGuiProvider
Creates the provider.- Parameters:
pdo- the pdo
-
-
Method Details
-
createIcon
public javafx.scene.image.ImageView createIcon()Description copied from interface:GuiProviderGets the PDO's icon.
The icon is displayed in trees, for example.- Specified by:
createIconin interfaceGuiProvider<Security>- Overrides:
createIconin classDefaultGuiProvider<Security>- Returns:
- the icon
-
createEditor
Description copied from interface:GuiProviderCreates a controller to edit or view this object.- Specified by:
createEditorin interfaceGuiProvider<Security>- Overrides:
createEditorin classDefaultGuiProvider<Security>- Returns:
- the controller
-
editorExists
public boolean editorExists()Description copied from interface:GuiProviderReturns whether a controller exists to edit or view this object.- Specified by:
editorExistsin interfaceGuiProvider<Security>- Overrides:
editorExistsin classDefaultGuiProvider<Security>- Returns:
- true if a controller exists
- See Also:
-
createTableConfiguration
- Specified by:
createTableConfigurationin interfaceTableConfigurationProvider<Security>- Overrides:
createTableConfigurationin classDefaultGuiProvider<Security>
-