com.sencha.gxt.core.client
Class Supports

java.lang.Object
  extended by com.sencha.gxt.core.client.Supports

public class Supports
extends Object

Determines information about the current platform the application is running on.


Constructor Summary
Supports()
           
 
Method Summary
static boolean hasCss3BorderRadius()
          Returns true if the device supports CSS3 linear gradients.
static boolean hasCss3LinearGradient()
          Returns true if the device supports CSS3 border radius.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Supports

public Supports()
Method Detail

hasCss3BorderRadius

public static boolean hasCss3BorderRadius()
Returns true if the device supports CSS3 linear gradients.

Returns:
true for CSS3 linear gradients

hasCss3LinearGradient

public static boolean hasCss3LinearGradient()
Returns true if the device supports CSS3 border radius.

Returns:
true for CSS3 border radius


Copyright © 2012. All Rights Reserved.