|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.user.client.RichTextAreaCommand
public class RichTextAreaCommand
Executes a specific command on a rich text area.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
void |
execute()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RichTextAreaCommand(RichTextArea rta,
Command command)
rta - the rich text areacommand - the command to be executed
public RichTextAreaCommand(RichTextArea rta,
Command command,
String parameter)
rta - the rich text areacommand - the command to be executedparameter - the parameter to pass to the executed command
public 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 otherwise| Method Detail |
|---|
public void execute()
execute in interface com.google.gwt.core.client.Scheduler.ScheduledCommandexecute in interface com.google.gwt.user.client.CommandCommand.execute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||