Interface PropertyBuilder

    • Method Summary

      Modifier and Type Method Description
      List buildDeclarations​(CSSName cssName, List values, int origin, boolean important)  
      List buildDeclarations​(CSSName cssName, List values, int origin, boolean important, boolean inheritAllowed)
      Builds a list of PropertyDeclaration objects for the CSS property cssName.
    • Method Detail

      • buildDeclarations

        List buildDeclarations​(CSSName cssName,
                               List values,
                               int origin,
                               boolean important,
                               boolean inheritAllowed)
        Builds a list of PropertyDeclaration objects for the CSS property cssName. values must contain CSSPrimitiveValue objects.
      • buildDeclarations

        List buildDeclarations​(CSSName cssName,
                               List values,
                               int origin,
                               boolean important)