API
Class

CustomSaveEvent ($UI/system/components/justep/data/data#CustomSaveEvent)

使用范围:UI2

Contents

class CustomSaveEvent ($UI/system/components/justep/data/data#CustomSaveEvent) extends BeforeSaveEvent

业务数据保存前事件参数

Constructor Top

  CustomSaveEvent ()

Properties Top

Boolean async

是不是异步保存,如果是异步操作,修改async=true,同时在保存数据后调用data.doSaveAfter()

Constructor details Top

public CustomSaveEvent ()

业务数据保存前事件参数

Properties Detail Top

public Boolean async

是不是异步保存,如果是异步操作,修改async=true,同时在保存数据后调用data.doSaveAfter()