public static class GwtDebugPanelFilters.TimeFilter extends Object implements DebugPanelFilter
| Modifier and Type | Class and Description |
|---|---|
protected class |
GwtDebugPanelFilters.TimeFilter.TimeFilterConfig
The
time filter's config. |
DebugPanelFilter.Config| Constructor and Description |
|---|
GwtDebugPanelFilters.TimeFilter() |
| Modifier and Type | Method and Description |
|---|---|
DebugPanelFilter.Config |
getConfig() |
String |
getDescription() |
Date |
getEnd() |
String |
getMenuItemLabel() |
String |
getSettingsTitle() |
Date |
getStart() |
boolean |
include(DebugStatisticsValue value) |
boolean |
processChildren() |
protected void |
setTime(Date start,
Date end) |
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 Date getStart()
public Date getEnd()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.