Home
Overview
Package
Class
Use
Tree
Deprecated
Hooks
HotSpot
Index
Help
SalesPoint Framework v3.0
PREV
NEXT
FRAMES
NO FRAMES
Hook: Display User Capability
Requirement
A visualization of a user's capabilities is needed.
Method of Adaptation
Enable Feature
Level of Support
Parameter Pattern
HotSpot
Standard User Interaction for User Management
Participants
User
, user , capabilityName ,
JCheckBox
, checkBox
Changes
select instance user of User.
repeat as needed:
select capabilityName.
call
user.getCapabilityCheckBox
with parameter capabilityName. returns checkBox instance of JCheckBox.
use checkBox.
Constraints
The check boxes will be backed by the user's capabilities, i.e. every change to their value will immediately influence the capabilities' grant states.
Home
Overview
Package
Class
Use
Tree
Deprecated
Hooks
HotSpot
Index
Help
SalesPoint Framework v3.0
PREV
NEXT
FRAMES
NO FRAMES