public abstract class DevToolbarAction<I,O> extends Object implements CockpitAction<I,O>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
COCKPITNG_DEVELOPMENT_MODE
Deprecated.
since 1811, use
CNG.PROPERTY_DEVELOPMENT_MODE instead |
| 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, perform@Deprecated protected static final String COCKPITNG_DEVELOPMENT_MODE
CNG.PROPERTY_DEVELOPMENT_MODE insteadpublic 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.