Class HelpClickListener

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

    public class HelpClickListener
    extends 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
    • 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