@NotThreadSafe public class CSSPropertyEnum extends AbstractCSSProperty
| Constructor and Description |
|---|
CSSPropertyEnum(ECSSProperty eProp,
ECSSVendorPrefix eVendorPrefix,
ICSSPropertyCustomizer aCustomizer,
Iterable<String> aEnumValues) |
CSSPropertyEnum(ECSSProperty eProp,
ECSSVendorPrefix eVendorPrefix,
ICSSPropertyCustomizer aCustomizer,
String... aEnumValues) |
CSSPropertyEnum(ECSSProperty eProp,
ICSSPropertyCustomizer aCustomizer,
Iterable<String> aEnumValues) |
CSSPropertyEnum(ECSSProperty eProp,
ICSSPropertyCustomizer aCustomizer,
String... aEnumValues) |
CSSPropertyEnum(ECSSProperty eProp,
Iterable<String> aEnumValues) |
CSSPropertyEnum(ECSSProperty eProp,
String... aEnumValues) |
| Modifier and Type | Method and Description |
|---|---|
protected com.helger.commons.collection.impl.ICommonsSet<String> |
directGetEnumValues() |
boolean |
equals(Object o) |
CSSPropertyEnum |
getClone(ECSSProperty eProp)
Get a clone of this property with another (or the same) base property.
|
CSSPropertyEnum |
getClone(ECSSVendorPrefix eVendorPrefix)
Get a clone of this property with the same base property but a different
vendor prefix.
|
int |
hashCode() |
boolean |
isValidValue(String sValue)
Check if the passed value is valid for this property according to the
defined rule.
|
String |
toString() |
getCustomizer, getMaximumArgumentCount, getMinimumArgumentCount, getMinimumCSSVersion, getProp, getPropertyName, getVendorPrefix, isValidPropertyValue, newValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitnewImportantValue, newImportantValue, newValue, newValue, newValuepublic CSSPropertyEnum(@Nonnull ECSSProperty eProp, @Nonnull @Nonempty String... aEnumValues)
public CSSPropertyEnum(@Nonnull ECSSProperty eProp, @Nullable ICSSPropertyCustomizer aCustomizer, @Nonnull @Nonempty String... aEnumValues)
public CSSPropertyEnum(@Nonnull ECSSProperty eProp, @Nullable ECSSVendorPrefix eVendorPrefix, @Nullable ICSSPropertyCustomizer aCustomizer, @Nonnull @Nonempty String... aEnumValues)
public CSSPropertyEnum(@Nonnull ECSSProperty eProp, @Nonnull @Nonempty Iterable<String> aEnumValues)
public CSSPropertyEnum(@Nonnull ECSSProperty eProp, @Nullable ICSSPropertyCustomizer aCustomizer, @Nonnull @Nonempty Iterable<String> aEnumValues)
public CSSPropertyEnum(@Nonnull ECSSProperty eProp, @Nullable ECSSVendorPrefix eVendorPrefix, @Nullable ICSSPropertyCustomizer aCustomizer, @Nonnull @Nonempty Iterable<String> aEnumValues)
@Nonnull @ReturnsMutableObject(value="Design") protected final com.helger.commons.collection.impl.ICommonsSet<String> directGetEnumValues()
null.@OverridingMethodsMustInvokeSuper public boolean isValidValue(@Nullable String sValue)
ICSSPropertyisValidValue in interface ICSSPropertyisValidValue in class AbstractCSSPropertysValue - The value to check. May be null.true if the value is valid, false
otherwise@Nonnull public CSSPropertyEnum getClone(@Nonnull ECSSProperty eProp)
ICSSPropertyeProp - The base property to use. May not be null.null@Nonnull public CSSPropertyEnum getClone(@Nullable ECSSVendorPrefix eVendorPrefix)
ICSSPropertyeVendorPrefix - The new vendor prefix to use. May be null.nullpublic boolean equals(Object o)
equals in class AbstractCSSPropertypublic int hashCode()
hashCode in class AbstractCSSPropertypublic String toString()
toString in class AbstractCSSPropertyCopyright © 2014–2018 Philip Helger. All rights reserved.