# BeanActor
The BeanActor takes over some jobs that are related to a certain bean
:
- On instruction, it loads and holds a bean with its necessary fields.
- It holds
relatedBeans
and changes of a bean (e.g. from renderers). - It queries conditional operations for the current bean and manages its execution.
# Properties
- Type:
components.renderer.BeanActor
# Parameter
Name | Type | Description |
---|---|---|
condOperationActor | CondOperationActor | Using the CondOperationActor, the requested conditional operations are displayed elsewhere and made available to the user. If one of the operations is to be executed, the BeanActor receives the corresponding event and ensures the execution of the desired actions. The passed actor must inherit from class CondOperationActor. |
loadCurrentBean | boolean | Gives the BeanActor the instruction to load the current data set. Often set for detail views. |
beanView | string | View that should be specified when loading the conditional operation. If not explicitly set in the layout, the current view from the LocationManager is used (does not have to match the URL). |