Class HelpClickListener

  • All Implemented Interfaces:
    com.vaadin.event.SerializableEventListener, com.vaadin.ui.Button.ClickListener, java.io.Serializable, java.util.EventListener

    public class HelpClickListener
    extends java.lang.Object
    implements com.vaadin.ui.Button.ClickListener
    This class represents a Button.ClickListener used to invoke the help window.
    Author:
    Christian Pape
    See Also:
    Serialized Form
    • Field Summary

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

        BUTTON_CLICK_METHOD
    • Constructor Summary

      Constructors 
      Constructor Description
      HelpClickListener​(com.vaadin.ui.Component component, DashletSelector dashletSelector)
      The constructor of this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void buttonClick​(com.vaadin.ui.Button.ClickEvent clickEvent)  
      • Methods inherited from class java.lang.Object

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

      • HelpClickListener

        public HelpClickListener​(com.vaadin.ui.Component component,
                                 DashletSelector dashletSelector)
        The constructor of this class.
        Parameters:
        component - the 'parent' component
        dashletSelector - the DashletSelector to be used
    • Method Detail

      • buttonClick

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