|
JFormDesigner 5.0.4 Runtime API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormBinding | |
---|---|
com.jformdesigner.model |
Uses of FormBinding in com.jformdesigner.model |
---|
Methods in com.jformdesigner.model that return FormBinding | |
---|---|
static FormBinding[] |
FormBinding.clone(FormBinding[] bindings)
|
FormBinding |
FormBindingGroup.getBinding(int index)
Returns the form binding at index . |
FormBinding[] |
FormBindingGroup.getBindings()
Returns all form bindings in this form binding group. |
Methods in com.jformdesigner.model with parameters of type FormBinding | |
---|---|
void |
FormBindingGroup.addBinding(FormBinding binding)
Adds a form binding to the end of this form binding group. |
void |
FormBindingGroup.addBinding(FormBinding binding,
int index)
Adds a form binding to this form binding group at the specified position. |
static FormBinding[] |
FormBinding.clone(FormBinding[] bindings)
|
int |
FormBindingGroup.getBindingIndex(FormBinding binding)
Returns the index of binding in this binding group;
or -1 if the binding is not a child of this binding group. |
void |
FormBindingGroup.removeBinding(FormBinding binding)
Removes the specified form binding from this form binding group. |
boolean |
FormBindingVisitor.visit(FormBinding binding)
Visits the given form binding. |
|
JFormDesigner 5.0.4 Runtime API | ||||||||
PREV NEXT | FRAMES NO FRAMES |