Class CounterPropertyBuilder

    • Constructor Detail

      • CounterPropertyBuilder

        public CounterPropertyBuilder()
    • Method Detail

      • getDefaultValue

        protected abstract int getDefaultValue()
      • buildDeclarations

        public List buildDeclarations​(CSSName cssName,
                                      List values,
                                      int origin,
                                      boolean important,
                                      boolean inheritAllowed)
        Description copied from interface: PropertyBuilder
        Builds a list of PropertyDeclaration objects for the CSS property cssName. values must contain CSSPrimitiveValue objects.