Class FormBinding
java.lang.Object
com.jformdesigner.model.FormObject
com.jformdesigner.model.FormBinding
A form binding represents a single binding in the form model.
Usually a
Binding.- Since:
- 5.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class FormObject
NULL_VALUE -
Constructor Summary
ConstructorsConstructorDescriptionFormBinding(String source, String sourcePath, String target, String targetPath) -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(FormBindingVisitor visitor) Accepts the given visitor.clone()Clones this form binding.static FormBinding[]clone(FormBinding[] bindings) Returns the form binding group of this form binding.toString()Returns a string representation of the object.Methods inherited from class FormObject
equals, getClientProperty, getProperties, getProperty, getProperty, getPropertyBoolean, getPropertyBoolean, getPropertyCount, getPropertyDouble, getPropertyDouble, getPropertyInt, getPropertyInt, getPropertyNames, getPropertyString, getPropertyString, getReferenceCount, hashCode, properties, propertyNames, putClientProperty, setProperty, setProperty, setProperty, setPropertyBoolean, setPropertyBoolean, setPropertyDouble, setPropertyDouble, setPropertyInt, setPropertyInt, setPropertyString
-
Field Details
-
PROP_SOURCE
- See Also:
-
PROP_SOURCE_PATH
- See Also:
-
PROP_TARGET
- See Also:
-
PROP_TARGET_PATH
- See Also:
-
-
Constructor Details
-
FormBinding
public FormBinding() -
FormBinding
-
-
Method Details
-
clone
-
getSource
-
getSourcePath
-
getTarget
-
getTargetPath
-
getBindingGroup
Returns the form binding group of this form binding. -
accept
Accepts the given visitor. The visitor'sFormBindingVisitor.visit(FormBinding)is called with this form binding.- Parameters:
visitor- The visitor.- Returns:
- The result of
FormBindingVisitor.visit(FormBinding).
-
clone
-
toString
Returns a string representation of the object.- Overrides:
toStringin classFormObject
-