Class OpenIndexMaskEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- com.saperion.ngc.events.resultset.OpenIndexMaskEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class OpenIndexMaskEvent extends org.zkoss.zk.ui.event.Event
Event used to open an index mask in a popup.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenIndexMaskEvent(org.zkoss.zk.ui.Component target, java.lang.String formName, boolean readonly)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIndexFormName()
boolean
isReadonly()
Checks if is readonly.
-