protected class GwtDebugPanelFilters.TimeFilter.TimeFilterConfig extends DebugPanelFilter.Config implements DebugPanelFilter.Config.View
time filter's config.DebugPanelFilter.Config.View| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.user.client.ui.TextBox |
endDate |
protected com.google.gwt.user.client.ui.TextBox |
startDate |
| Constructor and Description |
|---|
GwtDebugPanelFilters.TimeFilter.TimeFilterConfig() |
| 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 startDate
protected com.google.gwt.user.client.ui.TextBox endDate
public GwtDebugPanelFilters.TimeFilter.TimeFilterConfig()
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.