| Package | Description |
|---|---|
| com.github.wiselenium.core.element.container.impl | |
| com.github.wiselenium.core.element.field.impl | |
| com.github.wiselenium.core.element.frame.impl |
| 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 | Class and Description |
|---|---|
class |
BasicField<T extends Field<T>>
Basic implementation of a common Field.
|
class |
ButtonImpl
Implementation of a HTML Button.
|
class |
CheckboxImpl
Implementation of a HTML Checkbox.
|
class |
HyperlinkImpl
Implementation of a HTML Hyperlink.
|
class |
ImgImpl
Implementation of a HTML Image.
|
class |
LabelImpl
Implementation of a HTML Label.
|
class |
OptionImpl
Implementation of a HTML Select Option.
|
class |
RadiobuttonImpl
Implementation of a HTML Radio button.
|
class |
TextImpl
Implementation of a HTML input text.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFrame<T extends Frame<T>>
Basic implementation of a common Frame.
|
Copyright © 2013. All Rights Reserved.