Class QuickEvent

java.lang.Object
org.zkoss.zk.ui.event.Event
org.adempiere.webui.event.QuickEvent
All Implemented Interfaces:
Serializable

public class QuickEvent extends org.zkoss.zk.ui.event.Event
Author:
hengsin, jose.leite
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    QuickEvent(org.zkoss.zk.ui.Component target, Object data)
     
  • Method Summary

    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
  • Field Details

  • Constructor Details

    • QuickEvent

      public QuickEvent(org.zkoss.zk.ui.Component target, Object data)