private static final ExceptionLocalizer exceptionLocalizer =
LocalizationFactory.createExceptionLocalizer(TabElement.class);
public TabElement(XDIMEContextInternal context) {
super(WidgetElements.TAB, context);
protocolAttributes = new TabAttributes();
}