Module: alfresco/documentlibrary/AlfSelectDocumentListItems

alfresco/documentlibrary/AlfSelectDocumentListItems

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[]
Source:

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.
Source:

onDocumentDeselected(payload)

Handles the deselection of an individual document
Parameters:
Name Type Description
payload object The details of the selected document
Source:

onDocumentSelected(payload)

Handles the selection of an individual document
Parameters:
Name Type Description
payload object The details of the selected document
Source:

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.
Source:

postCreate()

Source: