API
Component

RestDataFilterDialog ($UI/system/components/justep/restDataFilter/restDataFilterDialog)

使用范围:UI2

Contents

component RestDataFilterDialog ($UI/system/components/justep/restDataFilter/restDataFilterDialog) extends WindowDialog

<b>动态数据集过滤框</b> ## <b>文档链接</b>:#http://docs.newdao.net/zhuo-mian-biao-dan-zu-jian/shu-ju-guo-lv-kuang.html#

Constructor Top

  RestDataFilterDialog ()
  RestDataFilterDialog ( options)

Attributes Top

string restData

绑定数据集

Events Top

void onFilter (ViewEvent event)

Constructor details Top

public RestDataFilterDialog ()

<b>动态数据集过滤框</b> ## <b>文档链接</b>:#http://docs.newdao.net/zhuo-mian-biao-dan-zu-jian/shu-ju-guo-lv-kuang.html#

public RestDataFilterDialog ( options)

构造函数

Inherited from ViewComponent

	
		参数options格式类似{parent:xx, config:{}},parent是组件的父节点,允许为空或不指定,config是组件的参数选项
	 

Parameters

options

参数选项

Attributes Detail Top

public string restData

绑定数据集

Events Detail Top

public void onFilter (ViewEvent event)

[回调型事件]数据集过滤事件

Parameters

ViewEvent event


结构如下:

{ "source" : 组件的js对象, "bindingContext" : 组件绑定的上下文,包含$model、$object等具体请参考bindingContext说明 }

Return Value

void