|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.dom.client.Style.Position
public static final class Style.Position
Standard values for Style.POSITION.
| Field Summary | |
|---|---|
static String |
ABSOLUTE
An element with position: absolute is positioned at the specified coordinates relative to its containing block. |
static String |
FIXED
An element with position: fixed is positioned at the specified coordinates relative to the browser window. |
static String |
RELATIVE
An element with position: relative moves an element relative to its normal position, so "left:20" adds 20 pixels to the element's LEFT position. |
static String |
STATIC
Default. |
| 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 STATIC
public static final String RELATIVE
public static final String ABSOLUTE
public static final String FIXED
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||