| Interface | Description |
|---|---|
| DebugPanelListener |
Callback that gets notified when the panel is shown.
|
| DebugPanelWidget.Component |
A component to be shown in the debug panel area.
|
| TreeTable.CellFormatter |
Allows the formatting of individual cells by setting a style.
|
| TreeTableModel |
The model for a tree table.
|
| TreeTableModelListener |
Listener to events signaling changes in the
TreeTableModel. |
| Class | Description |
|---|---|
| CommandLink |
A link associated with a
Command. |
| CookieView |
Shows the cookies in a table.
|
| DebugPanelFilterConfigWidget |
Widget that allows the editing of a
filter's
configuration. |
| DebugPanelFilterTrail |
Displays a bread crumb like trail of the active filters.
|
| DebugPanelFilterTrail.Item |
A Crumb in the trail.
|
| DebugPanelFilterTrail.Item.FilterPopup |
The popup to be shown when clicking on the crumb, showing the filter's config.
|
| DebugPanelFilterWidget |
Widget allowing the interactions with the
DebugPanelFilterModel. |
| DebugPanelFilterWidget.FilterPopup |
A popup that shows a menu with the available filters and the selected filters' config.
|
| DebugPanelRawLogWidget |
Displays the
statistics events in raw format in a
list. |
| DebugPanelWidget |
Shows all the Debug Panel widgets along with links to hide/show them.
|
| DebugStatisticsView<T extends DebugStatisticsValue> |
View that shows the statistics from a
DebugStatisticsModel. |
| ExceptionView |
Shows the exceptions in a table.
|
| GwtDebugPanelFilters |
Contains the filters used by the GWT debug panel.
|
| GwtDebugPanelFilters.DurationFilter |
Filters events that have a duration within certain bounds.
|
| GwtDebugPanelFilters.RpcFilter |
Filters events that belong to an RPC that matches a specific pattern.
|
| GwtDebugPanelFilters.TimeFilter |
Filters events that happen in a specific time range.
|
| GwtDebugStatisticsView |
A view showing the
GwtDebugStatisticsValue tree. |
| TogglingCommandLink |
A
CommandLink that toggles between two labels and two commands. |
| TreeTable |
A widgets displaying a
TreeTableModel. |
| TreeTable.ItemWidget |
The widgets displayed in the first column containing the label and tree image.
|
| TreeTable.RowAccountingTable |
A
FlexTable with row pointers that update themselves when rows are
added or removed. |
| XmlDebugPanel |
Formats a
TreeTableModel as an XML document inside a TextArea. |
| Enum | Description |
|---|---|
| TogglingCommandLink.State |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.