com.vaadin.client.ui.richtextarea.

Interface VRichTextToolbar.Images

  • All Superinterfaces:

    com.google.gwt.resources.client.ClientBundle

    Enclosing class:

    VRichTextToolbar

    public static interface VRichTextToolbar.Images
    extends com.google.gwt.resources.client.ClientBundle

    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

      All Methods
      Modifier and Type Method Description
      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()

        Returns:

        the icon for bold

      • createLink

        com.google.gwt.resources.client.ImageResource createLink()

        Returns:

        the icon for link creation

      • hr

        com.google.gwt.resources.client.ImageResource hr()

        Returns:

        the icon for horizontal break

      • indent

        com.google.gwt.resources.client.ImageResource indent()

        Returns:

        the icon for indent

      • insertImage

        com.google.gwt.resources.client.ImageResource insertImage()

        Returns:

        the icon for image insert

      • italic

        com.google.gwt.resources.client.ImageResource italic()

        Returns:

        the icon for italic

      • justifyCenter

        com.google.gwt.resources.client.ImageResource justifyCenter()

        Returns:

        the icon for center-justification

      • justifyLeft

        com.google.gwt.resources.client.ImageResource justifyLeft()

        Returns:

        the icon for left-justification

      • justifyRight

        com.google.gwt.resources.client.ImageResource justifyRight()

        Returns:

        the icon for right-justification

      • ol

        com.google.gwt.resources.client.ImageResource ol()

        Returns:

        the icon for ordered list

      • outdent

        com.google.gwt.resources.client.ImageResource outdent()

        Returns:

        the icon for indent removal

      • removeFormat

        com.google.gwt.resources.client.ImageResource removeFormat()

        Returns:

        the icon for formating removal

      • removeLink

        com.google.gwt.resources.client.ImageResource removeLink()

        Returns:

        the icon for link removal

      • strikeThrough

        com.google.gwt.resources.client.ImageResource strikeThrough()

        Returns:

        the icon for strike-through

      • subscript

        com.google.gwt.resources.client.ImageResource subscript()

        Returns:

        the icon for subscript

      • superscript

        com.google.gwt.resources.client.ImageResource superscript()

        Returns:

        the icon for superscript

      • ul

        com.google.gwt.resources.client.ImageResource ul()

        Returns:

        the icon for unordered list

      • underline

        com.google.gwt.resources.client.ImageResource underline()

        Returns:

        the icon for underlining