"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
/**
* 选择树视图控制器(部件视图)
*
* @class IBizPickupTreeViewController
* @extends {IBizTreeViewController}
*/
var IBizPickupTreeViewController = /** @class */ (function (_super) {
__extends(IBizPickupTreeViewController, _super);
/**
* Creates an instance of IBizPickupTreeViewController.
* 创建 IBizPickupTreeViewController 实例
*
* @param {*} [opts={}]
* @memberof IBizPickupTreeViewController
*/
function IBizPickupTreeViewController(opts) {
if (opts === void 0) { opts = {}; }
var _this = _super.call(this, opts) || this;
/**
* 是否支持多项数据选择
*
* @type {boolean}
* @memberof IBizPickupTreeViewController
*/
_this.multiselect = true;
/**
* 多数据部件加载所有数据