A C F G N O S T V W

A

add(var, var, var) - Method in class Table
Adds data to the current table cell.
addItem(var, var, var, var) - Method in class Form
Adding a "form entry" to the form.
addItemColumns(var, var, var, var) - Method in class Form
Adds a formItem that is able to span columns.

C

closeForm() - Method in class Form
Creates an HTML footer of the form.
closeTable() - Method in class Table
Creates the necessary HTML footer for the table.
createButton(var, var, var) - Static method in class Form
Creates a string representing a button.
createHidden(var, var) - Static method in class Form
Creates a string representation of a hidden form item.
createSelectBox(var, var, var) - Static method in class Form
Creates a string representing a selectbox.
createTextArea(var, var, var, var) - Static method in class Form
Creates a string representation of a text area.
createTextBox(var, var, var, var, var) - Static method in class Form
Creates a string representing a textbox.

F

fillRow() - Method in class Table
Fills the current row if not a new row.
FontProperties - class FontProperties.
FontProperties represents a font entity.
FontProperties(var, var) - Constructor for class FontProperties
Constructs a FontProperties.
Form - class Form.
This class represents the entity of a Form.
Form(var, var, var) - Constructor for class Form
Constructs a Form with the default values.
FormProperties - class FormProperties.
Class representing the properties of the form.
FormProperties(var, var) - Constructor for class FormProperties
Constructs a FormProperties.

G

getAction() - Method in class FormProperties
Gets the action attribute of the object.
getActionPair() - Method in class FormProperties
Returns the action attribute as a HTML key-value pair.
getBorder() - Method in class TableProperties
Gets the border size value.
getBorderPair() - Method in class TableProperties
Gets the border size as a HTML key-value pair.
getCellPadding() - Method in class TableProperties
Gets the cell padding value.
getCellPaddingPair() - Method in class TableProperties
Gets the cell padding as a HTML key-value pair.
getCellSpacing() - Method in class TableProperties
Gets the cell spacing value.
getCellSpacingPair() - Method in class TableProperties
Gets the cell spacing as a HTML key-value pair.
getFont() - Method in class FontProperties
Gets the font formatting of the object.
getFontProperties() - Method in class Table
Gets the current font properties of the table.
getFormProperties() - Method in class Form
Gets the form properties.
getHAlignCell() - Method in class TableProperties
Gets the horizontal alignment value.
getHAlignCellPair() - Method in class TableProperties
Gets the horizontal alignment as a HTML key-value pair.
getHeightCell() - Method in class TableProperties
Gets the cell height value.
getHeightCellPair() - Method in class TableProperties
Gets the cell height as a HTML key-value pair.
getHeightTable() - Method in class TableProperties
Gets the table height value.
getHeightTablePair() - Method in class TableProperties
Gets the table height as a HTML key-value pair.
getMethod() - Method in class FormProperties
Gets the method attribute of the object.
getMethodPair() - Method in class FormProperties
Returns the method attribute as a HTML key-value pair.
getSpacing() - Method in class FontProperties
Gets the spacing of the object.
getTableProperties() - Method in class Table
Gets the current table properties of the table.
getVAlignCell() - Method in class TableProperties
Gets the vertical alignment value.
getVAlignCellPair() - Method in class TableProperties
Gets the vertical alignment as a HTML key-value pair.
getWidthCell() - Method in class TableProperties
Gets the cell width value.
getWidthCellPair() - Method in class TableProperties
Gets the cell width as a HTML key-value pair.
getWidthTable() - Method in class TableProperties
Gets the table width value.
getWidthTablePair() - Method in class TableProperties
Gets the table width as a HTML key-value pair.

N

nextRow() - Method in class Table
Advances to the next row from the current row.

O

openForm() - Method in class Form
Creates an HTML heading of the form.
openTable() - Method in class Table
Creates an HTML header for the table.

S

setAction(var) - Method in class FormProperties
Sets the action attribute to the specified value.
setBorder(var) - Method in class TableProperties
Sets the border size to the specified value.
setCellPadding(var) - Method in class TableProperties
Sets the cell padding to the specified value.
setCellSpacing(var) - Method in class TableProperties
Sets the cell spacing to the specified value.
setFont(var) - Method in class FontProperties
Sets the font formatting of the object.
setFontProperties(var) - Method in class Table
Sets the font properties to the specified value.
setFormproperties(var) - Method in class Form
Sets the form properties to the specified value.
setHAlignCell(var) - Method in class TableProperties
Sets the horizontal alignment to the specified value.
setHeightCell(var) - Method in class TableProperties
Sets the cell height to the specified value.
setHeightTable(var) - Method in class TableProperties
Sets the table height to the specified value.
setMethod(var) - Method in class FormProperties
Sets the method attribute to the specified value.
setSpacing(var) - Method in class FontProperties
Sets the amount of spacing of the object.
setTableProperties(var) - Method in class Table
Sets the table properties to the specified value.
setVAlignCell(var) - Method in class TableProperties
Sets the vertical alignment to the specified value.
setWidthCell(var) - Method in class TableProperties
Sets the cell width to the specified value.
setWidthTable(var) - Method in class TableProperties
Sets the table width to the specified value.
spacerRow(var) - Method in class Table
Creates a "spacer" row.

T

Table - class Table.
This class represents the entity of a table.
Table(var, var, var) - Constructor for class Table
Constructs a Table with the specified amount of columns.
TableProperties - class TableProperties.
This class represents the attributes which define the properties of a Table and its cells.
TableProperties() - Constructor for class TableProperties
Constructs a TableProperties with pre-defined default values.
toString() - Method in class Form
Returns string representation of the form.
toString() - Method in class Table
Returns a string representation of the current table.

V

validateFont(var) - Method in class FontProperties
Checks if string is of proper font formatting syntax.

W

wrapData(var) - Method in class FontProperties
Wraps the data specified with font formatting.

A C F G N O S T V W