|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.j2ee.blueprints.ui.autocomplete.AutoCompleteHandler
public class AutoCompleteHandler
AJAX event handler(s) for AutoCompleteComponent.
| Constructor Summary | |
|---|---|
AutoCompleteHandler()
|
|
| Method Summary | |
|---|---|
void |
completions()
Respond to an asynchronous request for completions that match the specified prefix. |
java.lang.String |
getMethod()
Return the method binding expression we should delegate to. |
java.lang.String |
getPrefix()
Return the match prefix we should use for selection. |
void |
setMethod(java.lang.String method)
Set the method binding expressino we should delegate to. |
void |
setPrefix(java.lang.String prefix)
Set the match prefix we should use for selection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoCompleteHandler()
| Method Detail |
|---|
public java.lang.String getMethod()
Return the method binding expression we should delegate to.
public void setMethod(java.lang.String method)
Set the method binding expressino we should delegate to.
method - The new method binding expressionpublic java.lang.String getPrefix()
Return the match prefix we should use for selection.
public void setPrefix(java.lang.String prefix)
Set the match prefix we should use for selection.
prefix - The new match prefix
public void completions()
throws java.io.IOException
Respond to an asynchronous request for completions that match the specified prefix.
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||