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 Icon
ApplicationConnection. getIcon(String uri)
Gets anIcon
instance 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 class
FontIcon
A font-based icon implementation.class
ImageIcon
A image based implementation ofIcon
.Fields in com.vaadin.client.ui declared as Icon Modifier and Type Field Description Icon
VButton. icon
For internal use only.Icon
VCheckBox. icon
For internal use only.Icon
VForm. icon
For internal use only.Icon
VLink. icon
For internal use only.Icon
VNativeButton. icon
For internal use only.Methods in com.vaadin.client.ui that return Icon Modifier and Type Method Description protected Icon
AbstractComponentConnector. 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 void
Slot. setCaption(String captionText, Icon icon, List<String> styles, String error, boolean showError, boolean required, boolean enabled)
Set the caption of the slot as textvoid
Slot. setCaption(String captionText, Icon icon, List<String> styles, String error, boolean showError, boolean required, boolean enabled, boolean captionAsHtml)
Set the caption of the slotvoid
Slot. 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
-