We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.client.
Class StyleConstants
java.lang.Object
com.vaadin.terminal.gwt.client.StyleConstants
- extends Object
public class StyleConstants
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:
MARGIN_RIGHT
public static final String MARGIN_RIGHT
See Also:
MARGIN_BOTTOM
public static final String MARGIN_BOTTOM
See Also:
MARGIN_LEFT
public static final String MARGIN_LEFT
See Also:
VERTICAL_SPACING
public static final String VERTICAL_SPACING
See Also:
HORIZONTAL_SPACING
public static final String HORIZONTAL_SPACING
See Also:
Constructor Detail |
---|
StyleConstants
public StyleConstants()