Specialization of the AlfSelectDocumentListItems]
Source:
iconClass :string
Overrides the default icon class for when the menu loads.
Type:
- string
- Default Value:
- "alf-noneselected-icon"
- Source:
widgets :object[]
The default set of widget menu items for selecting from the document list.
Type:
- object[]
Methods
-
determineSelection(payload)
-
Overrides the default to use the current number of documents to decide on how to render the menu icon (e.g. to indicate all, some or none selected).
Parameters:
Name Type Description payload
object The publication of the selected item change. -
onDocumentDeselected(payload)
-
Handles the deselection of an individual document
Parameters:
Name Type Description payload
object The details of the selected document -
onDocumentSelected(payload)
-
Handles the selection of an individual document
Parameters:
Name Type Description payload
object The details of the selected document -
onDocumentsLoaded(payload)
-
This method is used to keep track of the number of documents that are available for selection.
Parameters:
Name Type Description payload
object The details of the documents loaded. -
postCreate()