|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FocusManager
Details where to move the focus to.
| Method Summary | |
|---|---|
void |
focusFirstChildView()
The first child view within the container to move the focus to; move down to the first view within the current view. |
void |
focusInitialChildView()
|
void |
focusLastChildView()
|
void |
focusNextView()
The next view within the container to move the focus to; move to next field. |
void |
focusParentView()
The parent view within the container to move the focus to; move up to containing view in the hierachy. |
void |
focusPreviousView()
The previous view within the container to move the focus to; move to previous field. |
View |
getFocus()
|
void |
setFocus(View view)
|
| Method Detail |
|---|
void focusNextView()
void focusPreviousView()
void focusParentView()
void focusFirstChildView()
void focusLastChildView()
void focusInitialChildView()
View getFocus()
void setFocus(View view)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||