Interface VRichTextToolbar.Strings
-
- All Superinterfaces:
com.google.gwt.i18n.client.Constants,com.google.gwt.i18n.client.Localizable,com.google.gwt.i18n.shared.Localizable,com.google.gwt.i18n.client.LocalizableResource
- Enclosing class:
- VRichTextToolbar
public static interface VRichTextToolbar.Strings extends com.google.gwt.i18n.client.ConstantsThisConstantsinterface is used to make the toolbar's strings internationalizable.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Constants
com.google.gwt.i18n.client.Constants.DefaultBooleanValue, com.google.gwt.i18n.client.Constants.DefaultDoubleValue, com.google.gwt.i18n.client.Constants.DefaultFloatValue, com.google.gwt.i18n.client.Constants.DefaultIntValue, com.google.gwt.i18n.client.Constants.DefaultStringArrayValue, com.google.gwt.i18n.client.Constants.DefaultStringMapValue, com.google.gwt.i18n.client.Constants.DefaultStringValue
-
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringblack()Stringblue()Stringbold()Stringcolor()StringcreateLink()Stringfont()Stringgreen()Stringhr()Stringindent()StringinsertImage()Stringitalic()StringjustifyCenter()StringjustifyLeft()StringjustifyRight()Stringlarge()Stringmedium()Stringnormal()Stringol()Stringoutdent()Stringred()StringremoveFormat()StringremoveLink()Stringsize()Stringsmall()StringstrikeThrough()Stringsubscript()Stringsuperscript()Stringul()Stringunderline()Stringwhite()Stringxlarge()Stringxsmall()Stringxxlarge()Stringxxsmall()Stringyellow()
-
-
-
Method Detail
-
black
String black()
- Returns:
- the constant for black
-
blue
String blue()
- Returns:
- the constant for blue
-
bold
String bold()
- Returns:
- the constant for bold
-
color
String color()
- Returns:
- the constant for color
-
createLink
String createLink()
- Returns:
- the constant for link creation
-
font
String font()
- Returns:
- the constant for font
-
green
String green()
- Returns:
- the constant for green
-
hr
String hr()
- Returns:
- the constant for horizontal break
-
indent
String indent()
- Returns:
- the constant for indent
-
insertImage
String insertImage()
- Returns:
- the constant for image insert
-
italic
String italic()
- Returns:
- the constant for italic
-
justifyCenter
String justifyCenter()
- Returns:
- the constant for center-justification
-
justifyLeft
String justifyLeft()
- Returns:
- the constant for left-justification
-
justifyRight
String justifyRight()
- Returns:
- the constant for right-justification
-
large
String large()
- Returns:
- the constant for large
-
medium
String medium()
- Returns:
- the constant for medium
-
normal
String normal()
- Returns:
- the constant for normal
-
ol
String ol()
- Returns:
- the constant for ordered list
-
outdent
String outdent()
- Returns:
- the constant for indent removal
-
red
String red()
- Returns:
- the constant for red
-
removeFormat
String removeFormat()
- Returns:
- the constant for formating removal
-
removeLink
String removeLink()
- Returns:
- the constant for link removal
-
size
String size()
- Returns:
- the constant for size
-
small
String small()
- Returns:
- the constant for small
-
strikeThrough
String strikeThrough()
- Returns:
- the constant for strike-through
-
subscript
String subscript()
- Returns:
- the constant for subscript
-
superscript
String superscript()
- Returns:
- the constant for superscript
-
ul
String ul()
- Returns:
- the constant for unordered list
-
underline
String underline()
- Returns:
- the constant for underline
-
white
String white()
- Returns:
- the constant for white
-
xlarge
String xlarge()
- Returns:
- the constant for extra-large
-
xsmall
String xsmall()
- Returns:
- the constant for extra-small
-
xxlarge
String xxlarge()
- Returns:
- the constant for extra-extra-large
-
xxsmall
String xxsmall()
- Returns:
- the constant for extra-extra-small
-
yellow
String yellow()
- Returns:
- the constant for yellow
-
-