select

fun select(index: Int)

Selects the element at the specified index in this UIComponent. Clears current selection.

Throws


fun select(element: T)

Selects the specified element. Clears current selection.

Throws