NextApp Echo2
v2.1.0

nextapp.echo2.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 Echo2
v2.1.0