| Free text input type with validation using a custon supplied class.
This enable very coplext validation, for example, a class could be written
to validate a port number enterd by a user that tries to open a socket
on the port and returns false to the validate method if the socket is in use.
TODO push this up so that all input types can provide custom validation.
author: Paul Hinds version: $Id: ExtValidatedTextInput.java,v 1.2 2007/01/09 22:41:41 teknopaul Exp $ |