| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.types.css |
| Modifier and Type | Method and Description |
|---|---|
CSSMediaSource |
CSSMedia.getSource()
Source of the media query: "mediaRule" if specified by a @media rule, "importRule" if specified
by an @import rule, "linkedSheet" if specified by a "media" attribute in a linked stylesheet's
LINK tag, "inlineSheet" if specified by a "media" attribute in an inline stylesheet's STYLE
tag.
|
static CSSMediaSource |
CSSMediaSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSSMediaSource[] |
CSSMediaSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CSSMedia.setSource(CSSMediaSource source)
Source of the media query: "mediaRule" if specified by a @media rule, "importRule" if specified
by an @import rule, "linkedSheet" if specified by a "media" attribute in a linked stylesheet's
LINK tag, "inlineSheet" if specified by a "media" attribute in an inline stylesheet's STYLE
tag.
|
Copyright © 2020. All rights reserved.