public static enum

Style.FontStyle

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.FontStyle

Class Overview

Enum for the font-style property.

Summary

Enum Values
Style.FontStyle  ITALIC   
Style.FontStyle  NORMAL   
Style.FontStyle  OBLIQUE   
Public Methods
abstract String getCssName()
Gets the CSS name associated with this value.
static Style.FontStyle valueOf(String name)
final static FontStyle[] 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.FontStyle ITALIC

public static final Style.FontStyle NORMAL

public static final Style.FontStyle OBLIQUE

Public Methods

public abstract String getCssName ()

Gets the CSS name associated with this value.

public static Style.FontStyle valueOf (String name)

public static final FontStyle[] values ()