ComponentObject[]
FSCVENVUI@1.1001:CPGetCellEditApplication(
key ObjectClass
objclass,
key AttributeDefinition
attrdef,
optional AttributeDefinition[]
path,
out retval ComponentObject[]
celleditdata)
Name |
Description |
objclass |
The customization is valid for objects of this class.
|
attrdef |
The customization is valid for this attribute definition.
This is the most outer attribute of an attribute path. |
path |
The path of attribute definitions.
This path can be used to define specific behaviors for columns in an aggregate. |
celleditdata |
The data defining the application to handle the cell edit.
Possible data can be: Type Application: Virtual application to handle the cell edit. Type ObjectEditForm: Edit form defining the data to be displayed on cell edit. Type FormPage: Form page defining the data to be displayed on cell edit. Type List of AttributeDefinition: Attributes to be displayed on cell edit. |
Additional Information