Uses of Class
com.helger.css.property.ECSSProperty
-
Packages that use ECSSProperty Package Description com.helger.css.decl com.helger.css.decl.shorthand com.helger.css.property com.helger.css.propertyvalue -
-
Uses of ECSSProperty in com.helger.css.decl
Methods in com.helger.css.decl with parameters of type ECSSProperty Modifier and Type Method Description booleanCSSDeclaration. hasProperty(ECSSProperty eProperty)Check if this declaration has the specified property.CSSDeclarationCSSDeclaration. setProperty(ECSSProperty eProperty)Set the property of this CSS value (e.g. -
Uses of ECSSProperty in com.helger.css.decl.shorthand
Methods in com.helger.css.decl.shorthand that return ECSSProperty Modifier and Type Method Description ECSSPropertyCSSShortHandDescriptor. getProperty()Methods in com.helger.css.decl.shorthand that return types with arguments of type ECSSProperty Modifier and Type Method Description static com.helger.commons.collection.impl.ICommonsSet<ECSSProperty>CSSShortHandRegistry. getAllShortHandProperties()Methods in com.helger.css.decl.shorthand with parameters of type ECSSProperty Modifier and Type Method Description static CSSShortHandDescriptorCSSShortHandRegistry. getShortHandDescriptor(ECSSProperty eProperty)static booleanCSSShortHandRegistry. isShortHandProperty(ECSSProperty eProperty)Constructors in com.helger.css.decl.shorthand with parameters of type ECSSProperty Constructor Description CSSShortHandDescriptor(ECSSProperty eProperty, CSSPropertyWithDefaultValue... aSubProperties)CSSShortHandDescriptorFlex(ECSSProperty eProperty, CSSPropertyWithDefaultValue... aSubProperties)CSSShortHandDescriptorWithAlignment(ECSSProperty eProperty, CSSPropertyWithDefaultValue... aSubProperties) -
Uses of ECSSProperty in com.helger.css.property
Methods in com.helger.css.property that return ECSSProperty Modifier and Type Method Description static ECSSPropertyECSSProperty. getFromNameOrNull(String sName)static ECSSPropertyECSSProperty. getFromNameOrNullHandlingHacks(String sName)Get the CSS property with the specified name, but without hacking prefixes.ECSSPropertyAbstractCSSProperty. getProp()ECSSPropertyICSSProperty. getProp()static ECSSPropertyECSSProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static ECSSProperty[]ECSSProperty. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ECSSProperty in com.helger.css.propertyvalue
Methods in com.helger.css.propertyvalue that return ECSSProperty Modifier and Type Method Description ECSSPropertyCSSValue. getProp()ECSSPropertyCSSValueList. getProp()ECSSPropertyCSSValueMultiProperty. getProp()ECSSPropertyCSSValueMultiValue. getProp()ECSSPropertyICSSValue. getProp()Constructors in com.helger.css.propertyvalue with parameters of type ECSSProperty Constructor Description CSSValueList(ECSSProperty eProperty, ICSSProperty[] aProperties, String[] aValues, boolean bIsImportant)CSSValueMultiProperty(ECSSProperty eProperty, ICSSProperty[] aProperties, String sValue, boolean bIsImportant)
-