|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.gwt.wysiwyg.client.WysiwygEditorTabSwitchHandler
public class WysiwygEditorTabSwitchHandler
WysiwygEditor tab-switch handler.
| Method Summary | |
|---|---|
void |
convertFromHTML(java.lang.String html)
Converts the given HTML fragment to source and updates the plain text area. |
void |
convertToHTML(java.lang.String source)
Converts the given source text to HTML and updates the rich text area. |
void |
onBeforeSelection(com.google.gwt.event.logical.shared.BeforeSelectionEvent<java.lang.Integer> event)
|
void |
onSelection(com.google.gwt.event.logical.shared.SelectionEvent<java.lang.Integer> event)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void onBeforeSelection(com.google.gwt.event.logical.shared.BeforeSelectionEvent<java.lang.Integer> event)
onBeforeSelection in interface com.google.gwt.event.logical.shared.BeforeSelectionHandler<java.lang.Integer>BeforeSelectionHandler.onBeforeSelection(BeforeSelectionEvent)public void onSelection(com.google.gwt.event.logical.shared.SelectionEvent<java.lang.Integer> event)
onSelection in interface com.google.gwt.event.logical.shared.SelectionHandler<java.lang.Integer>SelectionHandler.onSelection(SelectionEvent)public void convertFromHTML(java.lang.String html)
html - the HTML fragment to be converted to sourcepublic void convertToHTML(java.lang.String source)
source - the source text to be converted to HTML
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||