public static class PrimitivePropertyBuilders.Position extends AbstractPropertyBuilder
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDeclaration> |
buildDeclarations(CSSName cssName,
List<? extends org.w3c.dom.css.CSSPrimitiveValue> values,
int origin,
boolean important,
boolean inheritAllowed)
Builds a list of
PropertyDeclaration objects for the CSS
property cssName. |
buildDeclarations, checkIdent, checkIdentLengthNumberOrPercentType, checkIdentLengthOrPercentType, checkIdentOrColorType, checkIdentOrIntegerType, checkIdentOrLengthType, checkIdentOrNumberType, checkIdentOrString, checkIdentOrURIType, checkIdentType, checkInheritAll, checkInheritAllowed, checkInteger, checkLengthOrPercentType, checkLengthType, checkNumberType, checkStringType, checkValidity, checkValueCount, checkValueCount, copyOf, isLengthpublic List<PropertyDeclaration> buildDeclarations(CSSName cssName, List<? extends org.w3c.dom.css.CSSPrimitiveValue> values, int origin, boolean important, boolean inheritAllowed)
PropertyBuilderPropertyDeclaration objects for the CSS
property cssName. values must contain
CSSPrimitiveValue objects.Copyright © 2023. All rights reserved.