Uses of Enum
com.helger.css.ECSSVendorPrefix
Packages that use ECSSVendorPrefix
-
Uses of ECSSVendorPrefix in com.helger.css
Methods in com.helger.css that return ECSSVendorPrefixModifier and TypeMethodDescriptionstatic ECSSVendorPrefixECSSVendorPrefix.getFromPrefixOrNull(String sPrefix) static ECSSVendorPrefixReturns the enum constant of this type with the specified name.static ECSSVendorPrefix[]ECSSVendorPrefix.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ECSSVendorPrefix in com.helger.css.property
Methods in com.helger.css.property that return ECSSVendorPrefixModifier and TypeMethodDescriptionECSSProperty.getUsedVendorPrefix()final ECSSVendorPrefixAbstractCSSProperty.getVendorPrefix()ICSSProperty.getVendorPrefix()Methods in com.helger.css.property with parameters of type ECSSVendorPrefixModifier and TypeMethodDescriptionCSSPropertyColor.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyColors.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyDouble.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyEnum.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyEnumOrColor.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyEnumOrColors.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyEnumOrInt.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyEnumOrNumber.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyEnumOrNumbers.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyEnumOrRect.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyEnumOrURL.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyEnums.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyFree.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyLong.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyNumber.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyNumbers.getClone(ECSSVendorPrefix eVendorPrefix) CSSPropertyURL.getClone(ECSSVendorPrefix eVendorPrefix) ICSSProperty.getClone(ECSSVendorPrefix eVendorPrefix) Get a clone of this property with the same base property but a different vendor prefix.booleanECSSProperty.isVendorSpecific(ECSSVendorPrefix eVendorPrefix) Check if this property is specific to the passed vendor prefix.Constructors in com.helger.css.property with parameters of type ECSSVendorPrefixModifierConstructorDescriptionprotectedAbstractCSSProperty(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer) ConstructorAbstractCSSPropertyEnums(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, int nMinArgCount, int nMaxArgCount, Iterable<String> aEnumValues) AbstractCSSPropertyEnums(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, int nMinArgCount, int nMaxArgCount, String... aEnumValues) CSSPropertyColor(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer) CSSPropertyColors(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, int nMinArgCount, int nMaxArgCount) CSSPropertyDouble(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer) CSSPropertyEnum(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, Iterable<String> aEnumValues) CSSPropertyEnum(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, String... aEnumValues) CSSPropertyEnumOrColor(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, Iterable<String> aEnumValues) CSSPropertyEnumOrColor(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, String... aEnumValues) CSSPropertyEnumOrColors(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, int nMinNumbers, int nMaxNumbers, Iterable<String> aEnumValues) CSSPropertyEnumOrColors(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, int nMinNumbers, int nMaxNumbers, String... aEnumValues) CSSPropertyEnumOrInt(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, Iterable<String> aEnumValues) CSSPropertyEnumOrInt(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, String... aEnumValues) CSSPropertyEnumOrNumber(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, boolean bWithPercentage, Iterable<String> aEnumValues) CSSPropertyEnumOrNumber(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, boolean bWithPercentage, String... aEnumValues) CSSPropertyEnumOrNumbers(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, boolean bWithPercentage, int nMinNumbers, int nMaxNumbers, Iterable<String> aEnumValues) CSSPropertyEnumOrNumbers(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, boolean bWithPercentage, int nMinNumbers, int nMaxNumbers, String... aEnumValues) CSSPropertyEnumOrRect(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, Iterable<String> aEnumValues) CSSPropertyEnumOrRect(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, String... aEnumValues) CSSPropertyEnumOrURL(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, Iterable<String> aEnumValues) CSSPropertyEnumOrURL(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, String... aEnumValues) CSSPropertyEnums(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, int nMinNumbers, int nMaxNumbers, Iterable<String> aEnumValues) CSSPropertyEnums(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, int nMinNumbers, int nMaxNumbers, String... aEnumValues) CSSPropertyFree(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix) CSSPropertyFree(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer) CSSPropertyLong(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer) CSSPropertyNumber(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, boolean bWithPercentage) CSSPropertyNumbers(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer, boolean bWithPercentage, int nMinArgCount, int nMaxArgCount) CSSPropertyURL(ECSSProperty eProp, ECSSVendorPrefix eVendorPrefix, ICSSPropertyCustomizer aCustomizer)