| Package | Description |
|---|---|
| org.testatoo.cartridge.html4.element |
| Modifier and Type | Method and Description |
|---|---|
InputType |
Radio.type()
To get the type attribute of the "input" element, that is "radio".
|
InputType |
CheckBox.type()
To get the type attribute of the "input" element, that is "checkbox".
|
InputType |
File.type()
To get the type attribute of the "input" element, that is "file".
|
InputType |
InputPassword.type()
To get the type attribute of the "input" element, that is "password".
|
InputType |
Hidden.type()
To get the type attribute of the "input" element, that is "hidden".
|
InputType |
Button.type()
To get the type attribute of the "button" element.
|
InputType |
InputText.type()
To get the type attribute of the "input" element, that is "text".
|
static InputType |
InputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputType[] |
InputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
InputType.toComponentType(InputType inputType)
To match the html input type to corresponding testatoo type
|
Copyright © 2008-2012 Ovea. All Rights Reserved.