Class nnjl.forms.rules.NotNullRule
Extends
nnjl.forms.rules.FormRule.
Defined in: nnjl.forms.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
nnjl.forms.rules.NotNullRule($super)
Creates a new FormRule
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
nnjl.forms.rules.NotNullRule.execute(formbean)
validate the rule
|
Method Detail
<static>
{boolean}
nnjl.forms.rules.NotNullRule.execute(formbean)
validate the rule
- Parameters:
- formbean
- Returns:
- {boolean} true if the rule pass the validation method.