I wants to create Text Field which allows all number > 0 So I have Done Such Like this :
TextField textField = new TextField();
textField.setConstraint(TextField.NUMERIC);
But I am not getting How to restrict user to enter Zero. Help Me to sort out this thing.....!!!