Uses of Interface
org.zkoss.bind.Form
-
Packages that use Form Package Description org.zkoss.bind org.zkoss.bind.impl org.zkoss.bind.sys -
-
Uses of Form in org.zkoss.bind
Subinterfaces of Form in org.zkoss.bind Modifier and Type Interface Description interfaceFormLegacyDeprecated.As of release 9.5.0, please useFormClasses in org.zkoss.bind that implement Form Modifier and Type Class Description classSimpleFormDeprecated.As of release 9.5.0, please useForm -
Uses of Form in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement Form Modifier and Type Class Description classFormImplDeprecated.As of release 9.5.0, please useFormMethods in org.zkoss.bind.impl that return Form Modifier and Type Method Description FormBinderImpl. getForm(org.zkoss.zk.ui.Component comp, java.lang.String id)FormFormBindingImpl. getFormBean()FormSaveFormBindingImpl. getFormBean(BindContext ctx)<T> FormFormBindingImpl. initFormBean(java.lang.Object bean, java.lang.Class<java.lang.Object> class1, BindContext bindContext)Methods in org.zkoss.bind.impl with parameters of type Form Modifier and Type Method Description voidBinderImpl. addSaveFormFieldName(Form form, java.lang.String fieldName)voidBinderImpl. addSaveFormFieldName(Form form, java.util.Set<java.lang.String> fieldNames)java.util.Set<java.lang.String>BinderImpl. getSaveFormFieldNames(Form form)java.util.Set<java.lang.String>BinderImpl. removeSaveFormFieldNames(Form self)voidBinderImpl. storeForm(org.zkoss.zk.ui.Component comp, java.lang.String id, Form form) -
Uses of Form in org.zkoss.bind.sys
Methods in org.zkoss.bind.sys that return Form Modifier and Type Method Description FormBinderCtrl. getForm(org.zkoss.zk.ui.Component comp, java.lang.String id)Get the form of the componentFormFormBinding. getFormBean()Returns the implicit form associated with this form binding.Methods in org.zkoss.bind.sys with parameters of type Form Modifier and Type Method Description voidBinderCtrl. addSaveFormFieldName(Form form, java.lang.String fieldName)Adds a field name for saving with the given Form.voidBinderCtrl. addSaveFormFieldName(Form form, java.util.Set<java.lang.String> fieldNames)Adds all field names for saving with the given Form.java.util.Set<java.lang.String>BinderCtrl. getSaveFormFieldNames(Form self)Returns all field names for saving with the given Form.java.util.Set<java.lang.String>BinderCtrl. removeSaveFormFieldNames(Form self)Remove all field names for saving with the given Form.voidBinderCtrl. storeForm(org.zkoss.zk.ui.Component comp, java.lang.String id, Form form)Store the form in the component with id
-