com.vaadin.addon.touchkit.service
Interface ApplicationIcon

All Superinterfaces:
Serializable

public interface ApplicationIcon
extends Serializable

The ApplicationIcon interface specifies the icon for the application. The icon is used e.g. on the home screen on iOS if the application has been bookmarked there. See Specifying a Webpage Icon for Web Clip in Apple's developer documentation for more details and naming conventions.


Method Summary
 String getHref()
           
 String getSizes()
           
 

Method Detail

getSizes

String getSizes()
Returns:
The value of the "sizes" attribute for the icon.

getHref

String getHref()
Returns:
The url of the icon.


Copyright © 2014 Vaadin Ltd. All rights reserved.