public static class GwtDebugPanelFilters.DurationFilter extends Object implements DebugPanelFilter
| Modifier and Type | Class and Description |
|---|---|
protected class |
GwtDebugPanelFilters.DurationFilter.DurationFilterConfig
The
duration filter's config. |
DebugPanelFilter.Config| Constructor and Description |
|---|
GwtDebugPanelFilters.DurationFilter() |
| Modifier and Type | Method and Description |
|---|---|
DebugPanelFilter.Config |
getConfig() |
String |
getDescription() |
int |
getMaxDuration() |
String |
getMenuItemLabel() |
int |
getMinDuration() |
String |
getSettingsTitle() |
boolean |
include(DebugStatisticsValue value) |
boolean |
processChildren() |
void |
setDuration(int minDuration,
int maxDuration) |
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 int getMinDuration()
public int getMaxDuration()
public void setDuration(int minDuration,
int maxDuration)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.