Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 9 | Rev 12 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 10
Line 58... Line 58...
58
	  } 
58
	  } 
59
  };
59
  };
60
  protected Vector items = new Vector(); 
60
  protected Vector items = new Vector(); 
61
  protected boolean popupAdded = false;
61
  protected boolean popupAdded = false;
62
  protected boolean visible = false;
62
  protected boolean visible = false;
-
 
63
  
-
 
64
  /**
-
 
65
   * Value linked to current text
-
 
66
   */
63
  protected String currentValue = null;
67
  protected String currentValue = null;
Line 64... Line 68...
64
  
68
  
Line 338... Line 342...
338
 
342
 
339
  private Vector getFromCache (String query)
343
  private Vector getFromCache (String query)
340
  {
344
  {
341
	return (Vector) cache.get(query.toLowerCase());
345
	return (Vector) cache.get(query.toLowerCase());
-
 
346
  }
-
 
347
 
-
 
348
 
-
 
349
 
-
 
350
public String getValue() {
-
 
351
	return currentValue;
Line 342... Line 352...
342
  }
352
}