public static class PrimitivePropertyBuilders.BorderRightStyle extends AbstractPropertyBuilder
| Constructor and Description |
|---|
BorderRightStyle() |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyDeclaration> |
buildDeclarations(CSSName cssName,
List<PropertyValue> values,
int origin,
boolean important,
boolean inheritAllowed)
Builds a list of
PropertyDeclaration objects for the CSS
property cssName. |
buildDeclarations, checkAngleType, checkForbidInherit, checkIdent, checkIdentLengthNumberOrPercentType, checkIdentLengthOrPercentType, checkIdentOrColorType, checkIdentOrIntegerType, checkIdentOrLengthType, checkIdentOrNumberType, checkIdentOrString, checkIdentOrURIType, checkIdentType, checkInheritAll, checkInheritAllowed, checkInteger, checkLengthOrPercentType, checkLengthType, checkNumberType, checkValidity, checkValueCount, checkValueCount, copyOf, isLength, isLengthHelperpublic List<PropertyDeclaration> buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed)
PropertyBuilderPropertyDeclaration objects for the CSS
property cssName. values must contain
CSSPrimitiveValue objects.Copyright © 2004–2025. All rights reserved.