Class DeadFishBySpecificDiseasesProvider
- java.lang.Object
-
- com.google.gwt.view.client.AbstractDataProvider<T>
-
- com.google.gwt.view.client.AsyncDataProvider<ScopeData>
-
- org.gcube.portlets.user.accountingdashboard.client.application.providers.DeadFishBySpecificDiseasesProvider
-
-
Constructor Summary
Constructors Constructor Description DeadFishBySpecificDiseasesProvider(String id, Controller controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNewDisease()protected voidonRangeChanged(com.google.gwt.view.client.HasData<ScopeData> display)voidonRefreshDiseases()voidonSortChanged(int start, int length, int columnSortIndex, boolean ascending)-
Methods inherited from class com.google.gwt.view.client.AsyncDataProvider
updateRowCount, updateRowData
-
-
-
-
Constructor Detail
-
DeadFishBySpecificDiseasesProvider
@Inject public DeadFishBySpecificDiseasesProvider(String id, Controller controller)
-
-
Method Detail
-
onRangeChanged
protected void onRangeChanged(com.google.gwt.view.client.HasData<ScopeData> display)
- Specified by:
onRangeChangedin classcom.google.gwt.view.client.AbstractDataProvider<ScopeData>
-
onSortChanged
public void onSortChanged(int start, int length, int columnSortIndex, boolean ascending)
-
onRefreshDiseases
public void onRefreshDiseases()
-
addNewDisease
public void addNewDisease()
-
-