Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > EOApplication Reference

Table of Contents

EOAction.Enabling


Implemented by:
EOController
Package:
com.apple.client.eoapplication

Interface Description


The EOAction.Enabling interface defines a method, canPerformActionNamed, which allows you to tell if an action (an EOAction object) is enabled for the receiver.



Instance Methods



canPerformActionNamed

public boolean canPerformActionNamed(String actionName)

Returns true if the receiver can perform an action (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 disabled.

See Also: isActionNamedEnabled ( EOController)




Table of Contents

DRAFT