com.gwtext.client.widgets.form.event
Class ComboBoxCallback

java.lang.Object
  extended by com.gwtext.client.core.JsObject
      extended by com.gwtext.client.widgets.form.event.ComboBoxCallback

public class ComboBoxCallback
extends JsObject

See Also:
ComboBoxListener.doBeforeQuery(com.gwtext.client.widgets.form.ComboBox, ComboBoxCallback)

Field Summary
 
Fields inherited from class com.gwtext.client.core.JsObject
jsObj
 
Method Summary
 boolean getForceAll()
          Returns true if query is force "all".
 java.lang.String getQuery()
          Returns the query.
 void setForceAll(boolean forceAll)
          Set true to force "all" query.
 void setQuery(java.lang.String query)
          Sets the query.
 
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
 

Method Detail

getQuery

public java.lang.String getQuery()
Returns the query.

Returns:
the query

setQuery

public void setQuery(java.lang.String query)
Sets the query.

Parameters:
query - the query

setForceAll

public void setForceAll(boolean forceAll)
Set true to force "all" query.

Parameters:
forceAll - true to force "all" query

getForceAll

public boolean getForceAll()
Returns true if query is force "all".

Returns:
true if force "all"