visListOf

fun <I> KWidget<*>.visListOf(items: Array<I>? = null, style: String = defaultStyle): KVisList<I>

Return

a VisList instance added to this group.

Parameters

items

optional libGDX array of list widget items. Defaults to null.

style

name of the widget style. Defaults to defaultStyle.

I

type of items stored by this widget. Usually items are converted to string and displayed.