all rows, including the header
execute all rows
execute all rows
execute all rows
an executed Form
transform this form to a form that will be added as a
transform this form to a form that will be added as a
the maximum cell size, column by column
a new Form. This method can be overriden to return a more accurate subtype
a Form where every Row is executed with a Failure
a Form where every Row is executed with a Pending
a Form where every Row is executed with a given Result
a Form where every Row is executed with a Skipped
a Form where every Row is executed with a Success
create new tabs in the Form
add a new Header, with at least one Field
add a new Header
add a new Header, with at least one Field
add a new Header with some fields
an xml description of this form, to be embedded in a Cell
encapsulate this form into an effect
encapsulate this form into a Prop
an xml description of this form
add a new Row
add a new Row, with at least one Cell
create new rows in the Form
the width of the cell, without borders when it's a FormCell
A Form is a container for Rows (@see Row) where each row contain some Cell (@see Cell). It has an optional title and possibly no rows.
A Form can be executed by executing each row and collecting the results.