Home
Overview
Package
Class
Use
Tree
Deprecated
Hooks
HotSpot
Index
Help
SalesPoint Framework v3.0
PREV
NEXT
FRAMES
NO FRAMES
Hook: Select Table Layout
Requirement
The layout for a new table needs to be selected.
Method of Adaptation
Enable Feature
Level of Support
Multi Option
HotSpot
Tables
Hooks used
Make Table Editable
,
Define New Table Layout
Participants
DefaultTableEntryDescriptor , entryDescriptor
Changes
if default implementation provided by Framework sufficient:
instance entryDescriptor of DefaultTableEntryDescriptor.
else:
if table must be editable:
instance entryDescriptor of
Make Table Editable
[NewTableEntryDescriptor].
else:
instance entryDescriptor of
Define New Table Layout
[NewTableEntryDescriptor].
Constraints
This hook must only be invoked from the
Create A Table
hook.
Home
Overview
Package
Class
Use
Tree
Deprecated
Hooks
HotSpot
Index
Help
SalesPoint Framework v3.0
PREV
NEXT
FRAMES
NO FRAMES