Uses of Interface
org.zkoss.zul.impl.api.InputElement

Packages that use InputElement
org.zkoss.zul ZUL component set that are used for HTML-based clients. 
org.zkoss.zul.api Interfaces of zul components, which are the abstract layer to access a ZUL component 
org.zkoss.zul.impl Classes used to implement ZUL Component Set (implementation only). 
org.zkoss.zul.impl.api Interfaces of ZUL components, which are the abstract layer to access a component 
 

Uses of InputElement in org.zkoss.zul
 

Classes in org.zkoss.zul that implement InputElement
 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 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.api
 

Subinterfaces of InputElement in org.zkoss.zul.api
 interface Bandbox
          A band box.
 interface Combobox
          A combo box.
 interface Datebox
          An edit box for holding a date.
 interface Decimalbox
          An edit box for holding BigDecimal.
 interface Doublebox
          An edit box for holding an float point value (double).
 interface Intbox
          An edit box for holding an integer.
 interface Longbox
          An edit box for holding an integer.
 interface Spinner
          An edit box for holding a constrained integer.
 interface Textbox
          A textbox.
 interface 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
 

Classes in org.zkoss.zul.impl that implement InputElement
 class FormatInputElement
          A skeletal implementation for an input box with format.
 class InputElement
          A skeletal implementation of an input box.
 class NumberInputElement
          A skeletal implementation for number-type input box.
 

Uses of InputElement in org.zkoss.zul.impl.api
 

Subinterfaces of InputElement in org.zkoss.zul.impl.api
 interface FormatInputElement
          A skeletal implementation for an input box with format.
 interface NumberInputElement
          A skeletal implementation for number-type input box.
 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo