Uses of Interface
com.helger.css.property.ICSSProperty
-
Packages that use ICSSProperty Package Description com.helger.css.decl.shorthand com.helger.css.property com.helger.css.property.customizer com.helger.css.propertyvalue -
-
Uses of ICSSProperty in com.helger.css.decl.shorthand
Methods in com.helger.css.decl.shorthand that return ICSSProperty Modifier and Type Method Description ICSSPropertyCSSPropertyWithDefaultValue. getProperty()Constructors in com.helger.css.decl.shorthand with parameters of type ICSSProperty Constructor Description CSSPropertyWithDefaultValue(ICSSProperty aProperty, String sDefaultValue) -
Uses of ICSSProperty in com.helger.css.property
Classes in com.helger.css.property that implement ICSSProperty Modifier and Type Class Description classAbstractCSSPropertyAbstract base class for implementingICSSPropertyclassAbstractCSSPropertyEnumsCSS properties with a dynamic number of entries.classCSSPropertyColorRepresents a color valueclassCSSPropertyColorsCSS property that is a list of color values (e.g. border-color)classCSSPropertyDoubleCSS property that is either an enumeration or a decimal value without a unit (e.g. opacity)classCSSPropertyEnumCSS property with a predefined list of possible values (e.g.classCSSPropertyEnumOrColorCSS property that is either an enumeration or a color value (e.g.classCSSPropertyEnumOrColorsCSS property that is a list of either an enumeration or a color value (e.g.classCSSPropertyEnumOrIntCSS property that is either an enumeration or a numeric value without a unit (e.g. z-index)classCSSPropertyEnumOrNumberCSS property that is either an enumeration or a numeric value (e.g.classCSSPropertyEnumOrNumbersCSS property that is a list of either an enumeration or a numeric value (e.g.classCSSPropertyEnumOrRectCSS property that is either an enumeration or a rectangle (e.g. clip)classCSSPropertyEnumOrURLCSS property that is either an enumeration or a URL value (e.g.classCSSPropertyEnumsCSS property that is a list of enumeration entries (e.g. border-style)classCSSPropertyFreeCSS property without any value constraints, except that it may not be empty.classCSSPropertyLongCSS property that is either an enumeration or a long value without a unit (e.g. flex-grow)classCSSPropertyNumberCSS property that is a number (e.g. line-height)classCSSPropertyNumbersCSS property with a list of numbers (e.g. padding)classCSSPropertyURLCSS property that needs to be an URLMethods in com.helger.css.property that return ICSSProperty Modifier and Type Method Description ICSSPropertyICSSProperty. getClone(ECSSVendorPrefix eVendorPrefix)Get a clone of this property with the same base property but a different vendor prefix.ICSSPropertyICSSProperty. getClone(ECSSProperty eProp)Get a clone of this property with another (or the same) base property. -
Uses of ICSSProperty in com.helger.css.property.customizer
Methods in com.helger.css.property.customizer with parameters of type ICSSProperty Modifier and Type Method Description ICSSValueCSSPropertyCustomizerBorderBottomLeftRadius. createSpecialValue(ICSSProperty aProperty, String sValue, boolean bIsImportant)ICSSValueCSSPropertyCustomizerBorderBottomRightRadius. createSpecialValue(ICSSProperty aProperty, String sValue, boolean bIsImportant)ICSSValueCSSPropertyCustomizerBorderRadius. createSpecialValue(ICSSProperty aProperty, String sValue, boolean bIsImportant)ICSSValueCSSPropertyCustomizerBorderTopLeftRadius. createSpecialValue(ICSSProperty aProperty, String sValue, boolean bIsImportant)ICSSValueCSSPropertyCustomizerBorderTopRightRadius. createSpecialValue(ICSSProperty aProperty, String sValue, boolean bIsImportant)ICSSValueCSSPropertyCustomizerOpacity. createSpecialValue(ICSSProperty aProperty, String sValue, boolean bIsImportant)ICSSValueICSSPropertyCustomizer. createSpecialValue(ICSSProperty aProperty, String sValue, boolean bIsImportant)Create a special value for the passed property. -
Uses of ICSSProperty in com.helger.css.propertyvalue
Methods in com.helger.css.propertyvalue that return ICSSProperty Modifier and Type Method Description ICSSPropertyCSSValue. getProperty()Methods in com.helger.css.propertyvalue with parameters of type ICSSProperty Modifier and Type Method Description CSSValueCSSValue. setProperty(ICSSProperty aProperty)Set the property of this CSS value (e.g.Constructors in com.helger.css.propertyvalue with parameters of type ICSSProperty Constructor Description CSSValue(ICSSProperty aProperty, String sValue, boolean bIsImportant)ConstructorCSSValueList(ECSSProperty eProperty, ICSSProperty[] aProperties, String[] aValues, boolean bIsImportant)CSSValueMultiProperty(ECSSProperty eProperty, ICSSProperty[] aProperties, String sValue, boolean bIsImportant)CSSValueMultiValue(ICSSProperty aProperty, String[] aValues, boolean bIsImportant)
-