protected class GwtDebugPanelFilters.DurationFilter.DurationFilterConfig extends DebugPanelFilter.Config implements DebugPanelFilter.Config.View
duration filter's config.DebugPanelFilter.Config.View| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.user.client.ui.TextBox |
max |
protected com.google.gwt.user.client.ui.TextBox |
min |
| Constructor and Description |
|---|
GwtDebugPanelFilters.DurationFilter.DurationFilterConfig() |
| Modifier and Type | Method and Description |
|---|---|
DebugPanelFilter.Config.View |
getView() |
com.google.gwt.user.client.ui.Widget |
getWidget() |
boolean |
onApply()
Called when the user wishes to apply the settings in the view to the filter.
|
void |
onRemove()
Called when the users wishes to disable the current filter.
|
addValueChangeHandler, fireEventprotected com.google.gwt.user.client.ui.TextBox min
protected com.google.gwt.user.client.ui.TextBox max
public GwtDebugPanelFilters.DurationFilter.DurationFilterConfig()
public DebugPanelFilter.Config.View getView()
getView in class DebugPanelFilter.Configpublic com.google.gwt.user.client.ui.Widget getWidget()
getWidget in interface DebugPanelFilter.Config.Viewpublic boolean onApply()
DebugPanelFilter.Config.ViewonApply in interface DebugPanelFilter.Config.Viewpublic void onRemove()
DebugPanelFilter.Config.ViewonRemove in interface DebugPanelFilter.Config.ViewCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.