API
Class

CustomLoadChildrenEvent ($UI/system/components/justep/tree/tree#CustomLoadChildrenEvent)

使用范围:UI2

Contents

class CustomLoadChildrenEvent ($UI/system/components/justep/tree/tree#CustomLoadChildrenEvent) extends ViewEvent

加载子数据前

Constructor Top

  CustomLoadChildrenEvent ()

Static Properties & Enumerations Top

boolean async

标识是否异步加载数据

function asyncCallBack

如果是异步加载数据,数据加载成功后调用回调

Data data

data组件对象

$UI/system/components/justep/data/data#row row

当前行对象

Constructor details Top

public CustomLoadChildrenEvent ()

加载子数据前

Static Properties & Enumerations Detail Top

static public boolean async

标识是否异步加载数据

static public function asyncCallBack

如果是异步加载数据,数据加载成功后调用回调

static public Data data

data组件对象

static public $UI/system/components/justep/data/data#row row

当前行对象