Class CommitFormWrapperClickListener

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

public final class CommitFormWrapperClickListener extends Object implements com.vaadin.ui.Button.ClickListener
The Class CommitFormWrapperClickListener.
See Also:
  • Field Summary

    Fields inherited from interface com.vaadin.ui.Button.ClickListener

    BUTTON_CLICK_METHOD
  • Constructor Summary

    Constructors
    Constructor
    Description
    CommitFormWrapperClickListener(com.vaadin.data.Binder<?> fieldGroup, com.vaadin.ui.Button.ClickListener buttonListener)
    Instantiates a new commit form wrapper click listener.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    buttonClick(com.vaadin.ui.Button.ClickEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CommitFormWrapperClickListener

      public CommitFormWrapperClickListener(com.vaadin.data.Binder<?> fieldGroup, com.vaadin.ui.Button.ClickListener buttonListener)
      Instantiates a new commit form wrapper click listener.
      Parameters:
      fieldGroup - the field group
      buttonListener - the button listener
  • Method Details

    • buttonClick

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