|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Command in com.xpn.xwiki.wysiwyg.client.history.internal |
|---|
| Methods in com.xpn.xwiki.wysiwyg.client.history.internal with parameters of type Command | |
|---|---|
void |
DefaultHistory.onCommand(CommandManager sender,
Command command,
java.lang.String param)
|
| Uses of Command in com.xpn.xwiki.wysiwyg.client.plugin.internal |
|---|
| Methods in com.xpn.xwiki.wysiwyg.client.plugin.internal with parameters of type Command | |
|---|---|
void |
StatefulPlugin.onCommand(CommandManager sender,
Command command,
java.lang.String param)
|
| Uses of Command in com.xpn.xwiki.wysiwyg.client.syntax.internal |
|---|
| Constructors in com.xpn.xwiki.wysiwyg.client.syntax.internal with parameters of type Command | |
|---|---|
DefaultValidationRule(java.lang.String feature,
Command command)
|
|
| Uses of Command in com.xpn.xwiki.wysiwyg.client.ui |
|---|
| Methods in com.xpn.xwiki.wysiwyg.client.ui with parameters of type Command | |
|---|---|
void |
XWysiwygEditor.onCommand(CommandManager sender,
Command command,
java.lang.String param)
|
| Uses of Command in com.xpn.xwiki.wysiwyg.client.ui.cmd |
|---|
| Fields in com.xpn.xwiki.wysiwyg.client.ui.cmd declared as Command | |
|---|---|
static Command |
Command.BACK_COLOR
This command will set the background color of the document. |
static Command |
Command.BOLD
If there is no selection, the insertion point will set bold for subsequently typed characters. If there is a selection and all of the characters are already bold, the bold will be removed. |
static Command |
Command.FONT_NAME
This command will set the font face for a selection or at the insertion point if there is no selection. The given string is such as would be used in the "name" attribute of the font tag. |
static Command |
Command.FONT_SIZE
This command will set the fontsize for a selection or at the insertion point if there is no selection. The given number is such as would be used in the "size" attribute of the font tag. |
static Command |
Command.FORE_COLOR
This command will set the text color of the selection or at the insertion point. |
static Command |
Command.FORMAT_BLOCK
Adds an HTML block-style tag around a selection or at the insertion point line. |
static Command |
Command.INDENT
Indent the block where the caret is located. |
static Command |
Command.INSERT_BR_ON_RETURN
Selects whether pressing return inside a paragraph creates another paragraph or just inserts a <br> tag. |
static Command |
Command.INSERT_HORIZONTAL_RULE
This command will insert a horizontal rule (line) at the insertion point. Does it delete the selection? Yes! |
static Command |
Command.INSERT_HTML
This command will insert the given html into the in place of the current selection or at the caret location. The given string is the HTML to insert. |
static Command |
Command.INSERT_IMAGE
This command will insert an image (referenced by the given url) at the insertion point. |
static Command |
Command.INSERT_ORDERED_LIST
Depends on the selection. |
static Command |
Command.INSERT_PARAGRAPH
Inserts a new paragraph. |
static Command |
Command.INSERT_UNORDERED_LIST
Depends on the selection. |
static Command |
Command.ITALIC
If there is no selection, the insertion point will set italic for subsequently typed characters. If there is a selection and all of the characters are already italic, the italic will be removed. |
static Command |
Command.JUSTIFY_CENTER
Center-aligns the current block. |
static Command |
Command.JUSTIFY_FULL
Fully-justifies the current block. |
static Command |
Command.JUSTIFY_LEFT
Left-aligns the current block. |
static Command |
Command.JUSTIFY_RIGHT
Right aligns the current block. |
static Command |
Command.OUTDENT
Outdent the block where the caret is located. |
static Command |
Command.REDO
This command will redo the previous undo action. |
static Command |
Command.REMOVE_FORMAT
Removes inline formatting from the current selection. |
static Command |
Command.STRIKE_THROUGH
If there is no selection, the insertion point will set strikethrough for subsequently typed characters. If there is a selection and all of the characters are already striked, the strikethrough will be removed. |
static Command |
Command.STYLE_WITH_CSS
This command is used for toggling the format of generated content. |
static Command |
Command.SUB_SCRIPT
If there is no selection, the insertion point will set subscript for subsequently typed characters. If there is a selection and all of the characters are already subscripted, the subscript will be removed. |
static Command |
Command.SUPER_SCRIPT
If there is no selection, the insertion point will set superscript for subsequently typed characters. If there is a selection and all of the characters are already superscripted, the superscript will be removed. |
static Command |
Command.TELETYPE
If there is no selection, the insertion point will be set to teletype for subsequently typed characters. If there is a selection and all of the characters have already teletype style, the teletype will be removed. |
static Command |
Command.UNDERLINE
If there is no selection, the insertion point will set underline for subsequently typed characters. If there is a selection and all of the characters are already underlined, the underline will be removed. |
static Command |
Command.UNDO
This command will undo the previous action. |
| Methods in com.xpn.xwiki.wysiwyg.client.ui.cmd with parameters of type Command | |
|---|---|
boolean |
CommandManager.execute(Command cmd)
Executes a command on the current document, current selection, or the given range. |
boolean |
CommandManager.execute(Command cmd,
boolean param)
|
boolean |
CommandManager.execute(Command cmd,
int param)
|
boolean |
CommandManager.execute(Command cmd,
java.lang.String param)
Executes a command on the current document, current selection, or the given range. |
void |
CommandListenerCollection.fireCommand(CommandManager sender,
Command command,
java.lang.String param)
|
java.lang.Boolean |
CommandManager.getBooleanValue(Command cmd)
|
java.lang.Integer |
CommandManager.getIntegerValue(Command cmd)
|
java.lang.String |
CommandManager.getStringValue(Command cmd)
Returns the current value of the document, range, or current selection for the given command. |
boolean |
CommandManager.isEnabled(Command cmd)
Returns a boolean value that indicates whether a specified command can be successfully executed using CommandManager.execute(Command, String), given the current state of the document. |
boolean |
CommandManager.isExecuted(Command cmd)
Returns a boolean value that indicates the current state of the command. |
boolean |
CommandManager.isSupported(Command cmd)
Returns a boolean value that indicates whether the current command is supported on the current range. |
void |
CommandListener.onCommand(CommandManager sender,
Command command,
java.lang.String param)
|
| Uses of Command in com.xpn.xwiki.wysiwyg.client.ui.cmd.internal |
|---|
| Fields in com.xpn.xwiki.wysiwyg.client.ui.cmd.internal with type parameters of type Command | |
|---|---|
static java.util.Map<Command,Executable> |
DefaultCommandManager.EXECUTABLES
|
| Methods in com.xpn.xwiki.wysiwyg.client.ui.cmd.internal with parameters of type Command | |
|---|---|
boolean |
AbstractCommandManager.execute(Command cmd)
Executes a command on the current document, current selection, or the given range. |
boolean |
AbstractCommandManager.execute(Command cmd,
boolean param)
|
boolean |
AbstractCommandManager.execute(Command cmd,
int param)
|
boolean |
DefaultCommandManager.execute(Command cmd,
java.lang.String param)
Executes a command on the current document, current selection, or the given range. |
java.lang.Boolean |
AbstractCommandManager.getBooleanValue(Command cmd)
|
java.lang.Integer |
AbstractCommandManager.getIntegerValue(Command cmd)
|
java.lang.String |
DefaultCommandManager.getStringValue(Command cmd)
Returns the current value of the document, range, or current selection for the given command. |
boolean |
DefaultCommandManager.isEnabled(Command cmd)
Returns a boolean value that indicates whether a specified command can be successfully executed using CommandManager.execute(Command, String), given the current state of the document. |
boolean |
DefaultCommandManager.isExecuted(Command cmd)
Returns a boolean value that indicates the current state of the command. |
boolean |
DefaultCommandManager.isSupported(Command cmd)
Returns a boolean value that indicates whether the current command is supported on the current range. |
Executable |
DefaultCommandManager.registerCommand(Command command,
Executable executable)
|
Executable |
DefaultCommandManager.unregisterCommand(Command command)
|
| Constructor parameters in com.xpn.xwiki.wysiwyg.client.ui.cmd.internal with type arguments of type Command | |
|---|---|
DefaultCommandManager(com.google.gwt.user.client.ui.FocusWidget widget,
java.util.Map<Command,Executable> executables)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||