Home
Overview
Package
Class
Use
Tree
Deprecated
Hooks
HotSpot
Index
Help
SalesPoint Framework v3.0
PREV
NEXT
FRAMES
NO FRAMES
Hook: Define a MenuSheet
Requirement
A MenuSheet needs to be defined to allow for some selection by the application user.
Method of Adaptation
Add Feature
Level of Support
Parameter Pattern
HotSpot
MenuSheets
Hooks used
Create a MenuSheet element
Participants
MenuSheet
, newMenuSheet , newMenuSheetObject
Changes
instance newMenuSheet of MenuSheet.
repeat as needed:
newMenuSheetObject =
Create a MenuSheet element
[newMenuSheetElement].
call
newMenuSheet.add
with parameter newMenuSheetObject.
Comments
MenuSheets offer a rich API to find options based on tags, to remove and to add options. For information on this API see
sale.MenuSheet
.
Home
Overview
Package
Class
Use
Tree
Deprecated
Hooks
HotSpot
Index
Help
SalesPoint Framework v3.0
PREV
NEXT
FRAMES
NO FRAMES