public static enum

Style.ListStyleType

extends Enum<E extends Enum<E>>
implements Style.HasCssName
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gwt.dom.client.Style.ListStyleType

Class Overview

Enum for the list-style-type property.

Summary

Enum Values
Style.ListStyleType  CIRCLE   
Style.ListStyleType  DECIMAL   
Style.ListStyleType  DISC   
Style.ListStyleType  LOWER_ALPHA   
Style.ListStyleType  LOWER_ROMAN   
Style.ListStyleType  NONE   
Style.ListStyleType  SQUARE   
Style.ListStyleType  UPPER_ALPHA   
Style.ListStyleType  UPPER_ROMAN   
Public Methods
abstract String getCssName()
Gets the CSS name associated with this value.
static Style.ListStyleType valueOf(String name)
final static ListStyleType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface com.google.gwt.dom.client.Style.HasCssName
From interface java.lang.Comparable

Enum Values

public static final Style.ListStyleType CIRCLE

public static final Style.ListStyleType DECIMAL

public static final Style.ListStyleType DISC

public static final Style.ListStyleType LOWER_ALPHA

public static final Style.ListStyleType LOWER_ROMAN

public static final Style.ListStyleType NONE

public static final Style.ListStyleType SQUARE

public static final Style.ListStyleType UPPER_ALPHA

public static final Style.ListStyleType UPPER_ROMAN

Public Methods

public abstract String getCssName ()

Gets the CSS name associated with this value.

public static Style.ListStyleType valueOf (String name)

public static final ListStyleType[] values ()