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

Packages that use NumberInputElement
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 
 

Uses of NumberInputElement in org.zkoss.zul
 

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

Uses of NumberInputElement in org.zkoss.zul.api
 

Subinterfaces of NumberInputElement in org.zkoss.zul.api
 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.
 



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