public class OpenIndexMaskEvent
extends org.zkoss.zk.ui.event.Event
Constructor and Description |
---|
OpenIndexMaskEvent(org.zkoss.zk.ui.Component target,
String formName,
boolean readonly)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getIndexFormName() |
boolean |
isReadonly()
Checks if is readonly.
|
public OpenIndexMaskEvent(org.zkoss.zk.ui.Component target, String formName, boolean readonly)
target
- target componentformName
- name of the index formreadonly
- if true, the mask will be opened in readonly-modepublic String getIndexFormName()
public boolean isReadonly()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.