|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.core.JsObject
com.gwtext.client.core.BaseConfig
com.gwtext.client.util.KeyNavConfig
public class KeyNavConfig
KeyNav configuration class.
| Field Summary |
|---|
| Fields inherited from class com.gwtext.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
KeyNavConfig()
|
|
| Method Summary | |
|---|---|
void |
onDel(EventCallback cb)
Register handler for the Del key. |
void |
onDown(EventCallback cb)
Register handler for the Down arrow key. |
void |
onEnd(EventCallback cb)
Register handler for the End key. |
void |
onEnter(EventCallback cb)
Register handler for the Enter key. |
void |
onEsc(EventCallback cb)
Register handler for the Esc key. |
void |
onHome(EventCallback cb)
Register handler for the Home key. |
void |
onLeft(EventCallback cb)
Register handler for the Left arrow key. |
void |
onPageDown(EventCallback cb)
Register handler for the PageDown key. |
void |
onPageUp(EventCallback cb)
Register handler for the PageUp key. |
void |
onRight(EventCallback cb)
Register handler for the Right arrow key. |
void |
onTab(EventCallback cb)
Register handler for the Tab key. |
void |
onUp(EventCallback cb)
Register handler for the Up arrow key. |
| Methods inherited from class com.gwtext.client.core.JsObject |
|---|
getJsObj, getProperties, isCreated, setJsObj |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyNavConfig()
| Method Detail |
|---|
public void onEnter(EventCallback cb)
cb - the key handlerpublic void onLeft(EventCallback cb)
cb - the key handlerpublic void onRight(EventCallback cb)
cb - the key handlerpublic void onUp(EventCallback cb)
cb - the key handlerpublic void onDown(EventCallback cb)
cb - the key handlerpublic void onTab(EventCallback cb)
cb - the key handlerpublic void onEsc(EventCallback cb)
cb - the key handlerpublic void onPageUp(EventCallback cb)
cb - the key handlerpublic void onPageDown(EventCallback cb)
cb - the key handlerpublic void onDel(EventCallback cb)
cb - the key handlerpublic void onHome(EventCallback cb)
cb - the key handlerpublic void onEnd(EventCallback cb)
cb - the key handler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||