ViewRedwoodUiBasicWidgetFactory

class ViewRedwoodUiBasicWidgetFactory(context: Context, imageLoader: ImageLoader) : RedwoodUiBasicWidgetFactory<View>

Constructors

Link copied to clipboard
constructor(context: Context, imageLoader: ImageLoader)

Functions

Link copied to clipboard
open override fun Button(): Button<View>
Link copied to clipboard
open override fun Image(): Image<View>
Link copied to clipboard
open override fun Reuse(value: View, modifier: Reuse)
Link copied to clipboard
open override fun Text(): Text<View>
Link copied to clipboard
open override fun TextInput(): TextInput<View>