LmnListService
Decorators: |
|
No documentation has been provided.
Properties
Name | Type | Description |
---|---|---|
activeItem r |
| The value of the active List Item. It is only applied to Tablist and Navigation Lists, and only if they are root. |
allowReordering r |
| Whether reordering the List Items in the current List is allowed. It is not inherited from the parent List. |
id r |
| The ID of the List. It is not inherited from the parent List. |
isRoot r |
| Whether the List is a Root List. If no #parentListService exists, then the List is a Root List regardless of the passed value. |
listDepth r |
| Set the list depth. |
mode r |
| The List Mode. The getter function returns the validated List Mode (see documentation for the getListValidMode function). |
negative r |
| Whether the List is negative. If not set, it is inherited from the parent List. |
requestToActiveItem$ r |
| An observable to request the activation of a specific List Item. Used to allow communication from the child List to Parent List. |
role r |
| The List role. If a custom role is set, it is only applied when using the |
selectionControlsPosition r |
| Whether to show the selection controls on the start or end edge of the List Items. If not set, it is inherited from the parent List. |
selectionMode r |
| The current selection mode for the List. It is not inherited from the parent List. The getter function returns the validated List Selection Mode, basing on the List Mode. |
showDividers r |
| Whether to show the dividers between List Items. If not set, it is inherited from the parent List. |
Accessors
get formGroup |
---|
The form group directive associated with the List. |
Presentation
|
Type |
set formGroup |
---|
No documentation has been provided. |
Presentation
|
Type |
Methods
requestToActivateItem() | ||||||
---|---|---|---|---|---|---|
No documentation has been provided. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setActiveItem() | ||||||
---|---|---|---|---|---|---|
Set the active List Item value of the List. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setAllowReordering() | ||||||
---|---|---|---|---|---|---|
Set the allow reordering value of the List. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setId() | ||||||
---|---|---|---|---|---|---|
Set the ID of the List. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setIsRoot() | ||||||
---|---|---|---|---|---|---|
Set the isRoot value of the List. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setMode() | ||||||
---|---|---|---|---|---|---|
Set the List Mode. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setNegative() | ||||||
---|---|---|---|---|---|---|
Set the negative value of the List. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setRole() | ||||||
---|---|---|---|---|---|---|
The List depth. It is calculated basing on the value of isRoot:
| ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setSelectionControlsPosition() | ||||||
---|---|---|---|---|---|---|
Set the selection controls position of the List. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setSelectionMode() | ||||||
---|---|---|---|---|---|---|
Set the selection mode of the List. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setShowDividers() | ||||||
---|---|---|---|---|---|---|
Set the show dividers value of the List. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
updateListKeyManagerDefaultState() |
---|
Updates the default state of the ListKeyManager directive, in order for the first selected/active item to become the first to be focused the next time we enter the List. |
Presentation
|
Returnsvoid |