setActions

open fun setActions(@Nonnull actions: List<out Action<T>>)(source)

This should get overridden only if very tricky behaviors are implemented, such that the default Alchemist action addition model is no longer usable. Must be overridden along with getActions.

Parameters

actions

the actions to set