public class ResultFilterPanelManager extends Object
Modifier and Type | Method and Description |
---|---|
void |
bind(StreamPagingLoader loader) |
String |
getGroupByRank() |
static ResultFilterPanelManager |
getInstance() |
List<com.extjs.gxt.ui.client.widget.ContentPanel> |
getListResultFilterPanel() |
String |
getUpdatedGroupByRank() |
void |
loadDataSource(List<DataSourceModel> result) |
void |
resetFilters() |
void |
setEventBus(com.google.gwt.event.shared.EventBus eventBus) |
void |
setGroupByRank(String groupByRank) |
void |
setIsDataLoaded(boolean bool) |
void |
updateDataSourceFilter() |
void |
updateDataSourceFilterById(SpeciesGridFields filterId) |
void |
updateFilterCounterForClassification() |
public List<com.extjs.gxt.ui.client.widget.ContentPanel> getListResultFilterPanel()
public static ResultFilterPanelManager getInstance()
public void loadDataSource(List<DataSourceModel> result)
public void setEventBus(com.google.gwt.event.shared.EventBus eventBus)
public void setIsDataLoaded(boolean bool)
public void bind(StreamPagingLoader loader)
public void updateDataSourceFilterById(SpeciesGridFields filterId)
public void updateDataSourceFilter()
public void resetFilters()
public void updateFilterCounterForClassification()
public String getUpdatedGroupByRank()
public void setGroupByRank(String groupByRank)
public String getGroupByRank()
Copyright © 2016. All Rights Reserved.