Class PrimitivePropertyBuilders.Widows

java.lang.Object
org.xhtmlrenderer.css.parser.property.AbstractPropertyBuilder
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders.Widows
All Implemented Interfaces:
PropertyBuilder
Enclosing class:
PrimitivePropertyBuilders

public static class PrimitivePropertyBuilders.Widows extends AbstractPropertyBuilder
  • Constructor Details

    • Widows

      public Widows()
  • Method Details

    • 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.