|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputElement | |
---|---|
org.zkoss.zkmax.zul | Components and UI utitilies available in ZK EE. |
org.zkoss.zul | ZUL component set that are used for HTML-based clients. |
org.zkoss.zul.impl | Classes used to implement ZUL Component Set (implementation only). |
Uses of InputElement in org.zkoss.zkmax.zul |
---|
Subclasses of InputElement in org.zkoss.zkmax.zul | |
---|---|
class |
Timepicker
A combobox for holding a time (a java.util.Date Object , but only Hour, Minute, Second are used. |
Uses of InputElement in org.zkoss.zul |
---|
Subclasses of InputElement in org.zkoss.zul | |
---|---|
class |
Bandbox
A band box. |
class |
Combobox
A combobox. |
class |
Datebox
An edit box for holding a date. |
class |
Decimalbox
An edit box for holding BigDecimal. |
class |
Doublebox
An edit box for holding an float point value (double). |
class |
Doublespinner
An edit box for holding a constrained double. |
class |
Intbox
An edit box for holding an integer. |
class |
Longbox
An edit box for holding an integer. |
class |
Spinner
An edit box for holding a constrained integer. |
class |
Textbox
A textbox. |
class |
Timebox
An input box for holding a time (a java.util.Date Object , but only Hour & Minute are used. |
Uses of InputElement in org.zkoss.zul.impl |
---|
Subclasses of InputElement in org.zkoss.zul.impl | |
---|---|
class |
FormatInputElement
A skeletal implementation for an input box with format. |
class |
NumberInputElement
A skeletal implementation for number-type input box. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |