public class DefaultDebugStatisticsDebugPanelComponent extends Object implements DebugPanelWidget.Component
DebugPanelWidget component that shows the statistics tree.| Constructor and Description |
|---|
DefaultDebugStatisticsDebugPanelComponent(GwtDebugStatisticsModel model) |
| Modifier and Type | Method and Description |
|---|---|
protected GwtDebugStatisticsView |
createView() |
String |
getName()
The name of this component to be used in the hide/show links.
|
protected GwtDebugStatisticsView |
getView() |
com.google.gwt.user.client.ui.Widget |
getWidget()
Construct the widgets to be shown when called.
|
boolean |
isVisibleOnStartup()
Whether this component should be active when the debug panel is shown.
|
void |
reset(GwtDebugStatisticsModel newModel) |
DelayedDebugPanelComponent |
xmlComponent() |
public DefaultDebugStatisticsDebugPanelComponent(GwtDebugStatisticsModel model)
public String getName()
DebugPanelWidget.ComponentgetName in interface DebugPanelWidget.Componentpublic com.google.gwt.user.client.ui.Widget getWidget()
DebugPanelWidget.ComponentgetWidget in interface DebugPanelWidget.Componentprotected GwtDebugStatisticsView getView()
protected GwtDebugStatisticsView createView()
public boolean isVisibleOnStartup()
DebugPanelWidget.ComponentisVisibleOnStartup in interface DebugPanelWidget.Componentpublic void reset(GwtDebugStatisticsModel newModel)
public DelayedDebugPanelComponent xmlComponent()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.