com.vaadin.terminal.gwt.client.


Class StyleConstants

java.lang.Object
  com.vaadin.terminal.gwt.client.StyleConstants

public class StyleConstants
extends Object

Field Summary
static String HORIZONTAL_SPACING
           
static String MARGIN_BOTTOM
           
static String MARGIN_LEFT
           
static String MARGIN_RIGHT
           
static String MARGIN_TOP
           
static String VERTICAL_SPACING
           
 
Constructor Summary
StyleConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MARGIN_TOP

public static final String MARGIN_TOP

See Also:

Constant Field Values

MARGIN_RIGHT

public static final String MARGIN_RIGHT

See Also:

Constant Field Values

MARGIN_BOTTOM

public static final String MARGIN_BOTTOM

See Also:

Constant Field Values

MARGIN_LEFT

public static final String MARGIN_LEFT

See Also:

Constant Field Values

VERTICAL_SPACING

public static final String VERTICAL_SPACING

See Also:

Constant Field Values

HORIZONTAL_SPACING

public static final String HORIZONTAL_SPACING

See Also:

Constant Field Values

Constructor Detail

StyleConstants

public StyleConstants()