com.vaadin.client.ui.richtextarea
Class VRichTextToolbar

java.lang.Object
  extended by Composite
      extended by com.vaadin.client.ui.richtextarea.VRichTextToolbar

public class VRichTextToolbar
extends Composite

A modified version of sample toolbar for use with RichTextArea. It provides a simple UI for all rich text formatting, dynamically displayed only for the available functionality.


Nested Class Summary
static interface VRichTextToolbar.Images
          This ClientBundle is used for all the button icons.
static interface VRichTextToolbar.Strings
          This Constants interface is used to make the toolbar's strings internationalizable.
 
Constructor Summary
VRichTextToolbar(RichTextArea richText)
          Creates a new toolbar that drives the given rich text area.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VRichTextToolbar

public VRichTextToolbar(RichTextArea richText)
Creates a new toolbar that drives the given rich text area.

Parameters:
richText - the rich text area to be controlled


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.