Uses of Interface
org.uberfire.security.authz.RuntimeFeatureResource
-
-
Uses of RuntimeFeatureResource in org.uberfire.workbench.model.menu
Subinterfaces of RuntimeFeatureResource in org.uberfire.workbench.model.menu Modifier and Type Interface Description interfaceMenuCustom<T>A menu item that provides its own widget.interfaceMenuGroupA menu item that has child items nested under it.interfaceMenuItemMeta-data for a Workbench MenuItem including permissions.interfaceMenuItemCommandA menu item that invokes a particularCommandwhen it is clicked.interfaceMenuItemPerspectiveA menu item that invokes a particularPerspectiveDefinitionwhen it is clicked.interfaceMenuItemPlainA menu item that has no children and no specificCommandassociated with it. -
Uses of RuntimeFeatureResource in org.uberfire.workbench.model.menu.impl
Classes in org.uberfire.workbench.model.menu.impl that implement RuntimeFeatureResource Modifier and Type Class Description classBaseMenuCustom<T>classDefaultMenuGroup -
Uses of RuntimeFeatureResource in org.uberfire.workbench.model.toolbar
Subinterfaces of RuntimeFeatureResource in org.uberfire.workbench.model.toolbar Modifier and Type Interface Description interfaceToolBarMeta-data for a Workbench Tool Bar including permissionsinterfaceToolBarItemMeta-data for a Workbench Tool Bar Item including permissions. -
Uses of RuntimeFeatureResource in org.uberfire.workbench.model.toolbar.impl
Classes in org.uberfire.workbench.model.toolbar.impl that implement RuntimeFeatureResource Modifier and Type Class Description classDefaultToolBarDefault implementation of ToolBarclassDefaultToolBarItemDefault implementation of ToolBarItem
-