@NotThreadSafe public class CSSPropertyEnumOrColor extends CSSPropertyEnum
| Constructor and Description |
|---|
CSSPropertyEnumOrColor(ECSSProperty eProp,
ECSSVendorPrefix eVendorPrefix,
ICSSPropertyCustomizer aCustomizer,
Iterable<String> aEnumValues) |
CSSPropertyEnumOrColor(ECSSProperty eProp,
ECSSVendorPrefix eVendorPrefix,
ICSSPropertyCustomizer aCustomizer,
String... aEnumValues) |
CSSPropertyEnumOrColor(ECSSProperty eProp,
ICSSPropertyCustomizer aCustomizer,
Iterable<String> aEnumValues) |
CSSPropertyEnumOrColor(ECSSProperty eProp,
ICSSPropertyCustomizer aCustomizer,
String... aEnumValues) |
CSSPropertyEnumOrColor(ECSSProperty eProp,
Iterable<String> aEnumValues) |
CSSPropertyEnumOrColor(ECSSProperty eProp,
String... aEnumValues) |
| Modifier and Type | Method and Description |
|---|---|
CSSPropertyEnumOrColor |
getClone(ECSSProperty eProp)
Get a clone of this property with another (or the same) base property.
|
CSSPropertyEnumOrColor |
getClone(ECSSVendorPrefix eVendorPrefix)
Get a clone of this property with the same base property but a different
vendor prefix.
|
boolean |
isValidValue(String sValue)
Check if the passed value is valid for this property according to the
defined rule.
|
directGetEnumValues, equals, hashCode, toStringgetCustomizer, getMaximumArgumentCount, getMinimumArgumentCount, getMinimumCSSVersion, getProp, getPropertyName, getVendorPrefix, isValidPropertyValue, newValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitnewImportantValue, newImportantValue, newValue, newValue, newValuepublic CSSPropertyEnumOrColor(@Nonnull ECSSProperty eProp, @Nonnull @Nonempty String... aEnumValues)
public CSSPropertyEnumOrColor(@Nonnull ECSSProperty eProp, @Nullable ICSSPropertyCustomizer aCustomizer, @Nonnull @Nonempty String... aEnumValues)
public CSSPropertyEnumOrColor(@Nonnull ECSSProperty eProp, @Nullable ECSSVendorPrefix eVendorPrefix, @Nullable ICSSPropertyCustomizer aCustomizer, @Nonnull @Nonempty String... aEnumValues)
public CSSPropertyEnumOrColor(@Nonnull ECSSProperty eProp, @Nonnull @Nonempty Iterable<String> aEnumValues)
public CSSPropertyEnumOrColor(@Nonnull ECSSProperty eProp, @Nullable ICSSPropertyCustomizer aCustomizer, @Nonnull @Nonempty Iterable<String> aEnumValues)
public CSSPropertyEnumOrColor(@Nonnull ECSSProperty eProp, @Nullable ECSSVendorPrefix eVendorPrefix, @Nullable ICSSPropertyCustomizer aCustomizer, @Nonnull @Nonempty Iterable<String> aEnumValues)
@OverridingMethodsMustInvokeSuper public boolean isValidValue(@Nullable String sValue)
ICSSPropertyisValidValue in interface ICSSPropertyisValidValue in class CSSPropertyEnumsValue - The value to check. May be null.true if the value is valid, false
otherwise@Nonnull public CSSPropertyEnumOrColor getClone(@Nonnull ECSSProperty eProp)
ICSSPropertygetClone in interface ICSSPropertygetClone in class CSSPropertyEnumeProp - The base property to use. May not be null.null@Nonnull public CSSPropertyEnumOrColor getClone(@Nullable ECSSVendorPrefix eVendorPrefix)
ICSSPropertygetClone in interface ICSSPropertygetClone in class CSSPropertyEnumeVendorPrefix - The new vendor prefix to use. May be null.nullCopyright © 2014–2022 Philip Helger. All rights reserved.