* will obey numeric conventions - it will also allow formulas
* (a formula is when the first value is a "=" which means
* it is meant to be taken as the user typed)
*/
public static KeyboardListener getNumericFilter(final TextBox box) {
return new KeyboardListener() {
public void onKeyDown(Widget arg0, char arg1, int arg2) {
}