Constraint"
From Documentation
Tmillsclare (talk | contribs) m (Created page with 'init') |
|||
Line 1: | Line 1: | ||
− | + | {{ZKComponentReferencePageHeader}} | |
+ | |||
+ | = Constraint = | ||
+ | |||
+ | *Demonstration: N/A | ||
+ | *Java API: <javadoc>org.zkoss.zul.Constraint</javadoc> | ||
+ | *JavaScript API: N/A | ||
+ | |||
+ | = Employment/Purpose = | ||
+ | An interface that defines validate method to verify whether the value is acceptable | ||
+ | |||
+ | |||
+ | |||
+ | = Example = | ||
+ | |||
+ | |||
+ | |||
+ | =Supported events= | ||
+ | |||
+ | N/A | ||
+ | |||
+ | =Supported Children= | ||
+ | |||
+ | N/A | ||
+ | |||
+ | =Use cases= | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Description !! Example Location | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | =Version History= | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | 5.0.2 | ||
+ | | 5/19/2010 | ||
+ | | Initialization | ||
+ | |} | ||
+ | |||
+ | {{ZKComponentReferencePageFooter}} |
Revision as of 05:16, 18 May 2010
Constraint
- Demonstration: N/A
- Java API: Constraint
- JavaScript API: N/A
Employment/Purpose
An interface that defines validate method to verify whether the value is acceptable
Example
Supported events
N/A
Supported Children
N/A
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 5/19/2010 | Initialization |