-
public final class CSSPropertyCSS property declaration data.
-
-
Constructor Summary
Constructors Constructor Description CSSProperty(String name, String value, Boolean important, Boolean implicit, String text, Boolean parsedOk, Boolean disabled, SourceRange range)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Booleancomponent3()final Booleancomponent4()final Stringcomponent5()final Booleancomponent6()final Booleancomponent7()final SourceRangecomponent8()final CSSPropertycopy(String name, String value, Boolean important, Boolean implicit, String text, Boolean parsedOk, Boolean disabled, SourceRange range)final StringgetName()The property name. final StringgetValue()The property value. final BooleangetImportant()Whether the property has "! final BooleangetImplicit()Whether the property is implicit (implies falseif absent).final StringgetText()The full property text as specified in the style. final BooleangetParsedOk()Whether the property is understood by the browser (implies trueif absent).final BooleangetDisabled()Whether the property is disabled by the user (present for source-based properties only). final SourceRangegetRange()The entire property range in the enclosing style declaration (if available). -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Boolean component3()
-
component4
final Boolean component4()
-
component5
final String component5()
-
component6
final Boolean component6()
-
component7
final Boolean component7()
-
component8
final SourceRange component8()
-
copy
final CSSProperty copy(String name, String value, Boolean important, Boolean implicit, String text, Boolean parsedOk, Boolean disabled, SourceRange range)
-
getImportant
final Boolean getImportant()
Whether the property has "!important" annotation (implies
falseif absent).
-
getImplicit
final Boolean getImplicit()
Whether the property is implicit (implies
falseif absent).
-
getParsedOk
final Boolean getParsedOk()
Whether the property is understood by the browser (implies
trueif absent).
-
getDisabled
final Boolean getDisabled()
Whether the property is disabled by the user (present for source-based properties only).
-
getRange
final SourceRange getRange()
The entire property range in the enclosing style declaration (if available).
-
-
-
-