AbstractExtras.Sync.RichTextArea| Instance Method Summary | |
|---|---|
| Public, Abstract | createComponent()Creates the base component of that will be added to the root of the rendering application. |
| Public, Virtual | getDomainElement()Returns the element in which the client should be rendered. |
| Public, Virtual | renderAdd()renderAdd() implementation: must be invoked by overriding method. |
| Public, Virtual | renderDisplay()renderDisplay() implementation: must be invoked by overriding method. |
| Public, Virtual | renderDispose()renderDispose() implementation: must be invoked by overriding method. |
| Public, Virtual | renderUpdate()Default implementation disposes of the existing client and application and creates a new one. |
| Methods inherited from class Echo.Render.ComponentSync |
renderAdd, renderDispose, renderUpdate |