@Override
protected void populateParams() {
super.populateParams();
Action action = (Action) component;
action.setOnClickTopics(onClickTopics);
action.setTargets(targets);
action.setHref(href);
action.setFormIds(formIds);
action.setValidate(validate);
action.setIndicatorId(indicatorId);
action.setLoadingText(loadingText);
action.setOnCompleteTopics(onCompleteTopics);
action.setOnSuccessTopics(onSuccessTopics);
action.setOnErrorTopics(onErrorTopics);
action.setElementIds(elementIds);
action.setErrorText(errorText);
action.setErrorElementId(errorElementId);
}