|
||||||||||
| 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.DefaultExecutable
org.xwiki.gwt.wysiwyg.client.plugin.list.exec.ListExecutable
public class ListExecutable
List executable to insert a list (ordered or unordered). This will overwrite the default list insertion executable to detect inserted list when using valid html for nested lists (by default, browsers fail to detect it properly).
| Field Summary |
|---|
| Fields inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.DefaultExecutable |
|---|
command |
| Fields inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.AbstractRichTextAreaExecutable |
|---|
rta |
| Constructor Summary | |
|---|---|
ListExecutable(RichTextArea rta,
boolean ordered)
Create a list executable to handle lists as specified by the parameter. |
|
| Method Summary | |
|---|---|
boolean |
isExecuted()
|
| Methods inherited from class org.xwiki.gwt.user.client.ui.rta.cmd.internal.DefaultExecutable |
|---|
execute, getParameter, isEnabled, isSupported |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListExecutable(RichTextArea rta,
boolean ordered)
rta - the execution targetordered - specified whether this executable handles ordered or unordered lists.| Method Detail |
|---|
public boolean isExecuted()
Overwrite the default function to handle situations of valid HTML lists which are not detected correctly by the browsers.
isExecuted in interface ExecutableisExecuted in class org.xwiki.gwt.user.client.ui.rta.cmd.internal.DefaultExecutableDefaultExecutable.isExecuted()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||