Uses of Interface
org.zkoss.zk.ui.ext.Readonly
-
Packages that use Readonly Package Description org.zkoss.zkmax.zul org.zkoss.zul org.zkoss.zul.impl -
-
Uses of Readonly in org.zkoss.zkmax.zul
Classes in org.zkoss.zkmax.zul that implement Readonly Modifier and Type Class Description classTimepickerAn input box for holding a time (aDateObject), but only Hour, Minute, Second are used. -
Uses of Readonly in org.zkoss.zul
Classes in org.zkoss.zul that implement Readonly 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.classRatingA rating component provides a icon based rating input.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 Readonly in org.zkoss.zul.impl
Classes in org.zkoss.zul.impl that implement Readonly Modifier and Type Class Description classDateTimeFormatInputElementA skeletal implementation for date/time type input box.classFormatInputElementA skeletal implementation for an input box with format.classInputElementA skeletal implementation of an input box.classNumberInputElementA skeletal implementation for number-type input box.
-