public class Action extends Object
| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends StatusGenericPanel> |
getAssociatedPanelClass()
Returns the class of the panel that is associated with this action
(for instance the NewBaseDNPanel class is associated with the 'New
Base DN' action.
|
org.forgerock.i18n.LocalizableMessage |
getName()
Returns the name of the action.
|
void |
setAssociatedPanel(Class<? extends StatusGenericPanel> associatedPanel)
Sets the class of the panel that is associated with this action.
|
void |
setName(org.forgerock.i18n.LocalizableMessage name)
Sets the name of the action.
|
public org.forgerock.i18n.LocalizableMessage getName()
public void setName(org.forgerock.i18n.LocalizableMessage name)
name - the name of the action.public Class<? extends StatusGenericPanel> getAssociatedPanelClass()
public void setAssociatedPanel(Class<? extends StatusGenericPanel> associatedPanel)
associatedPanel - the class of the panel that is associated with this
action.Copyright © 2010-2020 Wren Security. All Rights Reserved.