Class SearchDocumentClickListener

java.lang.Object
com.hack23.cia.web.impl.ui.application.views.pageclicklistener.SearchDocumentClickListener
All Implemented Interfaces:
com.vaadin.event.SerializableEventListener, com.vaadin.ui.Button.ClickListener, Serializable, EventListener

public class SearchDocumentClickListener extends Object implements com.vaadin.ui.Button.ClickListener
The Class SearchDocumentClickListener.
See Also:
  • Constructor Details

    • SearchDocumentClickListener

      public SearchDocumentClickListener(com.hack23.cia.service.api.action.user.SearchDocumentRequest reqisterRequest, SearchDocumentResponseHandler responseHandler)
      Instantiates a new search document click listener.
      Parameters:
      reqisterRequest - the reqister request
      responseHandler - the response handler
  • Method Details

    • buttonClick

      public final void buttonClick(com.vaadin.ui.Button.ClickEvent event)
      Specified by:
      buttonClick in interface com.vaadin.ui.Button.ClickListener
    • getApplicationManager

      protected com.hack23.cia.service.api.ApplicationManager getApplicationManager()
      Gets the application manager.
      Returns:
      the application manager
    • showNotification

      protected void showNotification(String caption, String description, com.vaadin.ui.Notification.Type type)
      Show notification.
      Parameters:
      caption - the caption
      description - the description
      type - the type