I noticed there is a method to get the search field value in the
GridSearchPlugin, I think it would be useful to have also a method to set
that value externally.
The code could be:
public native void setSearchValue(String value) /*-{
var plugin = this.@com.gwtext.client.core.JsObject::getJsObj()();
if (plugin.field)
plugin.field.setValue(value);
}-*/;
Original issue reported on code.google.com by p.simona...@gmail.com on 19 Nov 2008 at 10:11
Original issue reported on code.google.com by
p.simona...@gmail.com
on 19 Nov 2008 at 10:11