Uses of Class
com.jformdesigner.model.FormBindingGroup
Packages that use FormBindingGroup
-
Uses of FormBindingGroup in com.jformdesigner.model
Methods in com.jformdesigner.model that return FormBindingGroupModifier and TypeMethodDescriptionFormBinding.getBindingGroup()Returns the form binding group of this form binding.FormRoot.getBindingGroup(int index) Returns the form binding group atindex.FormRoot.getBindingGroup(String name) Returns the form binding group for the givenname.FormRoot.getBindingGroups()Returns all form binding groups in this form root.Methods in com.jformdesigner.model with parameters of type FormBindingGroupModifier and TypeMethodDescriptionvoidFormRoot.addBindingGroup(FormBindingGroup bindingGroup) Adds a form binding group to the end of this form root.voidFormRoot.addBindingGroup(FormBindingGroup bindingGroup, int index) Adds a form binding group to this form root at the specified position.intFormRoot.getBindingGroupIndex(FormBindingGroup bindingGroup) Returns the index ofbindingGroupin this form; or -1 if the binding group is not a child of this form.voidFormRoot.removeBindingGroup(FormBindingGroup bindingGroup) Removes the specified form binding group from this form root.