Class ErrorView
- java.lang.Object
-
- com.gwtplatform.mvp.client.ViewImpl
-
- com.gwtplatform.mvp.client.PopupViewImpl
-
- com.gwtplatform.mvp.client.PopupViewWithUiHandlers<ErrorPresenter>
-
- org.gcube.portlets.user.accountingdashboard.client.application.dialog.error.ErrorView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,com.gwtplatform.mvp.client.HasUiHandlers<ErrorPresenter>,com.gwtplatform.mvp.client.PopupView,com.gwtplatform.mvp.client.View
public class ErrorView extends com.gwtplatform.mvp.client.PopupViewWithUiHandlers<ErrorPresenter>
- Author:
- Giancarlo Panichi
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderrorMessage(String error)-
Methods inherited from class com.gwtplatform.mvp.client.PopupViewWithUiHandlers
getUiHandlers, setUiHandlers
-
Methods inherited from class com.gwtplatform.mvp.client.PopupViewImpl
asPopupPanel, center, hide, onReposition, repositionOnWindowResize, setAutoHideOnNavigationEventEnabled, setCloseHandler, setPopupPositioner, setPosition, show, showAndReposition
-
Methods inherited from class com.gwtplatform.mvp.client.ViewImpl
addToSlot, asWidget, bindSlot, bindSlot, bindSlot, initWidget, onAttach, onDetach, removeFromSlot, setInSlot
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
errorMessage
public void errorMessage(String error)
-
-