public static enum

Style.TableLayout

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

Class Overview

Enum for the table-layout property.

Summary

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

public static final Style.TableLayout FIXED

Public Methods

public abstract String getCssName ()

Gets the CSS name associated with this value.

public static Style.TableLayout valueOf (String name)

public static final TableLayout[] values ()