Class UserManagerTreeConfigurationHooker
java.lang.Object
net.datenwerke.security.ext.client.usermanager.provider.treehookers.UserManagerTreeConfigurationHooker
- All Implemented Interfaces:
TreeConfiguratorHook,Hook
-
Constructor Summary
ConstructorsConstructorDescriptionUserManagerTreeConfigurationHooker(UserManagerTreeManagerDao treeHandler, <any> terminalUIServiceProvider, <any> securityServiceProvider, <any> userManagerTreeProvider, <any> utilsUIServiceProvider, TerminalDao terminalDao) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidconfigureTreeIcons(TreeDBUIIconProvider iconProvider) voidconfigureTreeMenu(TreeDBUIMenuProvider menuProvider) booleanconsumes(ManagerHelperTree tree) voidonDoubleClick(AbstractNodeDto selectedItem, DoubleClickEvent event)
-
Constructor Details
-
UserManagerTreeConfigurationHooker
public UserManagerTreeConfigurationHooker(UserManagerTreeManagerDao treeHandler, <any> terminalUIServiceProvider, <any> securityServiceProvider, <any> userManagerTreeProvider, <any> utilsUIServiceProvider, TerminalDao terminalDao)
-
-
Method Details
-
consumes
- Specified by:
consumesin interfaceTreeConfiguratorHook
-
configureTreeIcons
- Specified by:
configureTreeIconsin interfaceTreeConfiguratorHook
-
onDoubleClick
public void onDoubleClick(AbstractNodeDto selectedItem, DoubleClickEvent event) - Specified by:
onDoubleClickin interfaceTreeConfiguratorHook
-
configureFolderTypes
- Specified by:
configureFolderTypesin interfaceTreeConfiguratorHook
-