public class DefaultExceptionDebugPanelComponent extends Object implements DebugPanelWidget.Component
DebugPanelWidget component that shows the exception log.| Constructor and Description |
|---|
DefaultExceptionDebugPanelComponent(ExceptionModel model) |
| 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.
|
public DefaultExceptionDebugPanelComponent(ExceptionModel model)
public String getName()
DebugPanelWidget.ComponentgetName in interface DebugPanelWidget.Componentpublic com.google.gwt.user.client.ui.Widget getWidget()
DebugPanelWidget.ComponentgetWidget in interface DebugPanelWidget.Componentpublic boolean isVisibleOnStartup()
DebugPanelWidget.ComponentisVisibleOnStartup in interface DebugPanelWidget.ComponentCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.