Package | Description |
---|---|
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
protected Input.Type |
RadioButton.getType() |
protected Input.Type |
InputText.getType() |
protected Input.Type |
InputPassword.getType() |
protected Input.Type |
InputImage.getType() |
protected Input.Type |
InputFile.getType() |
protected Input.Type |
InputButton.getType() |
protected abstract Input.Type |
Input.getType()
Specifies the type of an input element.
|
protected Input.Type |
CheckBox.getType() |
static Input.Type |
Input.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Input.Type[] |
Input.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|