MdFormWidget

abstract class MdFormWidget<V> : MdWidget

Subclass of widgets that are associated with form.

Author

Maanrifa Bacar Ali

Inheritors

Properties

Link copied to clipboard
var disabled: <Error class: unknown class>

Whether or not the widget is disabled.

Link copied to clipboard
val form: <Error class: unknown class>?

The associated form element with which this element's value will submit.

Link copied to clipboard
var name: <Error class: unknown class>

The name to use in form submission.

Link copied to clipboard
open var parent: <Error class: unknown class>?
Link copied to clipboard
var value: <Error class: unknown class>

The value that is submitted to the form.

Functions

Link copied to clipboard
open fun buildAttributeSet(attributeSetBuilder: <Error class: unknown class>)
Link copied to clipboard
open fun dispose()
Link copied to clipboard
open fun render(): <Error class: unknown class>