fineui是帆软报表和BI产品线所使用的前端框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
819 B

# bi.pane
## 当没有元素时有提示信息的view, [BI.Widget](/core/widget.md)
## API
##### 基础属性
| 参数 | 说明 | 类型 | 可选值 | 默认值
| :------ |:------------- | :-----| :----|:----
| tipText | title文本 | string | — | BI.i18nText("BI-No_Selected_Item") |
7 years ago
| overlap| 是否含有遮罩层 | boolean | true,false | true |
| onLoaded | 已经加载 | function | — | — |
## 对外方法
| 名称 | 说明 | 回调参数
| :------ |:------------- | :-----
| populate | 刷新列表 | items |
| empty | 清空组件 | — |
| hasMatched | 是否有匹配的元素 | —|
| loading | 加载中 | — |
| loaded | 加载完毕 | —
| check | 检查是否为空| —
| setTipVisible | 设tip可见| —
---
7 years ago