| Package | Description |
|---|---|
| com.github.wiselenium.core.element.field | |
| com.github.wiselenium.core.element.field.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Field<T extends Field<T>>
Represents an abstraction of a HTML Field.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Button
Represents a HTML Button.
|
interface |
Checkbox
Represents a HTML Checkbox.
|
interface |
Hyperlink
Represents a HTML Hyperlink.
|
interface |
Img
Represents a HTML Image.
|
interface |
Label
Represents a HTML Label.
|
interface |
Option
Represents a HTML Select Option.
|
interface |
Radiobutton
Represents a HTML Radio button.
|
interface |
Text
Represents a HTML input text;
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicField<T extends Field<T>>
Basic implementation of a common Field.
|
| 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.
|
Copyright © 2013. All Rights Reserved.