selectRemote

fun <T : Any> <ERROR CLASS>.selectRemote(serviceManager: <ERROR CLASS><T>, function: suspend T.(String?, String?, String?) -> List<<ERROR CLASS>>, stateFunction: () -> String? = null, value: String? = null, name: String? = null, multiple: Boolean = false, ajaxOptions: <ERROR CLASS>? = null, preload: Boolean = false, label: String? = null, rich: Boolean = false, init: SelectRemote<T>.() -> Unit? = null): SelectRemote<T>

DSL builder extension function.

It takes the same parameters as the constructor of the built component.