PDA

View Full Version : ComboBox get lastSelectionText?



TheBuzzer
22 Oct 2008, 4:17 PM
Hi, I been expanding combobox to make it do what i wanted but I could not access the lastSelectionText I just need to be able to get it so I wont have to make the my extended combobox search for the whole list if the rawtext is still the same on onblur.

so can you just add a

public String getLastSelectionText() {
return lastSelectionText;
}

to the combobox?

TheBuzzer
22 Oct 2008, 4:19 PM
this way if the combobox code gets changed a bit my extended combobox classes would use the new changes.