Package elemental2.dom
Class CSSInterface
- java.lang.Object
-
- elemental2.dom.CSSInterface
-
@JsType(isNative=true, namespace="<global>") public class CSSInterface extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CSSInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
escape(java.lang.String ident)
boolean
supports(java.lang.String property)
boolean
supports(java.lang.String property, java.lang.String value)
-