Uses of Class
com.helger.css.ECSSVendorPrefix
-
Packages that use ECSSVendorPrefix Package Description com.helger.css com.helger.css.property -
-
Uses of ECSSVendorPrefix in com.helger.css
Methods in com.helger.css that return ECSSVendorPrefix Modifier and Type Method Description static ECSSVendorPrefixECSSVendorPrefix. getFromPrefixOrNull(String sPrefix)static ECSSVendorPrefixECSSVendorPrefix. valueOf(String name)Returns 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 ECSSVendorPrefix Modifier and Type Method Description ECSSVendorPrefixECSSProperty. getUsedVendorPrefix()ECSSVendorPrefixAbstractCSSProperty. getVendorPrefix()ECSSVendorPrefixICSSProperty. getVendorPrefix()Methods in com.helger.css.property with parameters of type ECSSVendorPrefix Modifier and Type Method Description CSSPropertyColorCSSPropertyColor. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyColorsCSSPropertyColors. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyDoubleCSSPropertyDouble. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyEnumCSSPropertyEnum. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyEnumOrColorCSSPropertyEnumOrColor. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyEnumOrColorsCSSPropertyEnumOrColors. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyEnumOrIntCSSPropertyEnumOrInt. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyEnumOrNumberCSSPropertyEnumOrNumber. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyEnumOrNumbersCSSPropertyEnumOrNumbers. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyEnumOrRectCSSPropertyEnumOrRect. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyEnumOrURLCSSPropertyEnumOrURL. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyEnumsCSSPropertyEnums. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyFreeCSSPropertyFree. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyLongCSSPropertyLong. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyNumberCSSPropertyNumber. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyNumbersCSSPropertyNumbers. getClone(ECSSVendorPrefix eVendorPrefix)CSSPropertyURLCSSPropertyURL. getClone(ECSSVendorPrefix eVendorPrefix)ICSSPropertyICSSProperty. 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.
-