protected String getDefaultClassName() {
return Styles.mergeClassNames(super.getDefaultClassName(), "o_debug");
}
public void createSubComponents(FacesContext context, UIComponent component) {
Debug debug = (Debug) component;
TabbedPane tabbedPane = (TabbedPane) Components.createChildComponent(context, debug, TabbedPane.COMPONENT_TYPE, "pages");
tabbedPane.setLoadingMode(LoadingMode.CLIENT);
tabbedPane.setStyle("width: 100%; height: 100%;");
tabbedPane.getChildren().add(new SubPanel(