A specialization of the AlfMenuBarSelect that should
be used for selecting the field on which an
AlfSortablePaginatedList should be sorted.
- Since:
- 1.0.75
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- Source:
Example
{
name: "alfresco/lists/SortFieldSelect",
config: {
sortFieldOptions: [
{
label: "Display Name",
value: "fullName"
},
{
label: "User Name",
value: "userName"
}
]
}
}
Members
-
selectionTopic :boolean
-
Overrides the default selectionTopic attribute to be the expected sort topic.
Type:
- boolean
- Source:
-
sortFieldOptions :SortFieldOption[]
-
An array of the sort options to be rendered.
Type:
- SortFieldOption[]
- Default Value:
- null
- Source:
Methods
-
getSortFieldOptions()
-
- Source:
-
postMixInProperties()
-
Extends the inherited function to call getSortFieldOptions to generate the AlfCheckableMenuItems to populate the menu with.
- Source: