public static class GwtDebugPanelFilters.RpcFilter extends Object implements DebugPanelFilter
| Modifier and Type | Class and Description |
|---|---|
protected class |
GwtDebugPanelFilters.RpcFilter.RpcFilterConfig
The
RPC filter's config. |
DebugPanelFilter.Config| Constructor and Description |
|---|
GwtDebugPanelFilters.RpcFilter() |
| Modifier and Type | Method and Description |
|---|---|
DebugPanelFilter.Config |
getConfig() |
String |
getDescription() |
String |
getMenuItemLabel() |
String |
getPattern() |
String |
getSettingsTitle() |
boolean |
include(DebugStatisticsValue value) |
boolean |
processChildren() |
void |
setPattern(String pattern) |
public String getMenuItemLabel()
getMenuItemLabel in interface DebugPanelFilterpublic String getSettingsTitle()
getSettingsTitle in interface DebugPanelFilterpublic String getDescription()
getDescription in interface DebugPanelFilterpublic DebugPanelFilter.Config getConfig()
getConfig in interface DebugPanelFilterpublic boolean include(DebugStatisticsValue value)
include in interface DebugPanelFilterpublic boolean processChildren()
processChildren in interface DebugPanelFilterpublic String getPattern()
public void setPattern(String pattern)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.