| java.lang.Object nextapp.echo2.webcontainer.syncpeer.TextComponentPeer
All known Subclasses: nextapp.echo2.webcontainer.syncpeer.TextFieldPeer, nextapp.echo2.webcontainer.syncpeer.TextAreaPeer,
Method Summary | |
protected CssStyle | createBaseCssStyle(RenderContext rc, TextComponent textComponent) Creates a base CssStyle for properties common to text
components. | public String | getContainerId(Component child) | public ImageReference | getImage(Component component, String imageId) | public void | processAction(ContainerInstance ci, Component component, Element actionElement) | public void | processPropertyUpdate(ContainerInstance ci, Component component, Element propertyElement) | public void | renderAdd(RenderContext rc, ServerComponentUpdate update, String targetId, Component component) | public void | renderDispose(RenderContext rc, ServerComponentUpdate update, Component component) | public void | renderDisposeDirective(RenderContext rc, TextComponent textComponent) Renders a directive to the outgoing ServerMessage to
dispose the state of a text component, performing tasks such as
registering event listeners on the client. | public void | renderInitDirective(RenderContext rc, TextComponent textComponent) Renders a directive to the outgoing ServerMessage to
initialize the state of a text component, performing tasks such as
registering event listeners on the client. | public void | renderSetFocus(RenderContext rc, Component component) | public boolean | renderUpdate(RenderContext rc, ServerComponentUpdate update, String targetId) |
TEXT_COMPONENT_SERVICE | final static Service TEXT_COMPONENT_SERVICE(Code) | | Service to provide supporting JavaScript library.
|
TextComponentPeer | public TextComponentPeer()(Code) | | Default constructor.
|
createBaseCssStyle | protected CssStyle createBaseCssStyle(RenderContext rc, TextComponent textComponent)(Code) | | Creates a base CssStyle for properties common to text
components.
Parameters: rc - the relevant RenderContext Parameters: textComponent - the text component the style |
renderDisposeDirective | public void renderDisposeDirective(RenderContext rc, TextComponent textComponent)(Code) | | Renders a directive to the outgoing ServerMessage to
dispose the state of a text component, performing tasks such as
registering event listeners on the client.
Parameters: rc - the relevant RenderContext Parameters: textComponent - the TextComponent
|
renderInitDirective | public void renderInitDirective(RenderContext rc, TextComponent textComponent)(Code) | | Renders a directive to the outgoing ServerMessage to
initialize the state of a text component, performing tasks such as
registering event listeners on the client.
Parameters: rc - the relevant RenderContext Parameters: textComponent - the TextComponent
|
|
|