Uses of Interface
org.zkoss.bind.Form

Packages that use Form
org.zkoss.bind.impl Core Implementation for ZK Bind 
org.zkoss.bind.sys System level classes for ZK Bind 
 

Uses of Form in org.zkoss.bind.impl
 

Methods in org.zkoss.bind.impl that return Form
 Form BinderImpl.getForm(Component comp, java.lang.String id)
           
 Form FormBindingImpl.getFormBean()
           
 Form SaveFormBindingImpl.getFormBean(BindContext ctx)
           
<T> Form
FormBindingImpl.initFormBean(java.lang.Object bean, java.lang.Class<java.lang.Object> class1)
           
 

Methods in org.zkoss.bind.impl with parameters of type Form
 void BinderImpl.addSaveFormFieldName(Form form, java.util.Set<java.lang.String> fieldNames)
           
 void BinderImpl.addSaveFormFieldName(Form form, java.lang.String fieldName)
           
 java.util.Set<java.lang.String> BinderImpl.getSaveFormFieldNames(Form form)
           
 java.util.Set<java.lang.String> BinderImpl.removeSaveFormFieldNames(Form self)
           
 void BinderImpl.storeForm(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
 Form BinderCtrl.getForm(Component comp, java.lang.String id)
          Get the form of the component
 Form FormBinding.getFormBean()
          Returns the implicit form associated with this form binding.
 

Methods in org.zkoss.bind.sys with parameters of type Form
 void BinderCtrl.addSaveFormFieldName(Form form, java.util.Set<java.lang.String> fieldNames)
          Adds all field names for saving with the given Form.
 void BinderCtrl.addSaveFormFieldName(Form form, java.lang.String fieldName)
          Adds a field name 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.
 void BinderCtrl.storeForm(Component comp, java.lang.String id, Form form)
          Store the form in the component with id
 



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