org.xwiki.gwt.dom.client
Class Style.Margin
java.lang.Object
org.xwiki.gwt.dom.client.Style.Margin
- Enclosing class:
- Style
public static final class Style.Margin
- extends Object
Standard values for Style.MARGIN_LEFT and Style.MARGIN_RIGHT properties.
|
Field Summary |
static String |
AUTO
The browser calculates a right margin. |
static String |
INHERIT
Specifies that the right margin should be inherited from the parent element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUTO
public static final String AUTO
- The browser calculates a right margin.
- See Also:
- Constant Field Values
INHERIT
public static final String INHERIT
- Specifies that the right margin should be inherited from the parent element.
- See Also:
- Constant Field Values
Copyright © 2004–2014 XWiki. All rights reserved.