Enum Property

java.lang.Object
java.lang.Enum<Property>
eu.webtoolkit.jwt.Property
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Property>, java.lang.constant.Constable

public enum Property
extends java.lang.Enum<Property>
Enumeration for a DOM property.

This is an internal API, subject to change.

  • Enum Constant Details

    • PropertyInnerHTML

      public static final Property PropertyInnerHTML
    • PropertyAddedInnerHTML

      public static final Property PropertyAddedInnerHTML
    • PropertyValue

      public static final Property PropertyValue
    • PropertyDisabled

      public static final Property PropertyDisabled
    • PropertyChecked

      public static final Property PropertyChecked
    • PropertySelected

      public static final Property PropertySelected
    • PropertySelectedIndex

      public static final Property PropertySelectedIndex
    • PropertyMultiple

      public static final Property PropertyMultiple
    • PropertyTarget

      public static final Property PropertyTarget
    • PropertyDownload

      public static final Property PropertyDownload
    • PropertyIndeterminate

      public static final Property PropertyIndeterminate
    • PropertySrc

      public static final Property PropertySrc
    • PropertyColSpan

      public static final Property PropertyColSpan
    • PropertyRowSpan

      public static final Property PropertyRowSpan
    • PropertyReadOnly

      public static final Property PropertyReadOnly
    • PropertyTabIndex

      public static final Property PropertyTabIndex
    • PropertyLabel

      public static final Property PropertyLabel
    • PropertyClass

      public static final Property PropertyClass
    • PropertyPlaceholder

      public static final Property PropertyPlaceholder
    • PropertyStyle

      public static final Property PropertyStyle
    • PropertyStyleWidthExpression

      public static final Property PropertyStyleWidthExpression
    • PropertyStylePosition

      public static final Property PropertyStylePosition
    • PropertyStyleZIndex

      public static final Property PropertyStyleZIndex
    • PropertyStyleFloat

      public static final Property PropertyStyleFloat
    • PropertyStyleClear

      public static final Property PropertyStyleClear
    • PropertyStyleWidth

      public static final Property PropertyStyleWidth
    • PropertyStyleHeight

      public static final Property PropertyStyleHeight
    • PropertyStyleLineHeight

      public static final Property PropertyStyleLineHeight
    • PropertyStyleMinWidth

      public static final Property PropertyStyleMinWidth
    • PropertyStyleMinHeight

      public static final Property PropertyStyleMinHeight
    • PropertyStyleMaxWidth

      public static final Property PropertyStyleMaxWidth
    • PropertyStyleMaxHeight

      public static final Property PropertyStyleMaxHeight
    • PropertyStyleLeft

      public static final Property PropertyStyleLeft
    • PropertyStyleRight

      public static final Property PropertyStyleRight
    • PropertyStyleTop

      public static final Property PropertyStyleTop
    • PropertyStyleBottom

      public static final Property PropertyStyleBottom
    • PropertyStyleVerticalAlign

      public static final Property PropertyStyleVerticalAlign
    • PropertyStyleTextAlign

      public static final Property PropertyStyleTextAlign
    • PropertyStylePadding

      public static final Property PropertyStylePadding
    • PropertyStylePaddingTop

      public static final Property PropertyStylePaddingTop
    • PropertyStylePaddingRight

      public static final Property PropertyStylePaddingRight
    • PropertyStylePaddingBottom

      public static final Property PropertyStylePaddingBottom
    • PropertyStylePaddingLeft

      public static final Property PropertyStylePaddingLeft
    • PropertyStyleMarginTop

      public static final Property PropertyStyleMarginTop
    • PropertyStyleMarginRight

      public static final Property PropertyStyleMarginRight
    • PropertyStyleMarginBottom

      public static final Property PropertyStyleMarginBottom
    • PropertyStyleMarginLeft

      public static final Property PropertyStyleMarginLeft
    • PropertyStyleCursor

      public static final Property PropertyStyleCursor
    • PropertyStyleBorderTop

      public static final Property PropertyStyleBorderTop
    • PropertyStyleBorderRight

      public static final Property PropertyStyleBorderRight
    • PropertyStyleBorderBottom

      public static final Property PropertyStyleBorderBottom
    • PropertyStyleBorderLeft

      public static final Property PropertyStyleBorderLeft
    • PropertyStyleBorderColorTop

      public static final Property PropertyStyleBorderColorTop
    • PropertyStyleBorderColorRight

      public static final Property PropertyStyleBorderColorRight
    • PropertyStyleBorderColorBottom

      public static final Property PropertyStyleBorderColorBottom
    • PropertyStyleBorderColorLeft

      public static final Property PropertyStyleBorderColorLeft
    • PropertyStyleBorderWidthTop

      public static final Property PropertyStyleBorderWidthTop
    • PropertyStyleBorderWidthRight

      public static final Property PropertyStyleBorderWidthRight
    • PropertyStyleBorderWidthBottom

      public static final Property PropertyStyleBorderWidthBottom
    • PropertyStyleBorderWidthLeft

      public static final Property PropertyStyleBorderWidthLeft
    • PropertyStyleColor

      public static final Property PropertyStyleColor
    • PropertyStyleOverflowX

      public static final Property PropertyStyleOverflowX
    • PropertyStyleOverflowY

      public static final Property PropertyStyleOverflowY
    • PropertyStyleOpacity

      public static final Property PropertyStyleOpacity
    • PropertyStyleFontFamily

      public static final Property PropertyStyleFontFamily
    • PropertyStyleFontStyle

      public static final Property PropertyStyleFontStyle
    • PropertyStyleFontVariant

      public static final Property PropertyStyleFontVariant
    • PropertyStyleFontWeight

      public static final Property PropertyStyleFontWeight
    • PropertyStyleFontSize

      public static final Property PropertyStyleFontSize
    • PropertyStyleBackgroundColor

      public static final Property PropertyStyleBackgroundColor
    • PropertyStyleBackgroundImage

      public static final Property PropertyStyleBackgroundImage
    • PropertyStyleBackgroundRepeat

      public static final Property PropertyStyleBackgroundRepeat
    • PropertyStyleBackgroundAttachment

      public static final Property PropertyStyleBackgroundAttachment
    • PropertyStyleBackgroundPosition

      public static final Property PropertyStyleBackgroundPosition
    • PropertyStyleTextDecoration

      public static final Property PropertyStyleTextDecoration
    • PropertyStyleWhiteSpace

      public static final Property PropertyStyleWhiteSpace
    • PropertyStyleTableLayout

      public static final Property PropertyStyleTableLayout
    • PropertyStyleBorderSpacing

      public static final Property PropertyStyleBorderSpacing
    • PropertyStyleBorderCollapse

      public static final Property PropertyStyleBorderCollapse
    • PropertyStylePageBreakBefore

      public static final Property PropertyStylePageBreakBefore
    • PropertyStylePageBreakAfter

      public static final Property PropertyStylePageBreakAfter
    • PropertyStyleZoom

      public static final Property PropertyStyleZoom
    • PropertyStyleVisibility

      public static final Property PropertyStyleVisibility
    • PropertyStyleDisplay

      public static final Property PropertyStyleDisplay
    • PropertyStyleBoxSizing

      public static final Property PropertyStyleBoxSizing
    • PropertyLastPlusOne

      public static final Property PropertyLastPlusOne
  • Method Details

    • values

      public static Property[] 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

      public static Property valueOf​(java.lang.String name)
      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:
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      java.lang.NullPointerException - if the argument is null
    • getValue

      public int getValue()
      Returns the numerical representation of this enum.