PLWIDGET

This table contains the association of widgets to page layouts.

Column Descriptions:

NameTypeDescription
PLWIDGET_IDBIGINT NOT NULLThe primary key of this widget.
PAGELAYOUT_IDBIGINT NOT NULLDefines the page layout this widget is used on. Foreign key to the PAGELAYOUT table.
PLWIDGETDEF_IDBIGINT NOT NULLDefines the widget used in this association. Foreign key to the PLWIDGETDEF table.
ADMINNAMEVARCHAR (256) NOT NULLAn administrative name for a widget or a container in a layout.
SLOTIDVARCHAR (64)The internal name of the slot in the layout where the widget resides. Used at runtime to determine the slot in which the widget is placed.
FIELD1INTEGERCustomizable field.
FIELD2VARCHAR (256)Customizable field.
FIELD3VARCHAR (256)Customizable field.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
P_0021PLWIDGET_IDPrimary Key
I0001489PAGELAYOUT_ID+ADMINNAMEUnique Index
I0001514PLWIDGETDEF_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3751PLWIDGETDEF_IDPLWIDGETDEFPLWIDGETDEF_IDCascade
F_3752PAGELAYOUT_IDPAGELAYOUTPAGELAYOUT_IDCascade

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_3754PLWIDGET_IDPLWIDGETSLOTPLWIDGET_IDCascade
F_3755PLWIDGET_IDPLWIDGETNVPPLWIDGET_IDCascade
F_3756PLWIDGET_IDPLWIDGETRELPLWIDGET_ID_PARENTCascade
F_3757PLWIDGET_IDPLWIDGETRELPLWIDGET_ID_CHILDCascade