setActionsType method

void setActionsType(
  1. TableActionsType actionsType
)

Implementation

void setActionsType(TableActionsType actionsType) {
  this.actionsType = actionsType;
}