com.webobjects.eoapplication
Interface EOAction.Enabling
- All Known Implementing Classes:
- EOActionButtonsController, EOActionController, EOActionMenuController, EOActionTrigger, EOActionWidgetController, EOAppletController, EOApplication, EOArchiveController, EOAssociationController, EOBoxController, EOCheckBoxController, EOComboBoxController, EOComponentController, EOController, EODefaultActionTrigger, EODetailSelectionController, EODialogController, EODisplayStatisticsController, EODocumentController, EODynamicApplication, EOEditingController, EOEntityController, EOEnumerationController, EOFormatValueController, EOFormController, EOFrameController, EOImageViewController, EOInspectorController, EOInterfaceController, EOListController, EOMenuSwitchController, EOModalDialogController, EOMultipleValuesEnumerationController, EOOneValueEnumerationController, EOProgrammaticSwitchController, EOQueryController, EOQuickTimeViewController, EORangeTextFieldController, EORangeValueController, EORangeWidgetController, EOSimpleWindowController, EOSplitController, EOStaticIconController, EOStaticLabelController, EOStaticTextFieldController, EOSwitchController, EOTableColumnController, EOTableController, EOTabSwitchController, EOTextAreaController, EOTextFieldController, EOTitlesController, EOTreeController, EOValueAndURLController, EOValueController, EOWidgetController, EOWindowController, EOWindowObserver
- Enclosing class:
- EOAction
public static interface EOAction.Enabling
The EOAction.Enabling interface defines a method,
canPerformActionNamed
, which allows an action receiver
to specify if an action (sent by an EOAction object) is enabled
for the receiver.
Method Summary |
boolean |
canPerformActionNamed(String actionName)
Returns true if the receiver can perform the action method
(sent by an EOAction object) named actionName , false otherwise. |
canPerformActionNamed
boolean canPerformActionNamed(String actionName)
- Returns
true
if the receiver can perform the action method
(sent by an EOAction object) named actionName
, false
otherwise.
An EOController's implementation of this method generally returns
false
if the receiver doesn't have an action named
actionName or if the actionName action is explicitly disabled.
- Parameters:
actionName
- the name of the EOAction
- Returns:
true
if the receiver can perform the action; false
otherwise
Copyright © 2000-2008 Apple Inc.