Class LockDocumentEvent

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

public class LockDocumentEvent extends org.zkoss.zk.ui.event.Event
Author:
rbo
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    LockDocumentEvent(org.zkoss.zk.ui.Component target, boolean isLocked)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    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 Details

    • LockDocumentEvent

      public LockDocumentEvent(org.zkoss.zk.ui.Component target, boolean isLocked)
      Constructor.
      Parameters:
      target - Target
      isLocked - locked
  • Method Details

    • isLocked

      public boolean isLocked()
      Returns:
      Is locked