Package org.opencms.gwt.client.util
Enum CmsDomUtil.Style
- All Implemented Interfaces:
Serializable
,Comparable<CmsDomUtil.Style>
,java.lang.constant.Constable
- Enclosing class:
- CmsDomUtil
CSS Properties.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCSS Property.CSS Property.CSS property.CSS property.CSS Property.CSS property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS property.CSS property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property.CSS Property. -
Method Summary
Modifier and TypeMethodDescriptionstatic CmsDomUtil.Style
Returns the enum constant of this type with the specified name.static CmsDomUtil.Style[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
backgroundColor
CSS Property. -
backgroundImage
CSS Property. -
borderLeftWidth
CSS property. -
borderRightWidth
CSS property. -
borderStyle
CSS Property. -
boxSizing
CSS property. -
display
CSS Property. -
floatCss
CSS Property. -
fontFamily
CSS Property. -
fontSize
CSS Property. -
fontSizeAdjust
CSS Property. -
fontStretch
CSS Property. -
fontStyle
CSS Property. -
fontVariant
CSS Property. -
fontWeight
CSS Property. -
height
CSS Property. -
left
CSS Property. -
letterSpacing
CSS Property. -
lineHeight
CSS Property. -
marginBottom
CSS Property. -
marginTop
CSS Property. -
maxHeight
CSS Property. -
minHeight
CSS Property. -
opacity
CSS Property. -
overflow
CSS Property. -
padding
CSS Property. -
paddingLeft
CSS property. -
paddingRight
CSS property. -
position
CSS Property. -
right
CSS Property. -
textAlign
CSS Property. -
textDecoration
CSS Property. -
textIndent
CSS Property. -
textShadow
CSS Property. -
textTransform
CSS Property. -
top
CSS Property. -
visibility
CSS Property. -
whiteSpace
CSS Property. -
width
CSS Property. -
wordSpacing
CSS Property. -
wordWrap
CSS Property. -
zIndex
CSS Property.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-