![]() | InDesign SDK 20.5 |
#include <SdkObjModel.h>

The Boss Class for the table cell widget.
| IPMUnknown kTableCellWidgetBoss::IID_ICONTROLVIEW |
This implementation draws the table and the cell contents.
Implementation: kTableCellViewImpl.
| IPMUnknown kTableCellWidgetBoss::IID_IEVENTHANDLER |
When the user clicks on the table,
this implementation calculates the coordinate of the clicked cell in the table.
Implementation: kTableCellEventHImpl.
| IPMUnknown kTableCellWidgetBoss::IID_IOBSERVER |
This implementation handles the updating of the scroll bars and updates
the table cell widget (kTableCellWidgetBoss).
Implementation: kTableCellObserverImpl.