构造器和说明 |
---|
BeforeF7SelectEvent(FieldEdit source,
int row,
java.lang.Object originalValue) |
限定符和类型 | 方法和说明 |
---|---|
FormShowParameter |
getFormShowParameter() |
java.lang.Object |
getOriginalValue() |
kd.bos.dataentity.metadata.IDataEntityProperty |
getProperty() |
int |
getRow() |
java.lang.Object |
getSource() |
boolean |
isCancel() |
void |
setCancel(boolean cancel) |
void |
setFormShowParameter(FormShowParameter param) |
public BeforeF7SelectEvent(FieldEdit source, int row, java.lang.Object originalValue)
@KSMethod public java.lang.Object getSource()
getSource
在类中 java.util.EventObject
@KSMethod public boolean isCancel()
@KSMethod public void setCancel(boolean cancel)
public kd.bos.dataentity.metadata.IDataEntityProperty getProperty()
@KSMethod public int getRow()
@KSMethod public FormShowParameter getFormShowParameter()
public void setFormShowParameter(FormShowParameter param)
@KSMethod public java.lang.Object getOriginalValue()