API
Class

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

使用范围:UI2

Contents

class CustomRefreshEvent ($UI/system/components/justep/data/data#CustomRefreshEvent) extends ModelEvent

业务数据刷新接管事件参数

Constructor Top

  CustomRefreshEvent ()

Properties Top

Boolean async

是不是异步刷新,如果是异步操作,修改async=true,同时在刷新加载数据后调用data.doRefreshAfter()

Boolean cancel

可修改,设置为true后中断当前刷新动作

Integer limit

页大小

Integer offset

偏移

JSON options

刷新给入的参数

Constructor details Top

public CustomRefreshEvent ()

业务数据刷新接管事件参数

Properties Detail Top

public Boolean async

是不是异步刷新,如果是异步操作,修改async=true,同时在刷新加载数据后调用data.doRefreshAfter()

public Boolean cancel

可修改,设置为true后中断当前刷新动作

public Integer limit

页大小

public Integer offset

偏移

public JSON options

刷新给入的参数