Subversion Repositories eFlore/Archives.cel-v1

Compare Revisions

Regard whitespace Rev 9 → Rev 10

/trunk/src/org/tela_botanica/client/AutoCompleteAsyncTextBox.java
60,6 → 60,10
protected Vector items = new Vector();
protected boolean popupAdded = false;
protected boolean visible = false;
/**
* Value linked to current text
*/
protected String currentValue = null;
343,6 → 347,12
 
 
public String getValue() {
return currentValue;
}
 
 
}