Uses of Class
com.jformdesigner.model.FormBindingGroup
-
Packages that use FormBindingGroup Package Description com.jformdesigner.model -
-
Uses of FormBindingGroup in com.jformdesigner.model
Methods in com.jformdesigner.model that return FormBindingGroup Modifier and Type Method Description FormBindingGroupFormBinding. getBindingGroup()Returns the form binding group of this form binding.FormBindingGroupFormRoot. getBindingGroup(int index)Returns the form binding group atindex.FormBindingGroupFormRoot. getBindingGroup(String name)Returns the form binding group for the givenname.FormBindingGroup[]FormRoot. getBindingGroups()Returns all form binding groups in this form root.Methods in com.jformdesigner.model with parameters of type FormBindingGroup Modifier and Type Method Description voidFormRoot. 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.
-