This primarily just adds/removes the "hidden" class of the container. In case the container is in a panel, it also toggles the other panel heading elements. Note: This only works in case the container is not in the wrapper class, which should only be used for containers, outside of a panel.
The container to change the visibility for
Whether the container should be visible or not
This restores (initializes) a temporary state, which is required in case the user returns to the listing using the browsers' history back feature, which will not result in a new request.
Toggles the state of the actions, depending on the currently selected elements and their nature.
The manually changed attribute can be set by components, using this module while implementing custom logic to change checkbox state. To not cancel each others action, all actions in this module respect this attribute before changing checkbox state. Therefore, this method is called prior to every action in this module, which changes checkbox states. Otherwise old state would may led to misbehaviour.
Generated using TypeDoc
Other components can dispatch the "multiRecordSelection:actions" events to influence the display depending on their custom logic.