Class OpenQueryMaskEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class OpenQueryMaskEvent
    extends org.zkoss.zk.ui.event.Event
    Event used to open an query mask in a popup.
    Since:
    7.5
    Author:
    art
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OpenQueryMaskEvent​(org.zkoss.zk.ui.Component target, java.lang.String formName)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFormName()
      Gets the name of the query form.
      • Methods inherited from class org.zkoss.zk.ui.event.Event

        getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
      • Methods inherited from class java.lang.Object

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

      • OpenQueryMaskEvent

        public OpenQueryMaskEvent​(org.zkoss.zk.ui.Component target,
                                  java.lang.String formName)
        Constructor.
        Parameters:
        target - target component
        formName - name of the query form
    • Method Detail

      • getFormName

        public java.lang.String getFormName()
        Gets the name of the query form.
        Returns:
        name of the query form