public static enum

Style.Float

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

Class Overview

Enum for the float property.

Summary

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

public static final Style.Float NONE

public static final Style.Float RIGHT

Public Methods

public abstract String getCssName ()

Gets the CSS name associated with this value.

public static Style.Float valueOf (String name)

public static final Float[] values ()