Textbox must allow only numeric keystrokes of keyboard

i need a solution for my problem

You can set validator, to allow only numbers or use different component (eg.
numberfield7
)

i want code to implement in our components

field.addVslidator(new IntegerValidator("Not a number"));