comparison src/econnect/wp3_3/client/core/StiCore.java @ 30:1e95995ddbb2

re-added the ability to refine the dataset by a (very simple) text search
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Wed, 28 Nov 2012 17:01:34 +0100
parents cf06b77a8bbd
children c7701b00ca5b
comparison
equal deleted inserted replaced
29:4711c4ab0c23 30:1e95995ddbb2
180 }-*/; 180 }-*/;
181 181
182 /** 182 /**
183 * Refines the dataset with the given index by the given text 183 * Refines the dataset with the given index by the given text
184 * 184 *
185 * Moved to DynamicStiTable.
186 *
185 * @param text the refine text 187 * @param text the refine text
186 * @param index the index of the dataset 188 * @param index the index of the dataset
187 */ 189 */
190 /*
188 public final native void refineByText(String text, int index) /*-{ 191 public final native void refineByText(String text, int index) /*-{
189 this.refineByText(text,index); 192 this.refineByText(text,index);
190 }-*/; 193 }-*///;
191 194
192 /** 195 /**
193 * Getter for the SimileAjax value for the granularity of a second 196 * Getter for the SimileAjax value for the granularity of a second
194 * 197 *
195 * @return the SimileAjax granularity value of a second 198 * @return the SimileAjax granularity value of a second