com.vaadin.client.ui.richtextarea
Interface VRichTextToolbar.Images
- Enclosing class:
- VRichTextToolbar
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.
bold
ImageResource bold()
createLink
ImageResource createLink()
hr
ImageResource hr()
indent
ImageResource indent()
insertImage
ImageResource insertImage()
italic
ImageResource italic()
justifyCenter
ImageResource justifyCenter()
justifyLeft
ImageResource justifyLeft()
justifyRight
ImageResource justifyRight()
ol
ImageResource ol()
outdent
ImageResource outdent()
removeFormat
ImageResource removeFormat()
removeLink
ImageResource removeLink()
strikeThrough
ImageResource strikeThrough()
subscript
ImageResource subscript()
superscript
ImageResource superscript()
ul
ImageResource ul()
underline
ImageResource underline()
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.