Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.mobile.device.Dimensions

Packages that use Dimensions
com.liferay.portal.kernel.mobile.device   
 

Uses of Dimensions in com.liferay.portal.kernel.mobile.device
 

Fields in com.liferay.portal.kernel.mobile.device declared as Dimensions
static Dimensions Dimensions.UNKNOWN
           
 

Methods in com.liferay.portal.kernel.mobile.device that return Dimensions
 Dimensions Device.getScreenPhysicalSize()
           
 Dimensions UnknownDevice.getScreenPhysicalSize()
           
 Dimensions Device.getScreenResolution()
           
 Dimensions UnknownDevice.getScreenResolution()
           
 Dimensions Device.getScreenSize()
          Deprecated. As of 6.2.0, replaced by Device.getScreenResolution()
 Dimensions AbstractDevice.getScreenSize()
          Deprecated. As of 6.2.0, replaced by Device.getScreenResolution()
 


Liferay 6.2-ce-ga5