# DetailsRendererGUI
Component DetailsRendererGUI
is intended for creating or editing single beans. For this purpose, different input and output options for the respective fields of the bean can be configured.
For detailed configuration instructions, refer our object renderer documentation.
DetailsRendererGUI
includes interfaces for assigning the respective bean. The configuration loads it independently and reacts automatically to changes of the bean. Data management and editing is done by the BeanActor.
The actual structure of the renderer is outsourced and can be overwritten by inheriting components.
# Properties
HTMLElement
BaseComponent
Element tag:
cm4ap-details-renderer
# Parameter
Name | Type | Description |
---|---|---|
preventRendererAutoLoad | boolean default: false | Defines whether the object renderer configuration is loaded when the bean object changed. |
rendererName | string | Defines which metadata renderer should be loaded. If this parameter is not set, or the set renderer does not exist, a module's default metadata renderer is loaded (object renderer fallback). |
rawRendererName | string | Unlike rendererName , the renderer configuration will not be loaded from folder path "metadata/" |
module | string | Defines the module from which the renderer configuration is loaded. |
allowEdit | boolean default: true | Defines whether the renderer is editable. |
maxColumnCount | number | Sets the maximum number of columns that are created in the renderer. This value overrides the columnCount attributes of the renderer configuration groups. |
forcedType | string | Defines for which object type what renderer configuration is loaded. If forcedType is not defined, the object type is taken from the current bean. |