org.xwiki.gwt.dom.client
Class Style.Margin

java.lang.Object
  extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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-2012 XWiki. All Rights Reserved.