LoadFilter
Contents
[
Hide
]LoadFilter class
Represents the filter that provides options for loading data when loading diagram from template. User may specify the filter options or implement their own LoadFilter to specify how to load data.
new LoadFilter()
Constructs one LoadFilter with default filter options LoadDataFilterOptions.All.
Methods
| Name | Description |
|---|---|
| constructor_overload$1(opts) | Constructs one LoadFilter with given filter options. |
| getLoadDataFilterOptions() | The filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer cons |
| setLoadDataFilterOptions() | The filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer cons |
constructor_overload$1(opts)
Constructs one LoadFilter with given filter options.
| Parameter | Type | Description |
|---|---|---|
| opts | Number | LoadDataFilterOptions |
getLoadDataFilterOptions()
The filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer constant.
setLoadDataFilterOptions()
The filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer constant.