Uses of Class
com.vaadin.client.ui.Icon
-
Packages that use Icon Package Description com.vaadin.client com.vaadin.client.ui com.vaadin.client.ui.orderedlayout -
-
Uses of Icon in com.vaadin.client
Methods in com.vaadin.client that return Icon Modifier and Type Method Description IconApplicationConnection. getIcon(String uri)Gets anIconinstance corresponding to a URI. -
Uses of Icon in com.vaadin.client.ui
Subclasses of Icon in com.vaadin.client.ui Modifier and Type Class Description classFontIconA font-based icon implementation.classImageIconA image based implementation ofIcon.Fields in com.vaadin.client.ui declared as Icon Modifier and Type Field Description IconVButton. iconFor internal use only.IconVCheckBox. iconFor internal use only.IconVLink. iconFor internal use only.IconVNativeButton. iconFor internal use only.Methods in com.vaadin.client.ui that return Icon Modifier and Type Method Description protected IconAbstractComponentConnector. getIcon()Gets the icon set for this component. -
Uses of Icon in com.vaadin.client.ui.orderedlayout
Methods in com.vaadin.client.ui.orderedlayout with parameters of type Icon Modifier and Type Method Description voidSlot. setCaption(String captionText, Icon icon, List<String> styles, String error, boolean showError, boolean required, boolean enabled)Set the caption of the slot as text.voidSlot. setCaption(String captionText, Icon icon, List<String> styles, String error, boolean showError, boolean required, boolean enabled, boolean captionAsHtml)Set the caption of the slot.voidSlot. setCaption(String captionText, Icon icon, List<String> styles, String error, ErrorLevel errorLevel, boolean showError, boolean required, boolean enabled, boolean captionAsHtml)Set the caption of the slot.
-