public class FieldAssignment extends Object implements Serializable
Field's assignment in a Letter template.
Fields may be assigned to one of the FieldAssignment.Bind values, and would have an associated
bindingReference for that binding.FieldAssignment.Bind,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
FieldAssignment.Bind
Deprecated.
|
| Constructor and Description |
|---|
FieldAssignment()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FieldAssignment.Bind |
getBinding()
Deprecated.
Get the
FieldAssignment.Binding for the assignment. |
String |
getBindingReference()
Deprecated.
Get the
FieldAssignment.Binding reference for the assignment. |
String |
getCaption()
Deprecated.
Get the caption for the assignment.
|
DataModule |
getDataModule()
Deprecated.
Get the
DataModule assigned to the Field. |
String |
getDescription()
Deprecated.
Get the description for the assignment.
|
Field |
getField()
Deprecated.
Get the associated
Field for the assignment. |
String |
getFieldPath()
Deprecated.
|
String |
getId()
Deprecated.
Get the unique identifier for the assignment.
|
int |
getOrder()
Deprecated.
Get the order in which the assignment is set in the list of assignments.
|
String |
getToolTip()
Deprecated.
Get the tooltip string for the assignment.
|
List<Validator> |
getValidators()
Deprecated.
|
boolean |
isAutoCorrected()
Deprecated.
|
boolean |
isEditable()
Deprecated.
Get whether the assignment is editable.
|
boolean |
isEquivalent()
Deprecated.
Returns whether the assignment is equivalent to the DDE.
|
boolean |
isMultiLine()
Deprecated.
Get whether the assignment is multi-line.
|
boolean |
isOptional()
Deprecated.
Get whether the assignment is optional.
|
void |
setAutoCorrected(boolean autoCorrected)
Deprecated.
|
void |
setBinding(FieldAssignment.Bind binding)
Deprecated.
Sets the
FieldAssignment.Binding for the assignment. |
void |
setBindingReference(String bindingReference)
Deprecated.
Sets the
FieldAssignment.Binding reference for the assignment. |
void |
setCaption(String caption)
Deprecated.
Sets the caption for the assignment.
|
void |
setDataModule(DataModule dataModule)
Deprecated.
Sets the
DataModule assigned to the Field. |
void |
setDescription(String description)
Deprecated.
Sets the description for the assignment.
|
void |
setEditable(boolean editable)
Deprecated.
Sets whether the assignment is editable.
|
void |
setEquivalent(boolean equivalent)
Deprecated.
Sets whether the assignment is equivalent to the DDE.
|
void |
setField(Field field)
Deprecated.
Sets the associated
Field for the assignment. |
void |
setFieldPath(String fieldPath)
Deprecated.
|
void |
setId(String id)
Deprecated.
Sets the unique identifier for the assignment.
|
void |
setMultiLine(boolean multiLine)
Deprecated.
Sets whether the assignment is multi-line.
|
void |
setOptional(boolean optional)
Deprecated.
Sets whether the assignment is optional.
|
void |
setOrder(int order)
Deprecated.
Sets the order in which the assignment is set in the list of assignments.
|
void |
setToolTip(String toolTip)
Deprecated.
Sets the tooltip string for the assignment.
|
void |
setValidators(List<Validator> validators)
Deprecated.
|
public String getId()
public void setId(String id)
id - The unique identifier for the assignment.public String getDescription()
public void setDescription(String description)
description - The description for the assignment.public String getCaption()
public void setCaption(String caption)
caption - The caption for the assignment.public String getToolTip()
public void setToolTip(String toolTip)
toolTip - The tooltip string for the assignment.public Field getField()
Field for the assignment.Field for the assignment.public void setField(Field field)
Field for the assignment.field - The associated Field for the assignment.public FieldAssignment.Bind getBinding()
FieldAssignment.Binding for the assignment.FieldAssignment.Binding for the assignment.public void setBinding(FieldAssignment.Bind binding)
FieldAssignment.Binding for the assignment.binding - The FieldAssignment.Binding for the assignment.public String getBindingReference()
FieldAssignment.Binding reference for the assignment.
FieldAssignment.Binding reference for the assignment.public void setBindingReference(String bindingReference)
FieldAssignment.Binding reference for the assignment.bindingReference - The FieldAssignment.Binding reference for the assignment.public boolean isEditable()
public void setEditable(boolean editable)
editable - Whether the assignment is editable.public boolean isOptional()
public void setOptional(boolean optional)
optional - whether the assignment is optional.public boolean isMultiLine()
public void setMultiLine(boolean multiLine)
multiLine - whether the assignment is multi-line.public int getOrder()
public void setOrder(int order)
order - The order in which the assignment is set in the list of assignments.public DataModule getDataModule()
DataModule assigned to the Field.DataModule assigned to the Field.public void setDataModule(DataModule dataModule)
DataModule assigned to the Field.dataModule - The DataModule assigned to the Field.public boolean isEquivalent()
public void setEquivalent(boolean equivalent)
equivalent - whether the assignment is equivalent to the DDE.public String getFieldPath()
public void setFieldPath(String fieldPath)
public boolean isAutoCorrected()
public void setAutoCorrected(boolean autoCorrected)
autoCorrected - the autoCorrected to setCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.