Blackberry Text Filter
问题 I want a BasicEditField that lets me enter alphabets only...and a combination of upper case and lower case ...as in Jan, Feb...when i use the upper case and lower case filter that are there in BaiscEditField it allows either the entire string to be in upper case or lower case , not a combination.How do i achieve this? 回答1: Richard's right, extend TextFilter, UPDATE according to Marc's suggestion: class AlphaTextFilter extends TextFilter { public char convert(char c, int status) { if (