Interface PropertyBuilder

    • Method Summary

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

      • buildDeclarations

        java.util.List buildDeclarations​(CSSName cssName,
                                         java.util.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

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