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