|
JFormDesigner 5.0.4 Runtime API | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FormBindingGroup | |
|---|---|
| com.jformdesigner.model | |
| Uses of FormBindingGroup in com.jformdesigner.model |
|---|
| Methods in com.jformdesigner.model that return FormBindingGroup | |
|---|---|
FormBindingGroup |
FormBinding.getBindingGroup()
Returns the form binding group of this form binding. |
FormBindingGroup |
FormRoot.getBindingGroup(int index)
Returns the form binding group at index. |
FormBindingGroup |
FormRoot.getBindingGroup(java.lang.String name)
Returns the form binding group for the given name. |
FormBindingGroup[] |
FormRoot.getBindingGroups()
Returns all form binding groups in this form root. |
| Methods in com.jformdesigner.model with parameters of type FormBindingGroup | |
|---|---|
void |
FormRoot.addBindingGroup(FormBindingGroup bindingGroup)
Adds a form binding group to the end of this form root. |
void |
FormRoot.addBindingGroup(FormBindingGroup bindingGroup,
int index)
Adds a form binding group to this form root at the specified position. |
int |
FormRoot.getBindingGroupIndex(FormBindingGroup bindingGroup)
Returns the index of bindingGroup in this form;
or -1 if the binding group is not a child of this form. |
void |
FormRoot.removeBindingGroup(FormBindingGroup bindingGroup)
Removes the specified form binding group from this form root. |
|
JFormDesigner 5.0.4 Runtime API | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||