nextapp.echo2.webcontainer
Interface FocusSupport
- All Known Implementing Classes:
- TextAreaPeer, TextComponentPeer, TextFieldPeer
public interface FocusSupport
An optional interface which may be implemented by
ComponentSynchronizePeers to support receiving input focus
renderSetFocus
void renderSetFocus(RenderContext rc,
Component component)
- Renders a directive to set the client input focus to the specified
component.
- Parameters:
rc - the relevant RenderContextcomponent - the Component to be focused.