Modifier and Type | Class and Description |
---|---|
class |
ResourceRef
A resource reference.
|
Modifier and Type | Method and Description |
---|---|
default List<Resource> |
Resource.getDependencies()
A list of dependent resources.
|
List<Resource> |
ResourceRef.getDependencies() |
Modifier and Type | Method and Description |
---|---|
void |
ResourceRef.setDependencies(List<Resource> deps) |
Constructor and Description |
---|
ResourceRef(String identifier,
ResourceType type,
List<Resource> dependencies) |
Modifier and Type | Interface and Description |
---|---|
interface |
RuntimeContentResource |
interface |
RuntimeFeatureResource |
interface |
RuntimeResource |
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceActionRef.getResource() |
Constructor and Description |
---|
ResourceActionRef(Resource resource) |
ResourceActionRef(Resource resource,
ResourceAction action) |
ResourceActionRef(ResourceType type,
Resource resource,
ResourceAction action) |
Modifier and Type | Interface and Description |
---|---|
interface |
MenuCustom<T>
A menu item that provides its own widget.
|
interface |
MenuGroup
A menu item that has child items nested under it.
|
interface |
MenuItem
Meta-data for a Workbench MenuItem including permissions.
|
interface |
MenuItemCommand
A menu item that invokes a particular
Command when it is clicked. |
interface |
MenuItemPerspective
A menu item that invokes a particular
PerspectiveDefinition when it is clicked. |
interface |
MenuItemPlain
A menu item that has no children and no specific
Command associated with it. |
Modifier and Type | Method and Description |
---|---|
T |
MenuFactory.SecurityInfos.withPermission(Resource resource) |
T |
MenuFactory.SecurityInfos.withPermission(Resource resource,
ResourceAction resourceAction) |
T |
MenuFactory.SecurityInfos.withPermission(ResourceType resourceType,
Resource resource,
ResourceAction resourceAction) |
Modifier and Type | Class and Description |
---|---|
class |
BaseMenuCustom<T> |
class |
DefaultMenuGroup |
Modifier and Type | Method and Description |
---|---|
List<Resource> |
DefaultMenuGroup.getDependencies() |
Modifier and Type | Method and Description |
---|---|
MenuBuilderImpl |
MenuBuilderImpl.withPermission(Resource resource) |
MenuBuilderImpl |
MenuBuilderImpl.withPermission(Resource resource,
ResourceAction resourceAction) |
MenuBuilderImpl |
MenuBuilderImpl.withPermission(ResourceType resourceType,
Resource resource,
ResourceAction resourceAction) |
Modifier and Type | Interface and Description |
---|---|
interface |
ToolBar
Meta-data for a Workbench Tool Bar including permissions
|
interface |
ToolBarItem
Meta-data for a Workbench Tool Bar Item including permissions.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultToolBar
Default implementation of ToolBar
|
class |
DefaultToolBarItem
Default implementation of ToolBarItem
|
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.