jsx3.gui.Form
doValidate()
abstract method doValidate()
Abstract method that must be implemented by any class that implements the Form interface.
Returns:
{int} –
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
Overrides: doValidate
in jsx3.gui.Form
posted on 2007-03-30 11:01
周锐 阅读(1516)
评论(1) 编辑 收藏 所属分类:
TIBCO