@Immutable public class CSSValueList extends Object implements ICSSMultiValue
display is used
with the value inline-block than the result coding should first
emit display:-moz-inline-block; and them
display:inline-block; for FireFox 2.x specific support.| Constructor and Description |
|---|
CSSValueList(ECSSProperty eProperty,
ICSSProperty[] aProperties,
String[] aValues,
boolean bIsImportant) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.helger.commons.collection.impl.ICommonsList<CSSValue> |
getAllContainedValues() |
String |
getAsCSSString(ICSSWriterSettings aSettings,
int nIndentLevel)
Get the contents of this object as a serialized CSS string for writing to
an output.
|
ECSSProperty |
getProp() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAsCSSString, getAsCSSStringpublic CSSValueList(@Nonnull ECSSProperty eProperty, @Nonnull ICSSProperty[] aProperties, @Nonnull String[] aValues, boolean bIsImportant)
@Nonnull @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<CSSValue> getAllContainedValues()
getAllContainedValues in interface ICSSMultiValuenull.@Nonnull public ECSSProperty getProp()
@Nonnull public String getAsCSSString(@Nonnull ICSSWriterSettings aSettings, @Nonnegative int nIndentLevel)
ICSSWriteablegetAsCSSString in interface ICSSWriteableaSettings - The settings to be used to format the output. May not be
null.nIndentLevel - The current indentation levelnull.Copyright © 2014–2022 Philip Helger. All rights reserved.