|
allowNewItems |
fun AbstractSelect.allowNewItems(): Unit |
|
allowNullSelection |
fun AbstractSelect.allowNullSelection(): Unit |
|
disallowNewItems |
fun AbstractSelect.disallowNewItems(): Unit |
|
disallowNullSelection |
fun AbstractSelect.disallowNullSelection(): Unit |
|
itemCaption |
fun AbstractSelect.itemCaption(itemId: Any, caption: String): Unit |
|
itemIcon |
fun AbstractSelect.itemIcon(itemId: Any, icon: Resource): Unit |
|
selectMulti |
fun AbstractSelect.selectMulti(): Unit |
|
selectSingle |
fun AbstractSelect.selectSingle(): Unit |
|
unsetItemCaption |
fun AbstractSelect.unsetItemCaption(itemId: Any): Unit |
|
unsetItemIcon |
fun AbstractSelect.unsetItemIcon(itemId: Any): Unit |