# SelectionBeanActor
The SelectionBeanActor
sets the selected baseBean
to BeanActor and changes views depending on whether a baseBean
is selected.
# Properties
Parent:
Actor
Element tag:
SelectionBeanActor
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
beanActor | BeanActor | This actor sets the baseBean selected in selectionActor . |
toggleActor | ToggleActor | Switches between a normal or an empty view depending on whether a baseBean is selected. |
selectionActor | SelectionActor | The actor informs when another baseBean has been selected and delivers the selected baseBean . |