- java.lang.Object
-
- org.tentackle.fx.rdc.DefaultGuiProvider<org.tentackle.security.pdo.Security>
-
- org.tentackle.fx.rdc.security.SecurityGuiProvider
-
- All Implemented Interfaces:
GuiProvider<org.tentackle.security.pdo.Security>,org.tentackle.pdo.DomainContextProvider,org.tentackle.pdo.PdoHolder<org.tentackle.security.pdo.Security>
@GuiProviderService(org.tentackle.security.pdo.Security.class) public class SecurityGuiProvider extends DefaultGuiProvider<org.tentackle.security.pdo.Security>
GUI provider for Security.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description SecurityGuiProvider(org.tentackle.security.pdo.Security pdo)Creates the provider.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityEditorcreateEditor()Creates a controller to edit or view this object.javafx.scene.image.ImageViewcreateIcon()Gets the PDO's icon.
The icon is displayed in trees, for example.org.tentackle.fx.table.TableConfiguration<org.tentackle.security.pdo.Security>createTableConfiguration()Creates the table configuration.booleaneditorExists()Returns whether a controller exists to edit or view this object.-
Methods inherited from class org.tentackle.fx.rdc.DefaultGuiProvider
createDragboard, createFinder, createTableView, createTreeCell, createTreeItem, dropDragboard, dropPdo, finderExists, getBundle, getDomainContext, getPdo, getPdoKeyFromDragboard, getToolTipText, getTreeChildObjects, getTreeExpandMaxDepth, getTreeParentObjects, getTreeRoot, getTreeText, isBundleProvided, isDragAccepted, providesTreeChildObjects, providesTreeParentObjects, setPdo, stopTreeExpansion, toString
-
-
-
-
Method Detail
-
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<org.tentackle.security.pdo.Security>- Overrides:
createIconin classDefaultGuiProvider<org.tentackle.security.pdo.Security>- Returns:
- the icon
-
createEditor
public SecurityEditor createEditor()
Description copied from interface:GuiProviderCreates a controller to edit or view this object.- Specified by:
createEditorin interfaceGuiProvider<org.tentackle.security.pdo.Security>- Overrides:
createEditorin classDefaultGuiProvider<org.tentackle.security.pdo.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<org.tentackle.security.pdo.Security>- Overrides:
editorExistsin classDefaultGuiProvider<org.tentackle.security.pdo.Security>- Returns:
- true if a controller exists
- See Also:
GuiProvider.createEditor()
-
createTableConfiguration
public org.tentackle.fx.table.TableConfiguration<org.tentackle.security.pdo.Security> createTableConfiguration()
Description copied from interface:GuiProviderCreates the table configuration.- Specified by:
createTableConfigurationin interfaceGuiProvider<org.tentackle.security.pdo.Security>- Overrides:
createTableConfigurationin classDefaultGuiProvider<org.tentackle.security.pdo.Security>- Returns:
- the table configuration
-
-