Modifier and Type | Method and Description |
---|---|
ResultFilter |
ActiveFilterOnResultEvent.getActiveFilterObject() |
Modifier and Type | Method and Description |
---|---|
void |
SearchEvent.setActiveFilterOnResult(ResultFilter activeFilterOnResult) |
Constructor and Description |
---|
ActiveFilterOnResultEvent(ResultFilter activeFilter) |
Modifier and Type | Method and Description |
---|---|
SearchResult<ResultRow> |
TaxonomySearchService.getSearchResultRows(int start,
int limit,
ResultFilter activeFiltersObject,
boolean onlySelected) |
void |
TaxonomySearchServiceAsync.getSearchResultRows(int start,
int limit,
ResultFilter activeFiltersObject,
boolean onlySelected,
com.google.gwt.user.client.rpc.AsyncCallback<SearchResult<ResultRow>> callback) |
SearchResult<TaxonomyRow> |
TaxonomySearchService.getSearchTaxonomyRow(int start,
int limit,
ResultFilter activeFiltersObject,
boolean showOnlySelected) |
void |
TaxonomySearchServiceAsync.getSearchTaxonomyRow(int start,
int limit,
ResultFilter activeFiltersObject,
boolean showOnlySelected,
com.google.gwt.user.client.rpc.AsyncCallback<SearchResult<TaxonomyRow>> asyncCallback) |
Integer |
TaxonomySearchService.updateRowSelections(boolean selection,
ResultFilter activeFiltersObject) |
void |
TaxonomySearchServiceAsync.updateRowSelections(boolean selection,
ResultFilter activeFiltersObject,
com.google.gwt.user.client.rpc.AsyncCallback<Integer> callback) |
Modifier and Type | Method and Description |
---|---|
ResultFilter |
StreamPagingLoader.getActiveFilterObject() |
Modifier and Type | Method and Description |
---|---|
void |
TaxonomyRowDataSource.getData(int start,
int limit,
ResultFilter activeFiltersObject,
com.google.gwt.user.client.rpc.AsyncCallback<List<com.extjs.gxt.ui.client.data.ModelData>> callback) |
void |
ResultRowDataSource.getData(int start,
int limit,
ResultFilter activeFiltersObject,
com.google.gwt.user.client.rpc.AsyncCallback<List<com.extjs.gxt.ui.client.data.ModelData>> callback) |
void |
OccurrencesDataSource.getData(int start,
int limit,
ResultFilter activeFiltersObject,
com.google.gwt.user.client.rpc.AsyncCallback<List<com.extjs.gxt.ui.client.data.ModelData>> callback) |
void |
DataSource.getData(int start,
int limit,
ResultFilter activeFiltersObject,
com.google.gwt.user.client.rpc.AsyncCallback<List<com.extjs.gxt.ui.client.data.ModelData>> callback) |
void |
StreamPagingLoader.setActiveFilterObject(ResultFilter activeFilterObject) |
Modifier and Type | Method and Description |
---|---|
SearchResult<ResultRow> |
TaxonomySearchServiceImpl.getSearchResultRows(int start,
int limit,
ResultFilter activeFiltersObject,
boolean onlySelected) |
SearchResult<TaxonomyRow> |
TaxonomySearchServiceImpl.getSearchTaxonomyRow(int start,
int limit,
ResultFilter activeFiltersObject,
boolean onlySelected) |
Integer |
TaxonomySearchServiceImpl.updateRowSelections(boolean selection,
ResultFilter activeFiltersObject) |
Copyright © 2016. All Rights Reserved.