Package-level declarations

Text input components, with password, text area, rich text area and typeahead support.

Types

Link copied to clipboard
open class TomTypeaheadRemote<out T : Any>(serviceManager: <Error class: unknown class><T>, function: suspend T.(String?, String?) -> List<String>, stateFunction: () -> String? = null, type: <Error class: unknown class> = InputType.TEXT, value: String? = null, tsCallbacks: <Error class: unknown class>? = null, requestFilter: suspend <Error class: unknown class>.() -> Unit? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: TomTypeaheadRemote<T>.() -> Unit? = null)

The form field component for TomTypeaheadRemote control.

Link copied to clipboard
open class TomTypeaheadRemoteInput<out T : Any>(serviceManager: <Error class: unknown class><T>, function: suspend T.(String?, String?) -> List<String>, stateFunction: () -> String? = null, type: <Error class: unknown class> = InputType.TEXT, value: String? = null, tsCallbacks: <Error class: unknown class>? = null, requestFilter: suspend <Error class: unknown class>.() -> Unit? = null, className: String? = null, init: TomTypeaheadRemoteInput<T>.() -> Unit? = null)

The TomTypeaheadInput control connected to the fullstack service.

Functions

Link copied to clipboard
fun <T : Any> <Error class: unknown class>.tomTypeaheadRemote(serviceManager: <Error class: unknown class><T>, function: suspend T.(String?, String?) -> List<String>, stateFunction: () -> String? = null, type: <Error class: unknown class> = InputType.TEXT, value: String? = null, tsCallbacks: <Error class: unknown class>? = null, requestFilter: suspend <Error class: unknown class>.() -> Unit? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: TomTypeaheadRemote<T>.() -> Unit? = null): TomTypeaheadRemote<T>

DSL builder extension function.

Link copied to clipboard
fun <T : Any> <Error class: unknown class>.tomTypeaheadRemoteInput(serviceManager: <Error class: unknown class><T>, function: suspend T.(String?, String?) -> List<String>, stateFunction: () -> String? = null, type: <Error class: unknown class> = InputType.TEXT, value: String? = null, tsCallbacks: <Error class: unknown class>? = null, requestFilter: suspend <Error class: unknown class>.() -> Unit? = null, className: String? = null, init: TomTypeaheadRemoteInput<T>.() -> Unit? = null): TomTypeaheadRemoteInput<T>

DSL builder extension function.