Package | Description |
---|---|
org.overlord.rtgov.ui.provider |
Modifier and Type | Class and Description |
---|---|
class |
ResubmitActionProvider
This interface represents the action provider for the Resubmit task.
|
Modifier and Type | Method and Description |
---|---|
<T extends ActionProvider> |
ServicesProvider.getAction(Class<T> actionType)
This method retrieves the action provider for the supplied
type.
|
<T extends ActionProvider> |
AbstractServicesProvider.getAction(Class<T> actionType)
This method retrieves the action provider for the supplied
type.
|
Modifier and Type | Method and Description |
---|---|
protected ActionProvider |
AbstractServicesProvider.unregisterAction(Class<? extends ActionProvider> type)
This method unregisters an action.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractServicesProvider.registerAction(Class<? extends ActionProvider> type,
ActionProvider action)
This method registers an action.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractServicesProvider.registerAction(Class<? extends ActionProvider> type,
ActionProvider action)
This method registers an action.
|
protected ActionProvider |
AbstractServicesProvider.unregisterAction(Class<? extends ActionProvider> type)
This method unregisters an action.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.