Interface HasShowMessage

All Known Subinterfaces:
EditorWithErrorHandling<P,F>
All Known Implementing Classes:
AbstractViewWithErrorHandling, GwtpSpringSession

public interface HasShowMessage
Interface for elements which can show a message.
Author:
Manfred Tremmel
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    display a message on the screen.
  • Method Details

    • showMessage

      void showMessage(String message)
      display a message on the screen.
      Parameters:
      message - the message to display