Uses of Class
com.vaadin.client.debug.internal.Icon
-
Packages that use Icon Package Description com.vaadin.client.debug.internal -
-
Uses of Icon in com.vaadin.client.debug.internal
Methods in com.vaadin.client.debug.internal that return Icon Modifier and Type Method 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.Constructors in com.vaadin.client.debug.internal with parameters of type Icon Constructor Description DebugButton(Icon icon)
Creates aButton
with the given icon-font icon.DebugButton(Icon icon, String title)
Creates aButton
with the given icon-font icon and title (tooltip).DebugButton(Icon icon, String title, String caption)
Creates aButton
with the given icon-font icon, title (tooltip), and caption.
-