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()
-
blue
String blue()
-
bold
String bold()
-
color
String color()
-
createLink
String createLink()
-
font
String font()
-
green
String green()
-
hr
String hr()
-
indent
String indent()
-
insertImage
String insertImage()
-
italic
String italic()
-
justifyCenter
String justifyCenter()
-
justifyLeft
String justifyLeft()
-
justifyRight
String justifyRight()
-
large
String large()
-
medium
String medium()
-
normal
String normal()
-
ol
String ol()
-
outdent
String outdent()
-
red
String red()
-
removeFormat
String removeFormat()
-
removeLink
String removeLink()
-
size
String size()
-
small
String small()
-
strikeThrough
String strikeThrough()
-
subscript
String subscript()
-
superscript
String superscript()
-
ul
String ul()
-
underline
String underline()
-
white
String white()
-
xlarge
String xlarge()
-
xsmall
String xsmall()
-
xxlarge
String xxlarge()
-
xxsmall
String xxsmall()
-
yellow
String yellow()
-
-