new Builder()
Translates and builds a form from
a object to HTML elements
- Source:
Members
-
arrayUtils :utils/array
-
Type:
- utils/array
- Source:
-
fieldFactory :Picasso.form.FieldFactory
-
Type:
- Source:
-
htmlUtils :utils/html
-
Type:
- utils/html
- Source:
-
objUtils :utils/object
-
Type:
- Source:
Methods
-
buildColumn(col, pForm) → {HTMLDivElement}
-
Translates a columns object into a set of HTML elements
Parameters:
Name Type Description col
Picasso.pjo.Column pForm
Picasso.form.PicassoForm - Source:
Returns:
- Type
- HTMLDivElement
-
buildForm(form) → {Picasso.form.PicassoForm}
-
Translates a serialized form to a HTML form
Parameters:
Name Type Description form
Picasso.pjo.Form - Source:
Returns:
-
buildGrid(grid, pForm)
-
Translates a serialized grid into a HTML div
Parameters:
Name Type Description grid
Picasso.pjo.Grid pForm
Picasso.form.PicassoForm - Source: