public abstract class CounterPropertyBuilder extends AbstractPropertyBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
CounterPropertyBuilder.CounterIncrement |
static class |
CounterPropertyBuilder.CounterReset |
| Constructor and Description |
|---|
CounterPropertyBuilder() |
| Modifier and Type | Method and Description |
|---|---|
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. |
buildDeclarationspublic java.util.List buildDeclarations(CSSName cssName, java.util.List values, int origin, boolean important, boolean inheritAllowed)
PropertyBuilderPropertyDeclaration objects for the CSS
property cssName. values must contain
CSSPrimitiveValue objects.