Generic Form Field
open class GenericFormField<T, O : FieldOptions<T>, P : GenericFormField.Props<T, O>>(ctx: Ctx<P>) : Component<P> , FormField<T>
Constructors
Types
Link copied to clipboard
data class DefaultProps<T, O : FieldOptions<T>>(val value: T, val onChange: (T) -> Unit, val options: O) : GenericFormField.Props<T, O>
Functions
Link copied to clipboard
Link copied to clipboard
Returns 'true' when the component should redraw.
Link copied to clipboard
Creates a property that is subscribed to a stream.
Link copied to clipboard
Triggers a redraw
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Inheritors
Extensions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Get the MessagesHandler for the Component
Link copied to clipboard
fun <C> Component<C>.pagedSearchFilter(router: Router, onChange: (PagedSearchFilter) -> Unit? = null): ReadWriteProperty<Component<C>, PagedSearchFilter>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard