public static interface DebugPanelWidget.Component
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of this component to be used in the hide/show links.
|
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.
|
String getName()
boolean isVisibleOnStartup()
com.google.gwt.user.client.ui.Widget getWidget()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.