| Modifier and Type | Interface and Description |
|---|---|
interface |
WiseRoot<T extends WiseRoot<T>>
Interface for "root" types, like a Test or a Page.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Container<T extends Container<T>>
Represents an abstraction of a HTML Container.
|
interface |
MultiSelect
Represents a HTML Multiple Select.
|
interface |
Select
Represents a HTML Select.
|
interface |
Table
Represents a HTML Table.
|
interface |
TableBody
Represents a HTML Table Body (tbody).
|
interface |
TableCell
Represents a HTML Table Cell (th or td).
|
interface |
TableData
Represents a HTML Table Data (td).
|
interface |
TableFoot
Represents a HTML Table Foot (tfoot).
|
interface |
TableHead
Represents a HTML Table Head (thead).
|
interface |
TableRow
Represents a HTML Table Row (tr).
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicContainer<T extends Container<T>>
Basic implementation of a common Container.
|
class |
MultiSelectImpl
Implementation of a HTML Multiple Select.
|
class |
SelectImpl
Implementation of a HTML Select.
|
class |
TableBodyImpl
Implementation of a HTML Table Body (tbody).
|
class |
TableCellImpl
Implementation of a HTML Table Cell (th or td).
|
class |
TableFootImpl
Implementation of a HTML Table Foot (tfoot).
|
class |
TableHeadImpl
Implementation of a HTML Table Head (thead).
|
class |
TableImpl
Implementation of a HTML Table.
|
class |
TableRowImpl
Implementation of a HTML Table Row (tr).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Frame<T extends Frame<T>>
Represents an abstraction of a HTML Frame.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFrame<T extends Frame<T>>
Basic implementation of a common Frame.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Page<T extends Page<T>>
Basic implementation of a common Page.
|
Copyright © 2013. All Rights Reserved.