Class InfoView

  • All Implemented Interfaces:
    com.google.gwt.user.client.ui.IsWidget, com.gwtplatform.mvp.client.HasUiHandlers<InfoPresenter>, com.gwtplatform.mvp.client.PopupView, com.gwtplatform.mvp.client.View

    public class InfoView
    extends com.gwtplatform.mvp.client.PopupViewWithUiHandlers<InfoPresenter>
    Author:
    Giancarlo Panichi
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void infoMessage​(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 interface com.gwtplatform.mvp.client.HasUiHandlers

        setUiHandlers
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
      • Methods inherited from interface com.gwtplatform.mvp.client.PopupView

        center, hide, setAutoHideOnNavigationEventEnabled, setCloseHandler, setPopupPositioner, setPosition, show, showAndReposition
      • Methods inherited from interface com.gwtplatform.mvp.client.View

        addToSlot, removeFromSlot, setInSlot
    • Method Detail

      • infoMessage

        public void infoMessage​(String error)