listView

inline fun <I> KWidget<*>.listView(itemAdapter: ListAdapter<I>, style: String = defaultStyle, init: ListView<I>.() -> Unit = {}): ListView<I>

Return

a new instance of ListView. ListView.mainTable will be added to this group.

Parameters

itemAdapter

defines ListView items.

style

name of the ListView style to apply.

init

will be invoked with the ListView instance as "this". Inlined.