com.inet.html.css
Enum TemporaryStyle.Attribute

java.lang.Object
  extended by java.lang.Enum<TemporaryStyle.Attribute>
      extended by com.inet.html.css.TemporaryStyle.Attribute
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TemporaryStyle.Attribute>
Enclosing class:
TemporaryStyle

public static enum TemporaryStyle.Attribute
extends java.lang.Enum<TemporaryStyle.Attribute>

A list of CSS attributes. The specfication can be find at http://www.w3.org/TR/1998/REC-CSS2/propidx.html.


Enum Constant Summary
BACKGROUND_ATTACHMENT
           
BACKGROUND_COLOR
           
BACKGROUND_IMAGE
           
BACKGROUND_POSITION
           
BACKGROUND_REPEAT
           
BORDER_BOTTOM_COLOR
           
BORDER_BOTTOM_STYLE
           
BORDER_BOTTOM_WIDTH
           
BORDER_COLLAPSE
           
BORDER_LEFT_COLOR
           
BORDER_LEFT_STYLE
           
BORDER_LEFT_WIDTH
           
BORDER_RIGHT_COLOR
           
BORDER_RIGHT_STYLE
           
BORDER_RIGHT_WIDTH
           
BORDER_SPACING
           
BORDER_STYLE
           
BORDER_TOP_COLOR
           
BORDER_TOP_STYLE
           
BORDER_TOP_WIDTH
           
BOTTOM
           
CLEAR
           
COLOR
           
CONTENT
           
DIRECTION
           
DISPLAY
           
FLOAT
           
FONT_FAMILY
           
FONT_SIZE
           
FONT_STYLE
           
FONT_VARIANT
           
FONT_WEIGHT
           
HEIGHT
           
LEFT
           
LETTER_SPACING
           
LINE_HEIGHT
           
LIST_STYLE
           
LIST_STYLE_IMAGE
           
LIST_STYLE_POSITION
           
LIST_STYLE_TYPE
           
MARGIN_BOTTOM
           
MARGIN_LEFT
           
MARGIN_RIGHT
           
MARGIN_TOP
           
OUTLINE
           
OVERFLOW
           
PADDING_BOTTOM
           
PADDING_LEFT
           
PADDING_RIGHT
           
PADDING_TOP
           
POSITION
           
RIGHT
           
TEXT_ALIGN
           
TEXT_DECORATION
           
TEXT_INDENT
           
TEXT_TRANSFORM
           
TOP
           
UNICODEBIDI
           
VERTICAL_ALIGN
           
VISIBILITY
           
WHITE_SPACE
           
WIDTH
           
WORD_SPACING
           
ZINDEX
           
 
Method Summary
 com.inet.html.finder.AttributeFinder<?> getFinder()
          liefert den passenden Finder zu diesem Attribute
 CSS.Attribute getOrigAttrib()
          Returns the original CSS attribute for this attribute
 boolean isInheritAllowed()
          Returns true, if the search algorithm is allowed to go the tree upwards if this element does not have this value.
 java.lang.String toString()
          This return the name of the Attribute.
