Uses of Class
org.xwiki.gwt.user.client.ui.rta.RichTextArea

Packages that use RichTextArea
org.xwiki.gwt.user.client   
org.xwiki.gwt.user.client.ui.rta   
org.xwiki.gwt.user.client.ui.rta.cmd   
 

Uses of RichTextArea in org.xwiki.gwt.user.client
 

Constructors in org.xwiki.gwt.user.client with parameters of type RichTextArea
RichTextAreaCommand(RichTextArea rta, Command command)
          Creates a new GWT command that executes the specified rich text area command.
RichTextAreaCommand(RichTextArea rta, Command command, java.lang.String parameter)
          Creates a new GWT command that executes the specified rich text area command.
RichTextAreaCommand(RichTextArea rta, Command command, java.lang.String parameter, boolean focus)
          Creates a new GWT command that executes the specified rich text area command.
 

Uses of RichTextArea in org.xwiki.gwt.user.client.ui.rta
 

Constructors in org.xwiki.gwt.user.client.ui.rta with parameters of type RichTextArea
Reloader(RichTextArea rta)
          Creates a new reloader for the specified rich text area.
SelectionPreserver(RichTextArea rta)
          Creates a new selection preserver for the specified rich text area.
 

Uses of RichTextArea in org.xwiki.gwt.user.client.ui.rta.cmd
 

Methods in org.xwiki.gwt.user.client.ui.rta.cmd with parameters of type RichTextArea
 boolean Executable.execute(RichTextArea rta, java.lang.String param)
          Executes the associated Command on the specified rich text area with the given parameter.
 java.lang.String Executable.getParameter(RichTextArea rta)
           
 boolean Executable.isEnabled(RichTextArea rta)
           
 boolean Executable.isExecuted(RichTextArea rta)
           
 boolean Executable.isSupported(RichTextArea rta)
           
 



Copyright © 2004-2009 XWiki. All Rights Reserved.