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.Images
All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
Enclosing class:
- extends com.google.gwt.resources.client.ClientBundle
public static interface VRichTextToolbar.Images
This ClientBundle
is used for all the button icons. Using a
bundle allows all of these images to be packed into a single image, which
saves a lot of HTTP requests, drastically improving startup time.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle |
---|
com.google.gwt.resources.client.ClientBundle.Source |
Method Summary | |
---|---|
com.google.gwt.resources.client.ImageResource |
bold()
|
com.google.gwt.resources.client.ImageResource |
createLink()
|
com.google.gwt.resources.client.ImageResource |
hr()
|
com.google.gwt.resources.client.ImageResource |
indent()
|
com.google.gwt.resources.client.ImageResource |
insertImage()
|
com.google.gwt.resources.client.ImageResource |
italic()
|
com.google.gwt.resources.client.ImageResource |
justifyCenter()
|
com.google.gwt.resources.client.ImageResource |
justifyLeft()
|
com.google.gwt.resources.client.ImageResource |
justifyRight()
|
com.google.gwt.resources.client.ImageResource |
ol()
|
com.google.gwt.resources.client.ImageResource |
outdent()
|
com.google.gwt.resources.client.ImageResource |
removeFormat()
|
com.google.gwt.resources.client.ImageResource |
removeLink()
|
com.google.gwt.resources.client.ImageResource |
strikeThrough()
|
com.google.gwt.resources.client.ImageResource |
subscript()
|
com.google.gwt.resources.client.ImageResource |
superscript()
|
com.google.gwt.resources.client.ImageResource |
ul()
|
com.google.gwt.resources.client.ImageResource |
underline()
|
Method Detail |
---|
bold
com.google.gwt.resources.client.ImageResource bold()
createLink
com.google.gwt.resources.client.ImageResource createLink()
hr
com.google.gwt.resources.client.ImageResource hr()
indent
com.google.gwt.resources.client.ImageResource indent()
insertImage
com.google.gwt.resources.client.ImageResource insertImage()
italic
com.google.gwt.resources.client.ImageResource italic()
justifyCenter
com.google.gwt.resources.client.ImageResource justifyCenter()
justifyLeft
com.google.gwt.resources.client.ImageResource justifyLeft()
justifyRight
com.google.gwt.resources.client.ImageResource justifyRight()
ol
com.google.gwt.resources.client.ImageResource ol()
outdent
com.google.gwt.resources.client.ImageResource outdent()
removeFormat
com.google.gwt.resources.client.ImageResource removeFormat()
removeLink
com.google.gwt.resources.client.ImageResource removeLink()
strikeThrough
com.google.gwt.resources.client.ImageResource strikeThrough()
subscript
com.google.gwt.resources.client.ImageResource subscript()
superscript
com.google.gwt.resources.client.ImageResource superscript()
ul
com.google.gwt.resources.client.ImageResource ul()
underline
com.google.gwt.resources.client.ImageResource underline()