Class CSSStyleDeclaration
java.lang.Object
elemental2.dom.CSSProperties
elemental2.dom.CSSStyleDeclaration
- All Implemented Interfaces:
elemental2.core.JsIterable<String>
,jsinterop.base.JsArrayLike<String>
,jsinterop.base.JsPropertyMap<String>
@JsType(isNative=true,
namespace="<global>")
public class CSSStyleDeclaration
extends CSSProperties
implements elemental2.core.JsIterable<String>, jsinterop.base.JsArrayLike<String>, jsinterop.base.JsPropertyMap<String>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static interface
Nested classes/interfaces inherited from class elemental2.dom.CSSProperties
CSSProperties.AnimationIterationCountUnionType, CSSProperties.AnimationUnionType, CSSProperties.BorderBottomLeftRadiusUnionType, CSSProperties.BorderBottomRightRadiusUnionType, CSSProperties.BorderBottomWidthUnionType, CSSProperties.BorderImageOutsetUnionType, CSSProperties.BorderImageSliceUnionType, CSSProperties.BorderImageWidthUnionType, CSSProperties.BorderLeftWidthUnionType, CSSProperties.BorderRadiusUnionType, CSSProperties.BorderRightWidthUnionType, CSSProperties.BorderTopLeftRadiusUnionType, CSSProperties.BorderTopRightRadiusUnionType, CSSProperties.BorderTopWidthUnionType, CSSProperties.BorderWidthUnionType, CSSProperties.FontSizeUnionType, CSSProperties.HeightUnionType, CSSProperties.LineHeightUnionType, CSSProperties.MarginBottomUnionType, CSSProperties.MarginLeftUnionType, CSSProperties.MarginRightUnionType, CSSProperties.MarginTopUnionType, CSSProperties.MarginUnionType, CSSProperties.MaxHeightUnionType, CSSProperties.MaxWidthUnionType, CSSProperties.MinHeightUnionType, CSSProperties.MinWidthUnionType, CSSProperties.OpacityUnionType, CSSProperties.OutlineWidthUnionType, CSSProperties.PaddingBottomUnionType, CSSProperties.PaddingLeftUnionType, CSSProperties.PaddingRightUnionType, CSSProperties.PaddingTopUnionType, CSSProperties.PaddingUnionType, CSSProperties.PerspectiveOriginUnionType, CSSProperties.TransformOriginUnionType, CSSProperties.WidthUnionType, CSSProperties.ZIndexUnionType
-
Field Summary
FieldsFields inherited from class elemental2.dom.CSSProperties
alignContent, alignItems, alignSelf, animation, animationDelay, animationDirection, animationDuration, animationFillMode, animationIterationCount, animationName, animationPlayState, animationTimingFunction, azimuth, backdropFilter, backfaceVisibility, background, backgroundAttachment, backgroundColor, backgroundImage, backgroundPosition, backgroundRepeat, backgroundSize, border, borderBottom, borderBottomColor, borderBottomLeftRadius, borderBottomRightRadius, borderBottomStyle, borderBottomWidth, borderCollapse, borderColor, borderImage, borderImageOutset, borderImageRepeat, borderImageSlice, borderImageSource, borderImageWidth, borderLeft, borderLeftColor, borderLeftStyle, borderLeftWidth, borderRadius, borderRight, borderRightColor, borderRightStyle, borderRightWidth, borderSpacing, borderStyle, borderTop, borderTopColor, borderTopLeftRadius, borderTopRightRadius, borderTopStyle, borderTopWidth, borderWidth, bottom, boxShadow, boxSizing, captionSide, clear, clip, clipPath, color, contain, content, contentVisibility, counterIncrement, counterReset, cssFloat, cue, cueAfter, cueBefore, cursor, direction, display, elevation, emptyCells, fill, fillOpacity, fillRule, flex, flexBasis, flexDirection, flexFlow, flexGrow, flexShrink, flexWrap, font, fontFamily, fontSize, fontSizeAdjust, fontStretch, fontStyle, fontVariant, fontWeight, grid, gridArea, gridAutoColumns, gridAutoFlow, gridAutoRows, gridColumn, gridColumnEnd, gridColumnStart, gridRow, gridRowEnd, gridRowStart, gridTemplate, gridTemplateAreas, gridTemplateColumns, gridTemplateRows, height, inset, insetBlock, insetBlockEnd, insetBlockStart, insetInline, insetInlineEnd, insetInlineStart, justifyContent, left, letterSpacing, lineHeight, listStyle, listStyleImage, listStylePosition, listStyleType, margin, marginBottom, marginLeft, marginRight, marginTop, markerOffset, marks, maxHeight, maxWidth, minHeight, minWidth, objectFit, objectPosition, opacity, order, orphans, outline, outlineColor, outlineOffset, outlineStyle, outlineWidth, overflow, overscrollBehavior, padding, paddingBottom, paddingLeft, paddingRight, paddingTop, page, pageBreakAfter, pageBreakBefore, pageBreakInside, pause, pauseAfter, pauseBefore, perspective, perspectiveOrigin, pitch, pitchRange, playDuring, pointerEvents, position, quotes, resize, richness, right, size, speak, speakHeader, speakNumeral, speakPunctuation, speechRate, stress, stroke, strokeAlignment, strokeDashadjust, strokeDasharray, strokeDashcorner, strokeDashoffset, strokeLinecap, strokeLinejoin, strokeMiterlimit, strokeOpacity, strokeWidth, tableLayout, textAlign, textDecoration, textDecorationColor, textDecorationLine, textDecorationPosition, textDecorationStyle, textIndent, textOverflow, textShadow, textTransform, top, touchAction, transform, transformOrigin, transformStyle, transition, transitionDelay, transitionDuration, transitionProperty, transitionTimingFunction, unicodeBidi, userSelect, verticalAlign, visibility, voiceFamily, volume, whiteSpace, widows, width, willChange, wordSpacing, wordWrap, zIndex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttribute
(String name) getAttribute
(String name, double flags) getExpression
(String name) getPropertyCSSValue
(String propertyName) getPropertyPriority
(String propertyName) getPropertyValue
(String propertyName) item
(int index) boolean
removeAttribute
(String name) boolean
removeAttribute
(String name, double flags) boolean
removeExpression
(String name) removeProperty
(String propertyName) void
setAttribute
(String name, Object value) Deprecated.void
setAttribute
(String name, Object value, double flags) Deprecated.void
setExpression
(String name, String expr) void
setExpression
(String name, String expr, String language) void
setProperty
(String propertyName, String value) void
setProperty
(String propertyName, String value, String priority) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jsinterop.base.JsArrayLike
asList, delete, getAt, getAtAsAny, getLength, setAt, setLength
Methods inherited from interface jsinterop.base.JsPropertyMap
delete, forEach, get, getAsAny, has, nestedGet, nestedGetAsAny, set
-
Field Details
-
cssText
-
length
public int length -
parentRule
-
-
Constructor Details
-
CSSStyleDeclaration
public CSSStyleDeclaration()
-
-
Method Details
-
getAttribute
-
getAttribute
-
getExpression
-
getPropertyCSSValue
-
getPropertyPriority
-
getPropertyValue
-
item
-
removeAttribute
-
removeAttribute
-
removeExpression
-
removeProperty
-
setAttribute
Deprecated. -
setAttribute
Deprecated. -
setExpression
-
setExpression
-
setProperty
-
setProperty
-