| Package | Description |
|---|---|
| org.fireweb | |
| org.fireweb.html |
| Class and Description |
|---|
| Anchor.Target
Where to open the target URL
|
| Div
The <div> tag defines a division or a section in an HTML document.
|
| Class and Description |
|---|
| Anchor
The <a> tag defines an anchor.
|
| Anchor.Relationship
Specifies the relationship
|
| Anchor.Target
Where to open the target URL
|
| Button
The <button> tag defines a push button.
|
| Button.Type
Type options of the button element
|
| CheckBox
<input type="checkbox" /> defines a checkbox.
|
| DeletedText
Defines text that has been deleted in a document.
|
| Form
By default element have method = Method.Post and enctype = Enctype.Multipart.
|
| Form.Enctype
Represent type of how form-data should be encoded
|
| Form.Method
Represent type of how to send form-data
|
| Image
The <img> tag embeds an image in an HTML page.
|
| Input
The <input> tag is used to select user information.
|
| Input.Type
Specifies the type of an input element
|
| InputFile
<input type="file" /> is used for file uploads.
|
| InputImage
<input type="image" /> defines an image as a submit button.
|
| InputPassword
<input type="password" /> defines a password field.
|
| InputText
<input type="text" /> defines a one-line input field that a user can
enter text into.
|
| InsertedText
Defines inserted text.
|
| Label
The <label> tag defines a label for an input element.
|
| Option
The <option> tag defines an option in a select list.
|
| OptionGroup
Defines an option group.
|
| RadioButton
<input type="radio" /> defines a radio button.
|
| Select
The <select> tag is used to create a select list (drop-down list).
|
| Table
The <table> tag defines an HTML table.
|
| Table.Frame
Specifies which parts of the outside borders that should be visible
|
| Table.Rules
Specifies which parts of the inside borders that should be visible
|
| TableCell
The <td> tag defines a standard cell in an HTML table.
|
| TableCell.Align
Aligns the content in a cell
|
| TableCell.VerticalAlign
Vertical aligns the content in a cell
|
| TableRow
The <tr> tag defines a row in an HTML table.
|
| TableRow.Align
he align attribute specifies the horizontal alignment of the content in a
table row
|
| TableRow.VerticalAlign
The valign attribute specifies the vertical alignment of the content in a
table row
|
| TextArea
The <textarea> tag defines a multi-line text input control.
|