NextApp Echo2
v2.1.1

nextapp.echo2.webcontainer
Interface FocusSupport

All Known Implementing Classes:
ListComponentPeer, TextAreaPeer, TextComponentPeer, TextFieldPeer

public interface FocusSupport

An optional interface which may be implemented by ComponentSynchronizePeers to support receiving input focus


Method Summary
 void renderSetFocus(RenderContext rc, nextapp.echo2.app.Component component)
          Renders a directive to set the client input focus to the specified component.
 

Method Detail

renderSetFocus

void renderSetFocus(RenderContext rc,
                    nextapp.echo2.app.Component component)
Renders a directive to set the client input focus to the specified component.

Parameters:
rc - the relevant RenderContext
component - the Component to be focused.

NextApp Echo2
v2.1.1