Class OpenIndexMaskEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.resultset.OpenIndexMaskEvent
- All Implemented Interfaces:
Serializable
public class OpenIndexMaskEvent
extends org.zkoss.zk.ui.event.Event
Event used to open an index mask in a popup.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenIndexMaskEvent
(org.zkoss.zk.ui.Component target, String formName, boolean readonly) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks if is readonly.Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
OpenIndexMaskEvent
Constructor.- Parameters:
target
- target componentformName
- name of the index formreadonly
- if true, the mask will be opened in readonly-mode
-
-
Method Details
-
getIndexFormName
- Returns:
- the name of the index form
-
isReadonly
public boolean isReadonly()Checks if is readonly.- Returns:
- true, if is readonly
-