Package com.claymus.gwt

Examples of com.claymus.gwt.RichTextArea


  /*
   * Constructors
   */

  public RichTextAreaFormField(String label, boolean required, String helpText, String... regex) {
    super(label, new RichTextArea(), required, helpText, regex);
    addStyleName("claymus-gwt-FormField-RichTextArea");
  }
View Full Code Here

TOP

Related Classes of com.claymus.gwt.RichTextArea

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.