Constructor
# new DuAELayerPickerDialog()
Properties:
Name | Type | Description |
---|---|---|
layerPicker |
DuAELayerPicker
|
The layer picker inside the dialog. |
accepted |
bool
|
This property is true if the user has clicked the OK button, false otherwise. |
Methods
# static addSelector() → {DuAELayerSelector}
Adds a new line on the DuAELayerPicker
This is a convenience function equivalent to
DuAELayerPickerDialog.layerPicker.addSelector
.
The added DuAELayerSelector
# static getLayers() → {Array.<Layer>}
Gets the layers picked by the user.
The layers picked (null if the user has set none in the selector), in the display order.
Array.<Layer>
# static removeAll()
Empties the DuAELayerPicker
This is a convenience function equivalent to
This is a convenience function equivalent to
DuAELayerPickerDialog.layerPicker.removeAll
.