public class RichTextAreaCommand extends Object implements com.google.gwt.user.client.Command
| Constructor and Description |
|---|
RichTextAreaCommand(RichTextArea rta,
Command command)
Creates a new GWT command that executes the specified rich text area command.
|
RichTextAreaCommand(RichTextArea rta,
Command command,
String parameter)
Creates a new GWT command that executes the specified rich text area command.
|
RichTextAreaCommand(RichTextArea rta,
Command command,
String parameter,
boolean focus)
Creates a new GWT command that executes the specified rich text area command.
|
public RichTextAreaCommand(RichTextArea rta, Command command)
rta - the rich text areacommand - the command to be executedpublic RichTextAreaCommand(RichTextArea rta, Command command, String parameter)
rta - the rich text areacommand - the command to be executedparameter - the parameter to pass to the executed commandpublic RichTextAreaCommand(RichTextArea rta, Command command, String parameter, boolean focus)
rta - the rich text areacommand - the command to be executedparameter - the parameter to pass to the executed commandfocus - true to focus the rich text area before executing the command, false otherwiseCopyright © 2004–2016 XWiki. All rights reserved.