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

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

public static final class Style.Float
extends Object

Standard values for Style.FLOAT.


Field Summary
static String INHERIT
          Specifies that the value of the float property should be inherited from the parent element.
static String LEFT
          The element floats to the left.
static String NONE
          The element is not floated, and will be displayed just where it occurs in the text.
static String RIGHT
          The element floats the right.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEFT

public static final String LEFT
The element floats to the left.

See Also:
Constant Field Values

RIGHT

public static final String RIGHT
The element floats the right.

See Also:
Constant Field Values

NONE

public static final String NONE
The element is not floated, and will be displayed just where it occurs in the text. This is default.

See Also:
Constant Field Values

INHERIT

public static final String INHERIT
Specifies that the value of the float property should be inherited from the parent element.

See Also:
Constant Field Values


Copyright © 2004-2012 XWiki. All Rights Reserved.