Class LockDocumentEvent

  • All Implemented Interfaces:
    java.io.Serializable

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isLocked()  
      • 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

      • LockDocumentEvent

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

      • isLocked

        public boolean isLocked()
        Returns:
        Is locked