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. |
|
open class FieldLabel : Tag
Helper class for HTML label element. |
|
class Form<K : Any>
The form definition class. Can be used directly or indirectly inside a FormPanel. |
|
interface FormControl : Component
Base interface of a form control. |
|
enum class FormEnctype
Form encoding types. |
|
interface FormInput : Component |
|
enum class FormMethod
Form methods. |
|
open class FormPanel<K : Any> : SimplePanel
Bootstrap form component. |
|
enum class FormTarget
Form targets. |
|
enum class FormType
Bootstrap form layout options. |
|
open class HelpBlock : Tag
Helper class for Bootstrap help block element. |
|
enum class InputSize
Input controls sizes. |
|
interface KFilesFormControl : FormControl
Base interface of a form control with a list of files value. |
|
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. |