public class FocusManagerImpl extends Object implements FocusManager
FOCUS_CONTEXT_ATTRIBUTE
Constructor and Description |
---|
FocusManagerImpl() |
public void focus(String componentId)
FocusManager
Enforces to focus given component.
In order to ensure the focus will be given to component, this method must be used before PhaseId.RENDER_RESPONSE
phase takes place.
focus
in interface FocusManager
componentId
- ID of the component to be focused; or null if focus should not be enforcedCopyright © 2015 JBoss by Red Hat. All Rights Reserved.