com.sencha.gxt.core.client
Class Supports
java.lang.Object
com.sencha.gxt.core.client.Supports
public class Supports
- extends Object
Determines information about the current platform the application is running on.
|
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. |
Supports
public Supports()
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.