| Package | Description |
|---|---|
| com.vaadin.client.debug.internal |
| Modifier and Type | Method and Description |
|---|---|
static Icon |
Icon.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Icon[] |
Icon.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DebugButton(Icon icon)
Creates a
Button with the given icon-font icon. |
DebugButton(Icon icon,
String title)
Creates a
Button with the given icon-font icon and title
(tooltip). |
DebugButton(Icon icon,
String title,
String caption)
Creates a
Button with the given icon-font icon, title (tooltip),
and caption. |
Copyright © 2021 Vaadin Ltd. All rights reserved.