Class PreviewClickListener

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

    public class PreviewClickListener
    extends Object
    implements com.vaadin.ui.Button.ClickListener
    Class implementing Button.ClickListener for creating the preview window.
    Author:
    Christian Pape
    See Also:
    Serialized Form
    • Constructor Detail

      • PreviewClickListener

        public PreviewClickListener​(com.vaadin.ui.Component component,
                                    Wallboard wallboard)
        Constructor for creating new instances of this listener.
        Parameters:
        component - the Component to use
        wallboard - the Wallboard to display
    • Method Detail

      • buttonClick

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