A variable of type GUIComponentStatics provides access to constants related to a GUI component. It has the following variables:
Name | Type | Description |
---|---|---|
TYPE_LIST | String scalar | GUIComponent type for a list GUI component. |
TYPE_DETAIL | String scalar | GUIComponent type for a detail GUI component. |
CATEGORY_______LP | String scalar | GUIComponent category for a list GUI component with no parent. |
CATEGORY_______DP | String scalar | GUIComponent category for a detail GUI component with no parent. |
CATEGORY_LP_EX_LC | String scalar | GUIComponent category for a list GUI component with an external list parent whose entity is an identifying parent for the GUI component's entity. |
CATEGORY_DP_EX_LC | String scalar | GUIComponent category for a list GUI component with an external detail parent whose entity is an identifying parent for the GUI component's entity. |
CATEGORY_LP_EX_DP | String scalar | GUIComponent category for a detail GUI component with an external list parent for the same entity. |
CATEGORY_LP_EX_DC | String scalar | GUIComponent category for a detail GUI component with an external list parent whose entity is an identifying parent for the GUI component's entity. |
CATEGORY_DP_EX_DC | String scalar | GUIComponent category for a detail GUI component with an external detail parent whose entity is an identifying parent for the GUI component's entity. |
CATEGORY_LP_IN_LC | String scalar | GUIComponent category for a list GUI component with an internal list parent whose entity is an identifying parent for the GUI component's entity. |
CATEGORY_DP_IN_LC | String scalar | GUIComponent category for a list GUI component with an internal detail parent whose entity is an identifying parent for the GUI component's entity. |
CATEGORY_LP_IN_DP | String scalar | GUIComponent category for a detail GUI component with an internal list parent for the same entity. |
CATEGORY_LP_IN_DC | String scalar | GUIComponent category for a detail GUI component with an internal list parent whose entity is an identifying parent for the GUI component's entity. |
CATEGORY_DP_IN_DC | String scalar | GUIComponent category for a detail GUI component with an internal detail parent whose entity is an identifying parent for the GUI component's entity. |
Template data model
GUI component
GUIComponent variables