com.vaadin.terminal.gwt.client.ui
Class AlignmentInfo.Bits

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.ui.AlignmentInfo.Bits
Enclosing class:
AlignmentInfo

public static class AlignmentInfo.Bits
extends Object

Bitmask values for client server communication


Field Summary
static int ALIGNMENT_BOTTOM
           
static int ALIGNMENT_HORIZONTAL_CENTER
           
static int ALIGNMENT_LEFT
           
static int ALIGNMENT_RIGHT
           
static int ALIGNMENT_TOP
           
static int ALIGNMENT_VERTICAL_CENTER
           
 
Constructor Summary
AlignmentInfo.Bits()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIGNMENT_LEFT

public static final int ALIGNMENT_LEFT
See Also:
Constant Field Values

ALIGNMENT_RIGHT

public static final int ALIGNMENT_RIGHT
See Also:
Constant Field Values

ALIGNMENT_TOP

public static final int ALIGNMENT_TOP
See Also:
Constant Field Values

ALIGNMENT_BOTTOM

public static final int ALIGNMENT_BOTTOM
See Also:
Constant Field Values

ALIGNMENT_HORIZONTAL_CENTER

public static final int ALIGNMENT_HORIZONTAL_CENTER
See Also:
Constant Field Values

ALIGNMENT_VERTICAL_CENTER

public static final int ALIGNMENT_VERTICAL_CENTER
See Also:
Constant Field Values
Constructor Detail

AlignmentInfo.Bits

public AlignmentInfo.Bits()


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.