@NotThreadSafe public class CSSPropertyLong extends AbstractCSSProperty
| Constructor and Description |
|---|
CSSPropertyLong(ECSSProperty eProp) |
CSSPropertyLong(ECSSProperty eProp,
ECSSVendorPrefix eVendorPrefix,
ICSSPropertyCustomizer aCustomizer) |
CSSPropertyLong(ECSSProperty eProp,
ICSSPropertyCustomizer aCustomizer) |
| Modifier and Type | Method and Description |
|---|---|
CSSPropertyLong |
getClone(ECSSProperty eProp)
Get a clone of this property with another (or the same) base property.
|
CSSPropertyLong |
getClone(ECSSVendorPrefix eVendorPrefix)
Get a clone of this property with the same base property but a different
vendor prefix.
|
static boolean |
isValidPropertyValue(String sValue) |
boolean |
isValidValue(String sValue)
Check if the passed value is valid for this property according to the
defined rule.
|
equals, getCustomizer, getMaximumArgumentCount, getMinimumArgumentCount, getMinimumCSSVersion, getProp, getPropertyName, getVendorPrefix, hashCode, newValue, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitnewImportantValue, newImportantValue, newValue, newValue, newValuepublic CSSPropertyLong(@Nonnull ECSSProperty eProp)
public CSSPropertyLong(@Nonnull ECSSProperty eProp, @Nullable ICSSPropertyCustomizer aCustomizer)
public CSSPropertyLong(@Nonnull ECSSProperty eProp, @Nullable ECSSVendorPrefix eVendorPrefix, @Nullable ICSSPropertyCustomizer aCustomizer)
@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 CSSPropertyLong getClone(@Nonnull ECSSProperty eProp)
ICSSPropertyeProp - The base property to use. May not be null.null@Nonnull public CSSPropertyLong getClone(@Nullable ECSSVendorPrefix eVendorPrefix)
ICSSPropertyeVendorPrefix - The new vendor prefix to use. May be null.nullCopyright © 2014–2022 Philip Helger. All rights reserved.