public static enum

Style.FontWeight

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

Class Overview

Enum for the font-weight property.

Summary

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

public static final Style.FontWeight BOLDER

public static final Style.FontWeight LIGHTER

public static final Style.FontWeight NORMAL

Public Methods

public abstract String getCssName ()

Gets the CSS name associated with this value.

public static Style.FontWeight valueOf (String name)

public static final FontWeight[] values ()