public static final enum

Layout.Alignment

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gwt.layout.client.Layout.Alignment

Class Overview

Used to specify the alignment of child elements within a layer.

Summary

Enum Values
Layout.Alignment  BEGIN  Positions an element at the beginning of a given axis. 
Layout.Alignment  END  Positions an element at the beginning of a given axis. 
Layout.Alignment  STRETCH  Stretches an element to fill the layer on a given axis. 
Public Methods
static Layout.Alignment valueOf(String name)
final static Alignment[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Layout.Alignment BEGIN

Positions an element at the beginning of a given axis.

public static final Layout.Alignment END

Positions an element at the beginning of a given axis.

public static final Layout.Alignment STRETCH

Stretches an element to fill the layer on a given axis.

Public Methods

public static Layout.Alignment valueOf (String name)

public static final Alignment[] values ()