Uses of Class
com.vaadin.client.ui.Icon

Packages that use Icon
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
 Icon ApplicationConnection.getIcon(java.lang.String uri)
          Gets an Icon instance corresponding to a URI.
 

Uses of Icon in com.vaadin.client.ui
 

Subclasses of Icon in com.vaadin.client.ui
 class FontIcon
          A font-based icon implementation.
 class ImageIcon
          A image based implementation of Icon.
 

Fields in com.vaadin.client.ui declared as Icon
 Icon VForm.icon
          For internal use only.
 Icon VButton.icon
          For internal use only.
 Icon VNativeButton.icon
          For internal use only.
 Icon VLink.icon
          For internal use only.
 Icon VCheckBox.icon
          For internal use only.
 

Methods in com.vaadin.client.ui that return Icon
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
 void Slot.setCaption(java.lang.String captionText, Icon icon, java.util.List<java.lang.String> styles, java.lang.String error, boolean showError, boolean required, boolean enabled)
          Set the caption of the slot
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.