Class FormElementRelations
java.lang.Object
de.xima.fc.gui.bean.designer.model.FormElementRelations
- All Implemented Interfaces:
Serializable
Used by the PDF importer, list of elements that are near the elements to insert.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FormElementRelations
public FormElementRelations()
-
-
Method Details
-
getBottom
- Returns:
- List of
PDF importer IDs
of the elements located below the field to insert.
-
getLeft
- Returns:
- List of
PDF importer IDs
of the elements located to the left of the field to insert.
-
getRight
- Returns:
- List of
PDF importer IDs
of the elements located to the right of the field to insert.
-
getTop
- Returns:
- List of
PDF importer IDs
of the elements located above the field to insert.
-
setBottom
- Parameters:
bottom
- List ofPDF importer IDs
of the elements located below the field to insert.
-
setLeft
- Parameters:
left
- List ofPDF importer IDs
of the elements located to the left of the field to insert.
-
setRight
- Parameters:
right
- List ofPDF importer IDs
of the elements located to the right of the field to insert.
-
setTop
- Parameters:
top
- List ofPDF importer IDs
of the elements located above the field to insert.
-