Uses of Class
com.vaadin.terminal.gwt.client.TooltipInfo

Packages that use TooltipInfo
com.vaadin.terminal.gwt.client   
 

Uses of TooltipInfo in com.vaadin.terminal.gwt.client
 

Methods in com.vaadin.terminal.gwt.client that return TooltipInfo
 TooltipInfo ApplicationConnection.getTooltipTitleInfo(Paintable titleOwner, Object key)
          Data showed in tooltips are stored centrilized as it may be needed in varios place: caption, layouts, and in owner components themselves.
 

Methods in com.vaadin.terminal.gwt.client with parameters of type TooltipInfo
 void ApplicationConnection.registerTooltip(Paintable paintable, Object key, TooltipInfo tooltip)
          If component has several tooltips in addition to the one provided by AbstractComponent, component can register them with this method.
 



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