|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.widget.core.client.FocusManagerSupport
public class FocusManagerSupport
Component support class for Focus Manager.
| Method Summary | |
|---|---|
Component |
getComponent()
Returns the target widget. |
String |
getNextId()
Returns the next widget id. |
String |
getPreviousId()
Returns the previous widget id. |
boolean |
isIgnore()
Returns true if the widget will be ignored by the ARIA and FocusManager API. |
void |
setIgnore(boolean ignore)
True to mark this widget to be ignored by the ARIA and FocusManager API (defaults to false). |
void |
setNextId(String nextId)
The id of the widget to navigate to when TAB is pressed (defaults to null). |
void |
setPreviousId(String previousId)
The id of the widget to navigate to when SHIFT-TAB is pressed (defaults to null). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Component getComponent()
public String getNextId()
public String getPreviousId()
public boolean isIgnore()
public void setIgnore(boolean ignore)
ignore - true to ignorepublic void setNextId(String nextId)
nextId - the next widget idpublic void setPreviousId(String previousId)
previousId - the previous widget id
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||