|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constraint | |
---|---|
org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
org.zkoss.zul.ext | Interfaces that might be implemented by ZUL components. |
org.zkoss.zul.impl | Classes used to implement ZUL Component Set (implementation only). |
Uses of Constraint in org.zkoss.zul |
---|
Classes in org.zkoss.zul that implement Constraint | |
---|---|
class |
SimpleConstraint
The default constraint supporting no empty, regular expressions and so on. |
class |
SimpleDateConstraint
A simple date constraint. |
class |
SimpleDoubleSpinnerConstraint
A simple double spinner constraint. |
class |
SimpleSpinnerConstraint
A simple spinner constraint. |
Uses of Constraint in org.zkoss.zul.ext |
---|
Methods in org.zkoss.zul.ext that return Constraint | |
---|---|
Constraint |
Constrainted.getConstraint()
Returns the constraint, or null if no constraint at all. |
Methods in org.zkoss.zul.ext with parameters of type Constraint | |
---|---|
void |
Constrainted.setConstraint(Constraint constr)
Sets the constraint. |
Uses of Constraint in org.zkoss.zul.impl |
---|
Methods in org.zkoss.zul.impl that return Constraint | |
---|---|
Constraint |
InputElement.getConstraint()
|
Methods in org.zkoss.zul.impl with parameters of type Constraint | |
---|---|
void |
InputElement.setConstraint(Constraint constr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |