We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.client.ui.richtextarea.
Interface VRichTextToolbar.Strings
All Superinterfaces:
com.google.gwt.i18n.client.Constants, com.google.gwt.i18n.client.Localizable, com.google.gwt.i18n.client.LocalizableResource
Enclosing class:
- extends com.google.gwt.i18n.client.Constants
public static interface VRichTextToolbar.Strings
This Constants
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 | |
---|---|
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()