|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractRichTextAreaExecutable
org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractSelectionExecutable
org.xwiki.gwt.user.client.ui.rta.cmd.internal.InlineStyleExecutable
org.xwiki.gwt.user.client.ui.rta.cmd.internal.ToggleInlineStyleExecutable
org.xwiki.gwt.wysiwyg.client.plugin.text.exec.BoldExecutable
public class BoldExecutable
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. Otherwise, all selected characters will become bold.
| Field Summary |
|---|
| Fields inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractSelectionExecutable |
|---|
cache, domUtils |
| Fields inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractRichTextAreaExecutable |
|---|
rta |
| Constructor Summary | |
|---|---|
BoldExecutable(RichTextArea rta)
Creates a new executable of this type. |
|
| Method Summary | |
|---|---|
protected boolean |
matchesStyle(Element inputElement)
|
| Methods inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.ToggleInlineStyleExecutable |
|---|
addStyle, execute, execute, isExecuted, isExecuted, isolate, matchesInheritedStyle, matchesStyle, removeStyle |
| Methods inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.InlineStyleExecutable |
|---|
execute, getNonEmptyTextNodes, getParameter, getParameter, getParameter, getProperty |
| Methods inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractSelectionExecutable |
|---|
hasValidSelection, isEnabled |
| Methods inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractRichTextAreaExecutable |
|---|
isSupported |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoldExecutable(RichTextArea rta)
rta - the execution target| Method Detail |
|---|
protected boolean matchesStyle(Element inputElement)
matchesStyle in class org.xwiki.gwt.user.client.ui.rta.cmd.internal.ToggleInlineStyleExecutableToggleInlineStyleExecutable.matchesStyle(Element)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||