|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--SuggestBoxManager
Manager Class that provides static methods for SuggestBox functionalities. A static object of this class
is avaialable with name SBoxMgr.
var SBoxMgr = new SuggestBoxManager();
| Constructor Summary | |
SuggestBoxManager()
|
|
| Method Summary | |
void
|
cancelRequest(elmid)
Cancels all the previous request that are in response pending status. |
Object
|
checkBlur(e)
|
Object
|
getSuggestBox(node)
Initializes and returns the SuggestBox object associated with the given DOM Node. |
void
|
navigateTo(elmid, page)
|
Boolean
|
onBlur(node)
Informs the specified SuggestBox Field object that its TEXT INPUT element has lost the focus.
|
Object
|
onClick(e,node,params)
Informs the specified SuggestBox Field object that its TEXT INPUT element has fired an "onclick" event.
|
Boolean
|
onFocus(node)
Informs the specified SuggestBox Field object that its TEXT INPUT element has got the focus.
|
Boolean
|
onKeyDown(e,node,params)
Informs the specified SuggestBox Field object that its TEXT INPUT element has fired an "onkeydown" event.
|
Boolean
|
onKeyUp(e,node)
Informs the specified SuggestBox Field object that its TEXT INPUT element has fired an "onkeyup" event.
|
Object
|
wheel(e)
|
| Constructor Detail |
SuggestBoxManager()
| Method Detail |
void cancelRequest(elmid)
elmid - The Id of the SuggestBox
Object checkBlur(e)
Object getSuggestBox(node)
void navigateTo(elmid, page)
Boolean onBlur(node)
TEXT INPUT element has lost the focus.node - The DOM Node of the TEXT INPUT element
Object onClick(e,node,params)
TEXT INPUT element has fired an "onclick" event.e - The event object
node - The DOM Node of the TEXT INPUT element
params - The request parameters. It can be a single String in 'p1=p1val&p2=p2val' form or a properties object in {p1:'p1val',p2:this.value} form
Boolean onFocus(node)
TEXT INPUT element has got the focus.node - The DOM Node of the TEXT INPUT element
Boolean onKeyDown(e,node,params)
TEXT INPUT element has fired an "onkeydown" event.e - The event object
node - The DOM Node of the TEXT INPUT element
params - The request parameters. It can be a single String in 'p1=p1val&p2=p2val' form or a properties object in {p1:'p1val',p2:this.value} form
Boolean onKeyUp(e,node)
TEXT INPUT element has fired an "onkeyup" event.e - The event object
node - The DOM Node of the TEXT INPUT element
Object wheel(e)
|
MoreMotion Face API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||