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.


Method Summary
 ImageResource bold()
           
 ImageResource createLink()
           
 ImageResource hr()
           
 ImageResource indent()
           
 ImageResource insertImage()
           
 ImageResource italic()
           
 ImageResource justifyCenter()
           
 ImageResource justifyLeft()
           
 ImageResource justifyRight()
           
 ImageResource ol()
           
 ImageResource outdent()
           
 ImageResource removeFormat()
           
 ImageResource removeLink()
           
 ImageResource strikeThrough()
           
 ImageResource subscript()
           
 ImageResource superscript()
           
 ImageResource ul()
           
 ImageResource underline()
           
 

Method Detail

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.