com.sun.j2ee.blueprints.ui.selectvalue
Class SelectValueHandler

java.lang.Object
  extended by com.sun.j2ee.blueprints.ui.selectvalue.SelectValueHandler

public class SelectValueHandler
extends java.lang.Object

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

SelectValueHandler

public SelectValueHandler()
Method Detail

getMethod

public java.lang.String getMethod()

Return the method binding expression we should delegate to.


setMethod

public void setMethod(java.lang.String method)

Set the method binding expressino we should delegate to.

Parameters:
method - The new method binding expression

getValue

public java.lang.String getValue()

Return the value of the SelectValue TextField.


setValue

public void setValue(java.lang.String value)

Set the value of the SelectValue TextField.

Parameters:
value - value to be matched

matchValue

public void matchValue()
                throws java.io.IOException

Respond to an asynchronous request for completions that match the specified prefix.

Throws:
java.io.IOException