Package com.saperion.ngc.events.iform
Class VariablesAvailableEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- com.saperion.ngc.events.iform.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)
-