|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.j2ee.blueprints.ui.selectvalue.SelectValueHandler
public class SelectValueHandler
AJAX event handler(s) for SelectValueComponent
.
Constructor Summary | |
---|---|
SelectValueHandler()
|
Method Summary | |
---|---|
java.lang.String |
getMethod()
Return the method binding expression we should delegate to. |
java.lang.String |
getValue()
Return the value of the SelectValue TextField. |
void |
matchValue()
Respond to an asynchronous request for completions that match the specified prefix. |
void |
setMethod(java.lang.String method)
Set the method binding expressino we should delegate to. |
void |
setValue(java.lang.String value)
Set the value of the SelectValue TextField. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectValueHandler()
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 getValue()
Return the value of the SelectValue TextField.
public void setValue(java.lang.String value)
Set the value of the SelectValue TextField.
value
- value to be matchedpublic void matchValue() 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 |