NextApp Echo3
v3.0.b4

nextapp.echo.app
Interface DelegateFocusSupport


public interface DelegateFocusSupport

Interface to provide capability for composite components to delegate focus to a specific child.


Method Summary
 Component getFocusComponent()
          Returns the Component that should receive the focus when this Componentis focused, enabling composite components to specify a specific child to be focused.
 

Method Detail

getFocusComponent

Component getFocusComponent()
Returns the Component that should receive the focus when this Componentis focused, enabling composite components to specify a specific child to be focused.

Returns:
the Component that should receive the focus when this Componentis focused

NextApp Echo3
v3.0.b4