|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gwtext.client.core.TextAlign
public class TextAlign
Constants for the CSS property 'text-align.
Field Summary | |
---|---|
static TextAlign |
CENTER
Centers the text. |
static TextAlign |
JUSTIFY
f the computed value of text-align is 'justify' while the computed value of white-space is 'pre' or 'pre-line', the actual value of text-align is set to the initial value. |
static TextAlign |
LEFT
Aligns the text to the left. |
static TextAlign |
RIGHT
Aligns the text to the right |
Method Summary | |
---|---|
java.lang.String |
getPosition()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TextAlign LEFT
public static final TextAlign RIGHT
public static final TextAlign CENTER
public static final TextAlign JUSTIFY
Method Detail |
---|
public java.lang.String getPosition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |