Java com.google.gwt.gears.client Factory fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gears.client Factory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gears.client Factory.

The text is from its open source code.

Method

DatabasecreateDatabase()
Creates a new Database instance.
LocalServercreateLocalServer()
Creates a new LocalServer instance.
FactorygetInstance()
Returns the singleton instance of the Factory class or null if Gears is not installed or accessible.
booleangetPermission()
Lets a site manually trigger the Gears security dialog, without UI customizations.
booleangetPermission(String siteName, String imageUrl, String extraMessage)
Lets a site manually trigger the Gears security dialog, with UI customizations.
booleanhasPermission()
Returns true if the site already has permission to use Gears.