|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.TargetArea
public class TargetArea
POJO representation of a Target Area in a Layout (XDP). Target Areas are essentially empty subforms within an XDP
that do not have a XFA binding.
Contains the display name, SOM expression, etc. for the Target Area.
| Constructor Summary | |
|---|---|
TargetArea()
|
|
| Method Summary | |
|---|---|
int |
compareTo(TargetArea ta)
|
String |
getDisplayName()
Get the display name of the Target Area. |
String |
getId()
Get the identifier of the Target Area. |
String |
getPath()
Get the unique path (XFA SOM expression) of the Target Area. |
Integer |
getPosition()
Get the position/order of appearance of the Target Area in the XDP. |
void |
setDisplayName(String displayName)
Sets the display name of the Target Area. |
void |
setId(String id)
Sets the identifier of the Target Area. |
void |
setPath(String path)
Sets the unique path (XFA SOM expression) of the Target Area. |
void |
setPosition(Integer position)
Sets the position/order of appearance of the Target Area in the XDP. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TargetArea()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - The identifier of the Target Area.public String getPath()
public void setPath(String path)
path - The unique path (XFA SOM expression) of the Target Area.public String getDisplayName()
public void setDisplayName(String displayName)
displayName - The display name of the Target Area.public Integer getPosition()
public void setPosition(Integer position)
position - The position/order of appearance of the Target Area in the XDP.public int compareTo(TargetArea ta)
compareTo in interface Comparable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||