Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 8 Rev 10
Line 57... Line 57...
57
  			autoCompletebox.displayList();
57
  			autoCompletebox.displayList();
Line 58... Line 58...
58
	            
58
	            
Line 59... Line 59...
59
}	  
59
}	  
-
 
60
 
-
 
61
 
-
 
62
 
-
 
63
public String getText() {
-
 
64
	return autoCompletebox.getText();
-
 
65
}
-
 
66
 
-
 
67
 
-
 
68
public String getValue() {
-
 
69
	return autoCompletebox.getValue();
60
 
70
}
Line 61... Line 71...
61
 
71
 
62
  
72