Uses of Interface
org.gcube.portlets.user.accountingdashboard.client.application.event.RequestReportEvent.RequestReportEventHandler
-
-
Uses of RequestReportEvent.RequestReportEventHandler in org.gcube.portlets.user.accountingdashboard.client.application.event
Fields in org.gcube.portlets.user.accountingdashboard.client.application.event with type parameters of type RequestReportEvent.RequestReportEventHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<RequestReportEvent.RequestReportEventHandler>RequestReportEvent. TYPEMethods in org.gcube.portlets.user.accountingdashboard.client.application.event that return types with arguments of type RequestReportEvent.RequestReportEventHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<RequestReportEvent.RequestReportEventHandler>RequestReportEvent. getAssociatedType()Methods in org.gcube.portlets.user.accountingdashboard.client.application.event with parameters of type RequestReportEvent.RequestReportEventHandler Modifier and Type Method Description protected voidRequestReportEvent. dispatch(RequestReportEvent.RequestReportEventHandler handler) -
Uses of RequestReportEvent.RequestReportEventHandler in org.gcube.portlets.user.accountingdashboard.client.application.mainarea.filter.scopetree
Constructors in org.gcube.portlets.user.accountingdashboard.client.application.mainarea.filter.scopetree with parameters of type RequestReportEvent.RequestReportEventHandler Constructor Description ScopeTreeModel(com.google.gwt.view.client.ListDataProvider<ScopeData> dataProvider, RequestReportEvent.RequestReportEventHandler handler)
-