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