Liferay 6.2-ce-ga5

com.liferay.portal.kernel.mobile.device
Interface Device

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractDevice, UnknownDevice

public interface Device
extends Serializable


Method Summary
 String getBrand()
           
 String getBrowser()
           
 String getBrowserVersion()
           
 Map<String,Capability> getCapabilities()
           
 String getCapability(String name)
           
 String getModel()
           
 String getOS()
           
 String getOSVersion()
           
 String getPointingMethod()
           
 Dimensions getScreenPhysicalSize()
           
 Dimensions getScreenResolution()
           
 Dimensions getScreenSize()
          Deprecated. As of 6.2.0, replaced by getScreenResolution()
 boolean hasQwertyKeyboard()
           
 boolean isTablet()
           
 

Method Detail

getBrand

String getBrand()

getBrowser

String getBrowser()

getBrowserVersion

String getBrowserVersion()

getCapabilities

Map<String,Capability> getCapabilities()

getCapability

String getCapability(String name)

getModel

String getModel()

getOS

String getOS()

getOSVersion

String getOSVersion()

getPointingMethod

String getPointingMethod()

getScreenPhysicalSize

Dimensions getScreenPhysicalSize()

getScreenResolution

Dimensions getScreenResolution()

getScreenSize

Dimensions getScreenSize()
Deprecated. As of 6.2.0, replaced by getScreenResolution()


hasQwertyKeyboard

boolean hasQwertyKeyboard()

isTablet

boolean isTablet()

Liferay 6.2-ce-ga5