org.zkoss.bind.sys
Interface BinderCtrl

All Known Implementing Classes:
AnnotateBinderImpl, BinderImpl

public interface BinderCtrl

An addition interface to Binder that is used for implementation or tools.

Application developers rarely need to access methods in this interface.

Author:
dennis

Method Summary
 void addFormAssociatedSaveBinding(Component associatedComp, java.lang.String formId, SaveBinding saveBinding)
          Add a association between formId and a associated save binding(save binding inside a form), the form has to exist in the parent components
 java.util.Set<SaveBinding> getFormAssociatedSaveBindings(Component formComp)
          Get associated save bindings of a form in a component
 

Method Detail

addFormAssociatedSaveBinding

void addFormAssociatedSaveBinding(Component associatedComp,
                                  java.lang.String formId,
                                  SaveBinding saveBinding)
Add a association between formId and a associated save binding(save binding inside a form), the form has to exist in the parent components

Parameters:
associatedComp - associated component inside a form binding
formId - the form id
saveBinding - the nested save binding in side a form binding

getFormAssociatedSaveBindings

java.util.Set<SaveBinding> getFormAssociatedSaveBindings(Component formComp)
Get associated save bindings of a form in a component

Parameters:
formComp - the component that contains the form
Returns:
all associated save binding in the form


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