SalesPoint Framework v3.0

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

  1. instance newMenuSheet of MenuSheet.
  2. repeat as needed:
    1. newMenuSheetObject = Create a MenuSheet element [newMenuSheetElement].
    2. call newMenuSheet.add with parameter newMenuSheetObject.

Comments


SalesPoint Framework v3.0