public abstract class DevToolbarAction<I,O> extends Object implements CockpitAction<I,O>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
COCKPITNG_DEVELOPMENT_MODE |
| Constructor and Description |
|---|
DevToolbarAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPerform(ActionContext<I> ctx)
Returns true if the action can be performed for the given context, false otherwise.
|
CockpitProperties |
getCockpitProperties() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfirmationMessage, needsConfirmation, performprotected static final String COCKPITNG_DEVELOPMENT_MODE
public boolean canPerform(ActionContext<I> ctx)
CockpitActioncanPerform in interface CockpitAction<I,O>ctx - context containing the data and other informationpublic CockpitProperties getCockpitProperties()
Copyright © 2018. All rights reserved.