new SwitchablePanelSwitchEvent(panel, null, eventTab).queue();
new ActionEvent(eventTab).queue();
if (UISwitchablePanel.AJAX_METHOD.equals(eventTab.getSwitchTypeOrDefault()))
{
new AjaxEvent(eventTab).queue();
}
} else {
String newValue = (String) requestParameterMap.get(clientId);
if (null != newValue) {
new SwitchablePanelSwitchEvent(panel, newValue, null).queue();