Package | Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSimpleDateTimeConstraint<T extends java.lang.Comparable<? super T>>
A skeleton of simple date/time 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 |
SimpleLocalDateConstraint
A simple
LocalDate constraint. |
class |
SimpleLocalTimeConstraint
A simple
LocalTime constraint. |
class |
SimpleSpinnerConstraint
A simple spinner constraint.
|
Modifier and Type | Method and Description |
---|---|
Constraint |
Calendar.getConstraint() |
Modifier and Type | Method and Description |
---|---|
void |
Calendar.setConstraint(Constraint constr) |
Modifier and Type | Method and Description |
---|---|
Constraint |
Constrainted.getConstraint()
Returns the constraint, or null if no constraint at all.
|
Modifier and Type | Method and Description |
---|---|
void |
Constrainted.setConstraint(Constraint constr)
Sets the constraint.
|
Modifier and Type | Method and Description |
---|---|
Constraint |
InputElement.getConstraint() |
Modifier and Type | Method and Description |
---|---|
void |
InputElement.setConstraint(Constraint constr) |
void |
DateTimeFormatInputElement.setConstraint(Constraint constr) |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.