Uses of Interface
com.helger.css.propertyvalue.ICSSValue
Packages that use ICSSValue
Package
Description
-
Uses of ICSSValue in com.helger.css.property
Fields in com.helger.css.property declared as ICSSValueModifier and TypeFieldDescriptionstatic final ICSSValueCCSSProperties.DISPLAY_BLOCKstatic final ICSSValueCCSSProperties.DISPLAY_FLEXstatic final ICSSValueCCSSProperties.DISPLAY_INLINEstatic final ICSSValueCCSSProperties.DISPLAY_INLINE_BLOCKstatic final ICSSValueCCSSProperties.DISPLAY_NONEstatic final ICSSValueCCSSProperties.HEIGHT_0static final ICSSValueCCSSProperties.HEIGHT_100PERCstatic final ICSSValueCCSSProperties.MARGIN_0static final ICSSValueCCSSProperties.MARGIN_BOTTOM_0static final ICSSValueCCSSProperties.MARGIN_LEFT_0static final ICSSValueCCSSProperties.MARGIN_RIGHT_0static final ICSSValueCCSSProperties.MARGIN_TOP_0static final ICSSValueCCSSProperties.PADDING_0static final ICSSValueCCSSProperties.PADDING_BOTTOM_0static final ICSSValueCCSSProperties.PADDING_LEFT_0static final ICSSValueCCSSProperties.PADDING_RIGHT_0static final ICSSValueCCSSProperties.PADDING_TOP_0static final ICSSValueCCSSProperties.VISIBILITY_HIDDENstatic final ICSSValueCCSSProperties.VISIBILITY_VISIBLEstatic final ICSSValueCCSSProperties.WIDTH_0static final ICSSValueCCSSProperties.WIDTH_100PERCMethods in com.helger.css.property that return ICSSValueModifier and TypeMethodDescriptiondefault 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.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 ICSSValueCreate a new CSS value with this property and the specified value.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 ICSSValueModifier and TypeMethodDescriptionCSSPropertyCustomizerBorderBottomLeftRadius.createSpecialValue(ICSSProperty aProperty, String sValue, boolean bIsImportant) CSSPropertyCustomizerBorderBottomRightRadius.createSpecialValue(ICSSProperty aProperty, String sValue, boolean bIsImportant) CSSPropertyCustomizerBorderRadius.createSpecialValue(ICSSProperty aProperty, String sValue, boolean bIsImportant) CSSPropertyCustomizerBorderTopLeftRadius.createSpecialValue(ICSSProperty aProperty, String sValue, boolean bIsImportant) CSSPropertyCustomizerBorderTopRightRadius.createSpecialValue(ICSSProperty aProperty, String sValue, boolean bIsImportant) CSSPropertyCustomizerOpacity.createSpecialValue(ICSSProperty aProperty, String sValue, boolean bIsImportant) ICSSPropertyCustomizer.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.propertyvalueModifier and TypeInterfaceDescriptioninterfaceBase interface for a CSS value that contains more than one valueClasses in com.helger.css.propertyvalue that implement ICSSValueModifier and TypeClassDescriptionclassRepresents the combination of a single CSS property (ICSSProperty) and it's according value plus the important state (!classRepresents a CSS value that has both different property names and multiple different values.classRepresents a CSS value that has several property names, but only one value.classRepresents a CSS value that has one property name, but multiple different values.