jsx3.gui.Form
doValidate()
abstract method doValidate()
Abstract method that must be implemented by any class that implements the Form interface.
Returns:
{int} –
例如Text Box中的輸入驗證
Overrides:
STATEINVALID
or STATEVALID
.例如Text Box中的輸入驗證
jsx3.gui.TextBox
doValidate()
method doValidate()
validates form field, ensuring it contains the correct data set
Returns:
{boolean} – true if field contains a valid value given @VALIDATIONTYPE