Uses of Class
org.zkoss.zul.impl.InputElement
-
Packages that use InputElement Package Description org.zkoss.zul org.zkoss.zul.impl -
-
Uses of InputElement in org.zkoss.zul
Subclasses of InputElement in org.zkoss.zul Modifier and Type Class Description classBandboxA band box.classComboboxA combobox.classDateboxAn edit box for holding a date.classDecimalboxAn edit box for holding BigDecimal.classDoubleboxAn edit box for holding an float point value (double).classDoublespinnerAn edit box for holding a constrained double.classIntboxAn edit box for holding an integer.classLongboxAn edit box for holding an integer.classSpinnerAn edit box for holding a constrained integer.classTextboxA textbox.classTimeboxAn 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 Modifier and Type Class Description classDateTimeFormatInputElementA skeletal implementation for date/time type input box.classFormatInputElementA skeletal implementation for an input box with format.classNumberInputElementA skeletal implementation for number-type input box.
-