|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.
| 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 |
|---|
void addFormAssociatedSaveBinding(Component associatedComp,
java.lang.String formId,
SaveBinding saveBinding)
associatedComp - associated component inside a form bindingformId - the form idsaveBinding - the nested save binding in side a form bindingjava.util.Set<SaveBinding> getFormAssociatedSaveBindings(Component formComp)
formComp - the component that contains the form
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||