Class OpenIndexMaskEvent

java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.resultset.OpenIndexMaskEvent
All Implemented Interfaces:
Serializable

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

    • OpenIndexMaskEvent

      public OpenIndexMaskEvent(org.zkoss.zk.ui.Component target, 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 Details

    • getIndexFormName

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

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