Defines the visual indication and behaviour of the list items.
Node | Description |
---|---|
sap.m.ListType.Active |
Indicates that the item is clickable via active feedback when item is pressed. |
sap.m.ListType.Detail |
Enables detail button of the list item that fires |
sap.m.ListType.DetailAndActive |
Enables sap.m.ListType.Detail and sap.m.ListType.Active enumerations together. |
sap.m.ListType.Inactive |
Indicates the list item does not have any active feedback when item is pressed. Note: |
sap.m.ListType.Navigation |
Indicates the list item is navigable to show extra information about the item. |