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

java.lang.Object
  extended by org.xwiki.gwt.dom.client.Style.Display
Enclosing class:
Style

public static final class Style.Display
extends Object

Standard values for Style.DISPLAY.


Field Summary
static String BLOCK
          The element will be displayed as a block-level element, with a line break before and after the element.
static String INLINE
          Default.
static String NONE
          The element will not be displayed.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INLINE

public static final String INLINE
Default. The element will be displayed as an inline element, with no line break before or after the element.

See Also:
Constant Field Values

BLOCK

public static final String BLOCK
The element will be displayed as a block-level element, with a line break before and after the element.

See Also:
Constant Field Values

NONE

public static final String NONE
The element will not be displayed.

See Also:
Constant Field Values


Copyright © 2004-2013 XWiki. All Rights Reserved.