Package | Description |
---|---|
org.fireweb.html |
Modifier and Type | Method and Description |
---|---|
Button.Type |
Button.getType()
Specifies the type of a button.
|
static Button.Type |
Button.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Button.Type[] |
Button.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Button |
Button.setType(Button.Type type)
Set "type" property and if element was draw call script at browser.
|