Class: Form

hui.ui. Form

This is a form


new Form()

Source:

Classes

Field
Group

Methods


<static> create()

Source:

add()

Adds a widget to the form

Source:

buildGroup()

Builds and adds a new group according to a recipe

Source:
Returns:

group

Type
'hui.ui.Form.Group'

createGroup()

Creates a new form group and adds it to the form

Source:
Returns:

group

Type
'hui.ui.Form.Group'

focus()

Sets focus in the first found child

Source:

getValues()

Returns a map of all values of descendants

Source:

reset()

Resets all descendants

Source:

setValues()

Sets the values of the descendants

Source: