| Interface | Description |
|---|---|
| ListGroup.AddListener<T> |
A handler which will be called when adding items
|
| ListGroup.DeSelectionListener<T> |
A handler which will be called when deselecting items
|
| ListGroup.ItemRenderer<T> |
A handler which will be called for adding elements inside the
ListItem |
| ListGroup.RemoveListener<T> |
A handler which will be called when removing items
|
| ListGroup.SelectionListener<T> |
A handler which will be called when selecting items
|
| ListItem.SelectionChangedListener<T> |
A handler that will be called when the item is selected or deselected
|
| Class | Description |
|---|---|
| ListGroup<T> |
A collection of elements that can be selected and customized grouped in a single list container.
|
| ListItem<T> |
A component which represents an item inside a
ListGroup |
| ListStyles |
Copyright © 2019–2022 Dominokit. All rights reserved.