static TemporaryStyle.Attribute valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TemporaryStyle.Attribute[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

BACKGROUND_ATTACHMENT

public static final TemporaryStyle.Attribute BACKGROUND_ATTACHMENT

BACKGROUND_COLOR

public static final TemporaryStyle.Attribute BACKGROUND_COLOR

BACKGROUND_IMAGE

public static final TemporaryStyle.Attribute BACKGROUND_IMAGE

BACKGROUND_POSITION

public static final TemporaryStyle.Attribute BACKGROUND_POSITION

BACKGROUND_REPEAT

public static final TemporaryStyle.Attribute BACKGROUND_REPEAT

BORDER_BOTTOM_COLOR

public static final TemporaryStyle.Attribute BORDER_BOTTOM_COLOR

BORDER_BOTTOM_STYLE

public static final TemporaryStyle.Attribute BORDER_BOTTOM_STYLE

BORDER_BOTTOM_WIDTH

public static final TemporaryStyle.Attribute BORDER_BOTTOM_WIDTH

BORDER_COLLAPSE

public static final TemporaryStyle.Attribute BORDER_COLLAPSE

BORDER_LEFT_COLOR

public static final TemporaryStyle.Attribute BORDER_LEFT_COLOR

BORDER_LEFT_STYLE

public static final TemporaryStyle.Attribute BORDER_LEFT_STYLE

BORDER_LEFT_WIDTH

public static final TemporaryStyle.Attribute BORDER_LEFT_WIDTH

BORDER_RIGHT_COLOR

public static final TemporaryStyle.Attribute BORDER_RIGHT_COLOR

BORDER_RIGHT_STYLE

public static final TemporaryStyle.Attribute BORDER_RIGHT_STYLE

BORDER_RIGHT_WIDTH

public static final TemporaryStyle.Attribute BORDER_RIGHT_WIDTH

BORDER_SPACING

public static final TemporaryStyle.Attribute BORDER_SPACING

BORDER_STYLE

public static final TemporaryStyle.Attribute BORDER_STYLE

BORDER_TOP_COLOR

public static final TemporaryStyle.Attribute BORDER_TOP_COLOR

BORDER_TOP_STYLE

public static final TemporaryStyle.Attribute BORDER_TOP_STYLE

BORDER_TOP_WIDTH

public static final TemporaryStyle.Attribute BORDER_TOP_WIDTH

BOTTOM

public static final TemporaryStyle.Attribute BOTTOM

CLEAR

public static final TemporaryStyle.Attribute CLEAR

CONTENT

public static final TemporaryStyle.Attribute CONTENT

COLOR

public static final TemporaryStyle.Attribute COLOR

DISPLAY

public static final TemporaryStyle.Attribute DISPLAY

DIRECTION

public static final TemporaryStyle.Attribute DIRECTION

FLOAT

public static final TemporaryStyle.Attribute FLOAT

FONT_FAMILY

public static final TemporaryStyle.Attribute FONT_FAMILY

FONT_SIZE

public static final TemporaryStyle.Attribute FONT_SIZE

FONT_STYLE

public static final TemporaryStyle.Attribute FONT_STYLE

FONT_VARIANT

public static final TemporaryStyle.Attribute FONT_VARIANT

FONT_WEIGHT

public static final TemporaryStyle.Attribute FONT_WEIGHT

HEIGHT

public static final TemporaryStyle.Attribute HEIGHT

LEFT

public static final TemporaryStyle.Attribute LEFT

LETTER_SPACING

public static final TemporaryStyle.Attribute LETTER_SPACING

LINE_HEIGHT

public static final TemporaryStyle.Attribute LINE_HEIGHT

LIST_STYLE

public static final TemporaryStyle.Attribute LIST_STYLE

LIST_STYLE_IMAGE

public static final TemporaryStyle.Attribute LIST_STYLE_IMAGE

LIST_STYLE_POSITION

public static final TemporaryStyle.Attribute LIST_STYLE_POSITION

LIST_STYLE_TYPE

public static final TemporaryStyle.Attribute LIST_STYLE_TYPE

MARGIN_BOTTOM

public static final TemporaryStyle.Attribute MARGIN_BOTTOM

MARGIN_LEFT

public static final TemporaryStyle.Attribute MARGIN_LEFT

MARGIN_RIGHT

public static final TemporaryStyle.Attribute MARGIN_RIGHT

MARGIN_TOP

public static final TemporaryStyle.Attribute MARGIN_TOP

OUTLINE

public static final TemporaryStyle.Attribute OUTLINE

OVERFLOW

public static final TemporaryStyle.Attribute OVERFLOW

PADDING_BOTTOM

public static final TemporaryStyle.Attribute PADDING_BOTTOM

PADDING_LEFT

public static final TemporaryStyle.Attribute PADDING_LEFT

PADDING_RIGHT

public static final TemporaryStyle.Attribute PADDING_RIGHT

PADDING_TOP

public static final TemporaryStyle.Attribute PADDING_TOP

POSITION

public static final TemporaryStyle.Attribute POSITION

RIGHT

public static final TemporaryStyle.Attribute RIGHT

TEXT_ALIGN

public static final TemporaryStyle.Attribute TEXT_ALIGN

TEXT_DECORATION

public static final TemporaryStyle.Attribute TEXT_DECORATION

TEXT_INDENT

public static final TemporaryStyle.Attribute TEXT_INDENT

TEXT_TRANSFORM

public static final TemporaryStyle.Attribute TEXT_TRANSFORM

TOP

public static final TemporaryStyle.Attribute TOP

VERTICAL_ALIGN

public static final TemporaryStyle.Attribute VERTICAL_ALIGN

VISIBILITY

public static final TemporaryStyle.Attribute VISIBILITY

WORD_SPACING

public static final TemporaryStyle.Attribute WORD_SPACING

WHITE_SPACE

public static final TemporaryStyle.Attribute WHITE_SPACE

WIDTH

public static final TemporaryStyle.Attribute WIDTH

UNICODEBIDI

public static final TemporaryStyle.Attribute UNICODEBIDI

ZINDEX

public static final TemporaryStyle.Attribute ZINDEX
Method Detail

values

public static final TemporaryStyle.Attribute[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(TemporaryStyle.Attribute c : TemporaryStyle.Attribute.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static TemporaryStyle.Attribute 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

isInheritAllowed

public boolean isInheritAllowed()
Returns true, if the search algorithm is allowed to go the tree upwards if this element does not have this value.

Returns:
true, if this attribute can be inherited

getOrigAttrib

public CSS.Attribute getOrigAttrib()
Returns the original CSS attribute for this attribute

Returns:
the original CSS attribute for this attribute

getFinder

public com.inet.html.finder.AttributeFinder<?> getFinder()
liefert den passenden Finder zu diesem Attribute

Returns:
den Finder

toString

public java.lang.String toString()
This return the name of the Attribute.

Overrides:
toString in class java.lang.Enum<TemporaryStyle.Attribute>
Returns:
the name