LmnListItemDirective
Decorators: |
|
Selectors: | [ |
Implements: |
|
No documentation has been provided.
Properties
Name | Type | Description |
---|---|---|
active r |
| |
activeItem r |
| |
allowReordering r |
| |
checkMarkDisabled r |
| Whether the checkmark-enabled list item is disabled. |
checkMarkVisible r |
| Whether the Checkmark for this specific List Item is visible, basing on its selection value. |
controlDescriptionId r |
| |
controlId r |
| The dynamic unique IDs to be applied to the selection control, as well as to its label and description. |
controlLabelId r |
| |
disabled r |
| Whether the List Item is disabled. It does not apply to selection controls, whose disabled state needs to be conveyed through formControl/formGroup. For LISTBOX and SHEET Lists, however, setting this Input to true is equivalent to setting formControl/fromGroup as disabled, because for those Lists the activation of the entire List Item coincides with the selection/deselection of the control. |
disabledMarker r |
| The disabled marker |
disabledReason r |
| When the List Item is disabled by means of the disabled Input, it conveys the disabled reason to the user. |
disabledReasonId r | string | |
disableInfoButtonId r |
| |
disableInfoPopoverId r |
| |
enableNavigationLink r |
| |
formControl r |
| The FormControl used internally by the List Item component to track the value and status changes of the selection controls. |
formControlDisabled r |
| The current disabled status of the Form Control. |
formControlValue r |
| The current value of the Form Control. |
formGroup r |
| |
id r |
| The id of the List Item. If not passed, a serial unique id is generated and applied to the host. |
indeterminate r |
| For multiple selection lists that use real selection controls (not checkmarks), it determines whether the checkbox contained in the List Item is in indeterminate state. |
interactive r |
| Whether the List Item host is interactive. |
isRoot r |
| |
isTitleLabel r |
| Whether the List Item title should be wrapped in a |
listDepth r |
| |
listId r |
| |
listItemDisabled r |
| Whether the List Item host is disabled. |
listItemId r |
| The ID of the List Item. If not set, it is inherited from the parent List or List Group. |
listItemRole r |
| The List Item role. If a custom role is set, it is only applied when using the |
listItemValue r |
| The value of the List Item, useful to uniquely identify it and determine its activation/selection status. It defaults to the id. |
mode r |
| |
negative r |
| |
reason r |
| |
role r |
| Custom role. It is only applied when using the |
selectionControlDisabled r |
| Whether the selection control, when it is real (not displayed as a checkmark), is disabled. |
selectionControlDisabledReason r |
| When a real selection control is displayed (not checkmark) and that control is disabled, it conveys the disabled reason to the user. |
selectionControlsPosition r |
| |
selectionMode r |
| |
selectionModeSupport r |
| The support for the currently selected Selection Mode, given the List Mode. |
showCheckbox r |
| Whether Checkboxes should be displayed. |
showCheckMark r |
| Whether Checkmarks should be displayed. |
showDivider r |
| Whether to show the divider, basing on the setting inherited from the parent List or List Item Group, if existing. |
showDividers r |
| |
showRadio r |
| Whether Radios should be displayed. |
showSelectionEndSlot r |
| Whether the selection end slot should be displayed. |
showSelectionStartSlot r |
| Whether the selection start slot should be displayed. |
showToggle r |
| Whether Toggles should be displayed. |
singleSelected r |
| Whether the list item of Tree or Listbox list is single selected. |
sublists r |
| |
trigger r |
| Emitted whenever a List Item that provides interaction is activated. |
value r |
| For single selection lists, and for TABLIST and NAVIGATION lists, it is useful to uniquely identify a List Item and determine its activation/selection status. If not provided, it is inferred from the id. |
Methods
getTextContent() |
---|
No documentation has been provided. |
Presentation
|
Returnsstring |
onMultipleSelectionControlFocusOut() |
---|
No documentation has been provided. |
Presentation
|
Returnsvoid |
requestToActivateItem() | ||||||
---|---|---|---|---|---|---|
No documentation has been provided. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setParentListService() | ||||||
---|---|---|---|---|---|---|
No documentation has been provided. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
updateListKeyManagerDefaultState() |
---|
No documentation has been provided. |
Presentation
|
Returnsvoid |