# 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
Components
ObjectRendererGUI
Element tag:
cm4ap-details-renderer
# Parameter
This component offers the following layout parameters to customize and ensure functionality:
Name | Type | Description |
---|---|---|
beanActor | BeanActor | The BeanActor is used to keep the current bean and the changes in the renderer. Saving changes is possible only with this actor. |
rendererName | string | Defines which MetadataRenderer should be loaded. If this parameter is not set, or the set renderer does not exist, the default configuration is loaded (fallbacks documentation). |
useDefaultValue | string | Define whether the object renderer's default_value settings should apply (more details). |
# Use Default Value
This option is mostly intended for create views. It ensures a field's default_value setting of the corresponding object renderer apply.
Especially if the object renderer configuration for create view and detail view are the same, the default values can be switched on in the create view, for example, and off in the detail view.