|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.dom.client.Style.Float
public static final class Style.Float
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 |
|---|
public static final String LEFT
public static final String RIGHT
public static final String NONE
public static final String INHERIT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||