Package org.zkoss.zul

Class Messagebox.ClickEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Messagebox

    public static class Messagebox.ClickEvent
    extends Event
    The event that will be received by the listener when the user clicks a button.
    Since:
    6.0.0
    See Also:
    Serialized Form
    • Method Detail

      • getButton

        public Messagebox.Button getButton()
        Returns the button being clicked. If the close button on the title is clicked, this method returns null (and Event.getName() returns onClose).