PATH Documentation > WebObjects

Table of Contents

EOAction.Enabling


Implemented by:
EOController
Package:
com.webobjects.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 abstract 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)



© 2001 Apple Computer, Inc. (Last Published April 14, 2001)


Table of Contents