public class DragAndDropConfigAction extends AbstractComponentWidgetAdapterAware implements CockpitAction<Object,Object>
| Constructor and Description |
|---|
DragAndDropConfigAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPerform(ActionContext<Object> ctx)
Returns true if the action can be performed for the given context, false otherwise.
|
boolean |
needsConfirmation(ActionContext<Object> ctx)
Returns true if the action should be confirmed by user before being performed, false otherwise.
|
ActionResult<Object> |
perform(ActionContext<Object> ctx)
Performs the action.
|
addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstanceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfirmationMessagepublic ActionResult<Object> perform(ActionContext<Object> ctx)
CockpitActionperform in interface CockpitAction<Object,Object>ctx - context containing the data and other informationpublic boolean canPerform(ActionContext<Object> ctx)
CockpitActioncanPerform in interface CockpitAction<Object,Object>ctx - context containing the data and other informationpublic boolean needsConfirmation(ActionContext<Object> ctx)
CockpitActionneedsConfirmation in interface CockpitAction<Object,Object>ctx - context containing the data and other informationCopyright © 2018. All rights reserved.