Constructor
new CheckboxFilter(target, options, layers)
Parameters:
Name | Type | Description |
---|---|---|
target |
HTMLElement | string | |
options |
object | filter specific options |
layers |
LayerManager | Used for included/excluded layers |
- Source:
Methods
getActiveFilter() → {object}
Returns the Active Filter Values
- Source:
Returns:
Filter Object
- Type
- object
getActiveValues()
Returns the active values in the Attribute Filter
- Source:
Returns:
values
getOptions()
Get the filter's options-object
- Source:
initCheckboxGroup_(options)
Initiates the Checkbox Group for Attribute Filter
Parameters:
Name | Type | Description |
---|---|---|
options |
object |
- Source:
reloadOptions_()
method to reload options after applying settings
- Source:
validateFields_()
Validates the fields
- Source: