SalesPoint Framework v3.0

Hook: Define New Table Layout


Requirement

The layout of a table must be defined. Defining the layout means to define how each record can be split up into individual cells in one of a table's rows.

Method of Adaptation
Add Feature
Level of Support
Collaboration Pattern  
HotSpot
Tables
Participants
TableEntryDescriptor, NewTableEntryDescriptor

Changes

  1. implementation NewTableEntryDescriptor of TableEntryDescriptor.
  2. NewTableEntryDescriptor.getColumnCount implements TableEntryDescriptor.getColumnCount .
  3. NewTableEntryDescriptor.getColumnName implements TableEntryDescriptor.getColumnName .
  4. NewTableEntryDescriptor.getColumnClass implements TableEntryDescriptor.getColumnClass .
  5. NewTableEntryDescriptor.getValueAt implements TableEntryDescriptor.getValueAt .

Constraints

Comments


SalesPoint Framework v3.0