Hide Action
constructor(@Nullable annotations: List<Annotation>, @Nullable formElements: List<FormElement>, shouldHide: Boolean)
Creates action instance.
Parameters
annotations
List of target annotations.
form Elements
List of target form elements.
should Hide
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.
form Elements
List of target form elements.
should Hide
true
to hide targets, false
to show them.
sub Actions
List of sub-actions of this action.