Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CSSInterface

        public CSSInterface()
    • Method Detail

      • escape

        public java.lang.String escape​(java.lang.String ident)
      • supports

        public boolean supports​(java.lang.String property,
                                java.lang.String value)
      • supports

        public boolean supports​(java.lang.String property)