MdListContainer

Subclass of container which accepts any kind of child but provides access for those of type T.

Author

Maanrifa Bacar Ali

Inheritors

Properties

Link copied to clipboard
val items: Array<T>

Gets the direct items in this list.

Functions

Link copied to clipboard

Activates the next item in the list. If at the end of the list, the first item will be activated.

Link copied to clipboard

Activates the previous item in the list. If at the start of the list, the last item will be activated.

Link copied to clipboard
open fun render(): <Error class: unknown class>