Convenient forms implementation, with support for many different input components and easy to define validation.
interface BoolFormControl : FormControl
Base interface of a form control with a boolean value. |
|
interface DateFormControl : FormControl
Base interface of a form control with a date value. |
|
enum class FORMTYPE
Bootstrap form layout options. |
|
open class FieldLabel : Tag
Helper class for HTML label element. |
|
class Form<K>
The form definition class. Can be used directly or indirectly inside a FormPanel. |
|
interface FormControl : Component
Base interface of a form control. |
|
open class FormPanel<K> : SimplePanel
Bootstrap form component. |
|
open class HelpBlock : Tag
Helper class for Bootstrap help block element. |
|
enum class INPUTSIZE
Input controls sizes. |
|
interface NumberFormControl : FormControl
Base interface of a form control with a numeric value. |
|
interface StringFormControl : FormControl
Base interface of a form control with a text value. |