# Toolbox
Toolbox
is a simple component that just reads conditional operations from the actor, groups, sorts and displays them in a list. When clicked, an event is thrown on the actor to notify the owner of the operation that it should now be executed.
Additionally, the toolbox can display the current number of selected BaseBeans
and unselect them via a button.
Furthermore, the toolbox can also be collapsed. It is designed to stand on the right side of a container and to fold in only to the right.
# Properties
HTMLElement
Components
Element tag:
cm4ap-toolbox
# Parameter
The following parameters must be set via attribute itemRendererProperties
of actor ListItemRendererFactory.
Name | Type | Description |
---|---|---|
selectionActor | SelectionActor | Required to display the current marker in the toolbox and to be able to delete from it. |
condOperationActor | CondOperationActor | Contains the conditional operations of other components and throws events as soon as they change. Is also required to execute the actions. |