// CustomRB form provides like button ONLY delete action
if (actions[i] instanceof IDeleteRowProvider) {
ActionButtonControl aButton = new ActionButtonControl(this,
actions[i], this);
if (aButton.isAuth()) {
aButton.readData();
buttonsPanel.add(aButton);
actionButtons[i] = aButton;
}
}
}