Package com.helger.css.decl.shorthand
Class CSSShortHandDescriptorFlex
java.lang.Object
com.helger.css.decl.shorthand.CSSShortHandDescriptor
com.helger.css.decl.shorthand.CSSShortHandDescriptorFlex
A special
CSSShortHandDescriptor implementation for margin and
padding as well as for border-color.- Author:
- Philip Helger
-
Constructor Summary
ConstructorsConstructorDescriptionCSSShortHandDescriptorFlex(ECSSProperty eProperty, CSSPropertyWithDefaultValue... aSubProperties) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmodifyExpressionMembers(com.helger.commons.collection.impl.ICommonsList<ICSSExpressionMember> aExpressionMembers) Modify the passed expression members before they are splittedMethods inherited from class com.helger.css.decl.shorthand.CSSShortHandDescriptor
getAllSubProperties, getProperty, getSplitIntoPieces, toString
-
Constructor Details
-
CSSShortHandDescriptorFlex
public CSSShortHandDescriptorFlex(@Nonnull ECSSProperty eProperty, @Nonnull @Nonempty CSSPropertyWithDefaultValue... aSubProperties)
-
-
Method Details
-
modifyExpressionMembers
@OverrideOnDemand protected void modifyExpressionMembers(@Nonnull com.helger.commons.collection.impl.ICommonsList<ICSSExpressionMember> aExpressionMembers) Description copied from class:CSSShortHandDescriptorModify the passed expression members before they are splitted- Overrides:
modifyExpressionMembersin classCSSShortHandDescriptor- Parameters:
aExpressionMembers- The list to be modified. Nevernullbut maybe empty.
-