API
Class

ReceiveEvent ($UI/system/components/justep/windowReceiver/windowReceiver#ReceiveEvent)

使用范围:UI2

Contents

class ReceiveEvent ($UI/system/components/justep/windowReceiver/windowReceiver#ReceiveEvent) extends ViewEvent

接收数据事件

Constructor Top

  ReceiveEvent ()

Static Properties & Enumerations Top

object data

返回的数据,由开发者决定

ViewComponent sender

发送数据的组件js对象,这里一般WindowDialog组件

Constructor details Top

public ReceiveEvent ()

接收数据事件

Static Properties & Enumerations Detail Top

static public object data

返回的数据,由开发者决定

static public ViewComponent sender

发送数据的组件js对象,这里一般WindowDialog组件