HideAction

constructor(@Nullable annotations: List<Annotation>, @Nullable formElements: List<FormElement>, shouldHide: Boolean)

Creates action instance.

Parameters

annotations

List of target annotations.

formElements

List of target form elements.

shouldHide

true to hide targets, false to show them.


constructor(@Nullable annotations: List<Annotation>, @Nullable formElements: List<FormElement>, shouldHide: Boolean, @Nullable subActions: List<Action>)

Creates action instance.

Parameters

annotations

List of target annotations.

formElements

List of target form elements.

shouldHide

true to hide targets, false to show them.

subActions

List of sub-actions of this action.