|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.widgets.event.ComponentListenerAdapter
com.gwtext.client.widgets.event.BoxComponentListenerAdapter
com.gwtext.client.widgets.form.event.FieldListenerAdapter
com.gwtext.client.widgets.form.event.HtmlEditorListenerAdapter
public class HtmlEditorListenerAdapter
| Constructor Summary | |
|---|---|
HtmlEditorListenerAdapter()
|
|
| Method Summary | |
|---|---|
boolean |
doBeforePush(HtmlEditor field,
java.lang.String html)
Fires before the iframe editor is updated with content from the textarea. |
boolean |
doBeforeSync(HtmlEditor field,
java.lang.String html)
Fires before the textarea is updated with content from the editor iframe. |
void |
onActivate(HtmlEditor field)
Fires when the editor is first receives the focus. |
void |
onEditModeChange(HtmlEditor field,
boolean sourceEdit)
Fires when the editor switches edit modes. |
void |
onInitialize(HtmlEditor field)
Fires when the editor is fully initialized (including the iframe) |
void |
onPush(HtmlEditor field,
java.lang.String html)
Fires when the iframe editor is updated with content from the textarea. |
void |
onSync(HtmlEditor field,
java.lang.String html)
Fires when the textarea is updated with content from the editor iframe. |
| Methods inherited from class com.gwtext.client.widgets.form.event.FieldListenerAdapter |
|---|
onBlur, onChange, onChange, onFocus, onInvalid, onSpecialKey, onValid |
| Methods inherited from class com.gwtext.client.widgets.event.BoxComponentListenerAdapter |
|---|
onMove, onResize |
| Methods inherited from class com.gwtext.client.widgets.event.ComponentListenerAdapter |
|---|
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.gwtext.client.widgets.form.event.FieldListener |
|---|
onBlur, onChange, onFocus, onInvalid, onSpecialKey, onValid |
| Methods inherited from interface com.gwtext.client.widgets.event.BoxComponentListener |
|---|
onMove, onResize |
| Methods inherited from interface com.gwtext.client.widgets.event.ComponentListener |
|---|
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave |
| Constructor Detail |
|---|
public HtmlEditorListenerAdapter()
| Method Detail |
|---|
public void onActivate(HtmlEditor field)
HtmlEditorListener
onActivate in interface HtmlEditorListenerfield - this
public boolean doBeforePush(HtmlEditor field,
java.lang.String html)
HtmlEditorListener
doBeforePush in interface HtmlEditorListenerfield - thishtml - the html
public boolean doBeforeSync(HtmlEditor field,
java.lang.String html)
HtmlEditorListener
doBeforeSync in interface HtmlEditorListenerfield - thishtml - the html
public void onEditModeChange(HtmlEditor field,
boolean sourceEdit)
HtmlEditorListener
onEditModeChange in interface HtmlEditorListenerfield - thissourceEdit - true if source edit, false if standard editingpublic void onInitialize(HtmlEditor field)
HtmlEditorListener
onInitialize in interface HtmlEditorListenerfield - this
public void onPush(HtmlEditor field,
java.lang.String html)
HtmlEditorListener
onPush in interface HtmlEditorListenerfield - thishtml - the html
public void onSync(HtmlEditor field,
java.lang.String html)
HtmlEditorListener
onSync in interface HtmlEditorListenerfield - thishtml - the html
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||