Uses of Interface
com.helger.css.propertyvalue.ICSSValue
-
Packages that use ICSSValue Package Description com.helger.css.property com.helger.css.property.customizer com.helger.css.propertyvalue -
-
Uses of ICSSValue in com.helger.css.property
Fields in com.helger.css.property declared as ICSSValue Modifier and Type Field Description static ICSSValueCCSSProperties. DISPLAY_BLOCKstatic ICSSValueCCSSProperties. DISPLAY_FLEXstatic ICSSValueCCSSProperties. DISPLAY_INLINEstatic ICSSValueCCSSProperties. DISPLAY_INLINE_BLOCKstatic ICSSValueCCSSProperties. DISPLAY_NONEstatic ICSSValueCCSSProperties. HEIGHT_0static ICSSValueCCSSProperties. HEIGHT_100PERCstatic ICSSValueCCSSProperties. MARGIN_0static ICSSValueCCSSProperties. MARGIN_BOTTOM_0static ICSSValueCCSSProperties. MARGIN_LEFT_0static ICSSValueCCSSProperties. MARGIN_RIGHT_0static ICSSValueCCSSProperties. MARGIN_TOP_0static ICSSValueCCSSProperties. PADDING_0static ICSSValueCCSSProperties. PADDING_BOTTOM_0static ICSSValueCCSSProperties. PADDING_LEFT_0static ICSSValueCCSSProperties. PADDING_RIGHT_0static ICSSValueCCSSProperties. PADDING_TOP_0static ICSSValueCCSSProperties. VISIBILITY_HIDDENstatic ICSSValueCCSSProperties. VISIBILITY_VISIBLEstatic ICSSValueCCSSProperties. WIDTH_0static ICSSValueCCSSProperties. WIDTH_100PERCMethods in com.helger.css.property that return ICSSValue Modifier and Type Method Description default ICSSValueICSSProperty. newImportantValue(ICSSNamedColor aColor)Create a new important CSS value with this property and the specified named color.default ICSSValueICSSProperty. newImportantValue(String sValue)Create a new important CSS value with this property and the specified value.ICSSValueAbstractCSSProperty. newValue(String sValue, boolean bIsImportant)default ICSSValueICSSProperty. newValue(ICSSNamedColor aColor)Create a new CSS value with this property and the specified named color.default ICSSValueICSSProperty. newValue(ICSSNamedColor aColor, boolean bImportant)Create a new CSS value with this property and the specified named color.default ICSSValueICSSProperty. newValue(String sValue)Create a new CSS value with this property and the specified value.ICSSValueICSSProperty. newValue(String sValue, boolean bImportant)Create a new CSS value with this property and the specified value. -
Uses of ICSSValue in com.helger.css.property.customizer
Methods in com.helger.css.property.customizer that return ICSSValue 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 ICSSValue in com.helger.css.propertyvalue
Subinterfaces of ICSSValue in com.helger.css.propertyvalue Modifier and Type Interface Description interfaceICSSMultiValueBase interface for a CSS value that contains more than one valueClasses in com.helger.css.propertyvalue that implement ICSSValue Modifier and Type Class Description classCSSValueRepresents the combination of a single CSS property (ICSSProperty) and it's according value plus the important state (!classCSSValueListRepresents a CSS value that has both different property names and multiple different values.classCSSValueMultiPropertyRepresents a CSS value that has several property names, but only one value.classCSSValueMultiValueRepresents a CSS value that has one property name, but multiple different values.
-