Class VariablesAvailableEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class VariablesAvailableEvent
    extends org.zkoss.zk.ui.event.Event
    This event is fired when an index mask has gathered enough information about the document being edited, that a field, that is connected to a variable, is allowed to load it's value from the document's variables. This event get's fired after the onIndexChange-event.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VariablesAvailableEvent​(org.zkoss.zk.ui.Component target)  
    • 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
    • Constructor Detail

      • VariablesAvailableEvent

        public VariablesAvailableEvent​(org.zkoss.zk.ui.Component target)
        Parameters:
        target - target component