Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 28 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28 Rev 29
Line 184... Line 184...
184
          if (autoCompleteAsyncTextBoxListeners!= null) {
184
          if (autoCompleteAsyncTextBoxListeners!= null) {
185
              autoCompleteAsyncTextBoxListeners.fireTextBoxEnter(this,this.getText(),currentValue);
185
              autoCompleteAsyncTextBoxListeners.fireTextBoxEnter(this,this.getText(),currentValue);
186
          }
186
          }
187
    	  currentValue=null;
187
    	  currentValue=null;
188
    	  this.setText("");
188
    	  this.setText("");
-
 
189
    	  this.setValue(null);
189
      }
190
      }
Line 190... Line 191...
190
 
191
 
Line 191... Line 192...
191
  }
192
  }
Line 209... Line 210...
209
    
210
    
210
    	
211
    	
Line -... Line 212...
-
 
212
	    if(text.length() > 0)
-
 
213
	    {
211
	    if(text.length() > 0)
214
	    
Line 212... Line 215...
212
	    {
215
	    	  currentValue=null;
213
	    
216
 
214
		      items.clear();
217
		      items.clear();