Package it.tidalwave.role.ui
Interface UserAction
- All Superinterfaces:
As
- Author:
- Fabrizio Giudici
-
Nested Class Summary
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidenabled()Returns the property describing the enabled status of this action.static UserActionCreates a new instance out of a callback.static UserActionCreates a new instance out of a callback and a role (typically aDisplayable.static UserActionof(Callback callback, Collection<Object> roles) Creates a new instance out of a callback and a collection of roles.
-
Field Details
-
_UserAction_
-
-
Method Details
-
actionPerformed
void actionPerformed() -
enabled
Returns the property describing the enabled status of this action.- Returns:
- the enabled property
-
of
Creates a new instance out of a callback and a collection of roles.- Parameters:
callback- the callbackroles- the roles (or role factories)- Returns:
- the new instance
- Since:
- 3.2-ALPHA-1 (replaces
new UserActionSupport(), 3.2-ALPHA-3 (refactored)
-
of
Creates a new instance out of a callback and a role (typically aDisplayable.- Parameters:
callback- the callbackrole- the role (or role factory)- Returns:
- the new instance
- Since:
- 3.2-ALPHA-3
-
of
Creates a new instance out of a callback.- Parameters:
callback- the callback- Returns:
- the new instance
- Since:
- 3.2-ALPHA-3
-