Class OpenIndexMaskEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class OpenIndexMaskEvent
    extends org.zkoss.zk.ui.event.Event
    Event used to open an index mask in a popup.
    See Also:
    Serialized Form
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIndexFormName()  
      boolean isReadonly()
      Checks if is readonly.
      • 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

      • OpenIndexMaskEvent

        public OpenIndexMaskEvent​(org.zkoss.zk.ui.Component target,
                                  java.lang.String formName,
                                  boolean readonly)
        Constructor.
        Parameters:
        target - target component
        formName - name of the index form
        readonly - if true, the mask will be opened in readonly-mode
    • Method Detail

      • getIndexFormName

        public java.lang.String getIndexFormName()
        Returns:
        the name of the index form
      • isReadonly

        public boolean isReadonly()
        Checks if is readonly.
        Returns:
        true, if is readonly