|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.i18n.shared.BidiFormatterBase.Format
static final class BidiFormatterBase.Format
A container class for direction-related string constants, e.g. Unicode formatting characters.
Field Summary | |
---|---|
static java.lang.String |
LEFT
"left" string constant. |
static char |
LRE
Unicode "Left-To-Right Embedding" (LRE) character. |
static char |
LRM
Unicode "Left-To-Right Mark" (LRM) character. |
static java.lang.String |
LRM_STRING
String representation of LRM. |
static char |
PDF
Unicode "Pop Directional Formatting" (PDF) character. |
static java.lang.String |
RIGHT
"right" string constant. |
static char |
RLE
Unicode "Right-To-Left Embedding" (RLE) character. |
static char |
RLM
Unicode "Right-To-Left Mark" (RLM) character. |
static java.lang.String |
RLM_STRING
String representation of RLM. |
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 java.lang.String LEFT
public static final char LRE
public static final char LRM
public static final java.lang.String LRM_STRING
public static final char PDF
public static final java.lang.String RIGHT
public static final char RLE
public static final char RLM
public static final java.lang.String RLM_STRING
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |