Class FilterAreaView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- com.gwtplatform.mvp.client.ViewWithUiHandlers<FilterAreaPresenter>
-
- org.gcube.portlets.user.accountingdashboard.client.application.mainarea.filter.FilterAreaView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.HasUiHandlers<FilterAreaPresenter>,com.gwtplatform.mvp.client.View
public class FilterAreaView extends com.gwtplatform.mvp.client.ViewWithUiHandlers<FilterAreaPresenter>
- Author:
- Giancarlo Panichi
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisplayScopeData(ScopeData scopeData)voidsetEnvironment(EnvironmentData environmentData)-
Methods inherited from class com.gwtplatform.mvp.client.ViewWithUiHandlers
getUiHandlers, setUiHandlers
-
Methods inherited from class com.gwtplatform.mvp.client.ViewImpl
addToSlot, asWidget, bindSlot, bindSlot, bindSlot, initWidget, onAttach, onDetach, removeFromSlot, setInSlot
-
-
-
-
Method Detail
-
setEnvironment
public void setEnvironment(EnvironmentData environmentData)
-
displayScopeData
public void displayScopeData(ScopeData scopeData)
-
-