public static enum

Style.Overflow

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

Class Overview

Enum for the overflow property.

Summary

Enum Values
Style.Overflow  AUTO   
Style.Overflow  HIDDEN   
Style.Overflow  SCROLL   
Style.Overflow  VISIBLE   
Public Methods
abstract String getCssName()
Gets the CSS name associated with this value.
static Style.Overflow valueOf(String name)
final static Overflow[] 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.Overflow AUTO

public static final Style.Overflow HIDDEN

public static final Style.Overflow SCROLL

public static final Style.Overflow VISIBLE

Public Methods

public abstract String getCssName ()

Gets the CSS name associated with this value.

public static Style.Overflow valueOf (String name)

public static final Overflow[] values ()