public class RemoveCallbackMethodAction extends RemoveAction
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_NAME
unique action name
|
alwaysOn, applicationchangeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Constructor and Description |
|---|
RemoveCallbackMethodAction(Application application)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getActionName() |
String |
getActionName(boolean multiple) |
CallbackMap |
getCallbackMap() |
String |
getIconName()
Returns the name of the icon that should be used for buttons.
|
void |
performAction(ActionEvent e,
boolean allowAsking)
performs callback method removing
|
void |
removeCallbackMethod(CallbackType callbackType,
String method) |
enableForPath, getAcceleratorKey, getConfirmDeleteDialog, performAction, removeDataMap, removeDataMapFromDataNode, removeDataNode, removeDbEntity, removeEmbeddable, removeObjEntity, removeProcedure, removeQueryactionPerformed, buildButton, buildCheckBoxMenu, buildMenu, createIcon, getApplication, getCurrentProject, getKey, getProjectController, isAlwaysOn, setAlwaysOn, setEnabled, setNameaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListenerpublic static final String ACTION_NAME
public RemoveCallbackMethodAction(Application application)
actionName - unique action nameapplication - Application instancepublic String getIconName()
CayenneActionRESOURCE_PATH. Default implementation returns
null.getIconName in class RemoveActionpublic void performAction(ActionEvent e, boolean allowAsking)
performAction in class RemoveActione - eventallowAsking - If false, no question will be asked no matter what settings arepublic void removeCallbackMethod(CallbackType callbackType, String method)
public static String getActionName()
public CallbackMap getCallbackMap()
public String getActionName(boolean multiple)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.