| Modifier and Type | Method and Description |
|---|---|
ScopeData |
ScopeDataEvent.getScopeData() |
ScopeData |
RequestReportEvent.getScopeData() |
| Constructor and Description |
|---|
RequestReportEvent(ScopeData scopeData) |
ScopeDataEvent(ScopeData scopeData) |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterAreaView.displayScopeData(ScopeData scopeData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScopeTreeModel.isSelected(ScopeData item) |
void |
ScopeTreeModel.setSelected(ScopeData item,
boolean selected) |
| Constructor and Description |
|---|
ScopeTreeModel(com.google.gwt.view.client.ListDataProvider<ScopeData> dataProvider,
RequestReportEvent.RequestReportEventHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeadFishBySpecificDiseasesProvider.onRangeChanged(com.google.gwt.view.client.HasData<ScopeData> display) |
| Modifier and Type | Method and Description |
|---|---|
ScopeData |
AccountingDashboardService.getScopeData(TreeOptions treeOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountingDashboardServiceAsync.getScopeData(TreeOptions treeOptions,
com.google.gwt.user.client.rpc.AsyncCallback<ScopeData> callback) |
| Modifier and Type | Method and Description |
|---|---|
ScopeData |
AccountingDashboardServiceImpl.getScopeData(TreeOptions treeOptions) |
| Modifier and Type | Method and Description |
|---|---|
ScopeData |
AccountingService.getTree(javax.servlet.http.HttpServletRequest httpServletRequest) |
| Modifier and Type | Method and Description |
|---|---|
ScopeData |
RequestReportData.getScopeData() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<ScopeData> |
ScopeData.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
int |
ScopeData.compare(ScopeData o1,
ScopeData o2) |
int |
ScopeData.compareTo(ScopeData o) |
void |
RequestReportData.setScopeData(ScopeData scopeData) |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeData.setChildren(ArrayList<ScopeData> children) |
| Constructor and Description |
|---|
RequestReportData(ScopeData scopeData,
String dateFrom,
String dateTo) |
| Constructor and Description |
|---|
ScopeData(String id,
String name,
String scope,
ArrayList<ScopeData> children) |
Copyright © 2020. All Rights Reserved.