|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.Asset
com.adobe.icc.dbforms.obj.DataModule
com.adobe.icc.dbforms.obj.ListDataModule
public class ListDataModule
POJO representation for a List Module. Contains a List of LDMAssignment objects,
where each LDMAssignment represents the target DataModule assigned to the List.
Extends the basic attributes of a DataModule.
LDMAssignment,
Serialized Form| Nested Class Summary | |
|---|---|
static class |
ListDataModule.Style
|
static class |
ListDataModule.Type
|
| Field Summary | |
|---|---|
static String |
ASSOCIATION_CUTPOINT
|
static String |
FIRST_LEVEL_CUTPOINT
|
static String |
HIERARCHY_CUTPOINT
|
static String |
LDM_CLASS
|
| Fields inherited from class com.adobe.icc.dbforms.obj.DataModule |
|---|
DM_CLASS |
| Fields inherited from class com.adobe.icc.dbforms.obj.Asset |
|---|
ASSET_CLASS |
| Constructor Summary | |
|---|---|
ListDataModule()
|
|
| Method Summary | |
|---|---|
List |
getAssignmentList()
Get the LDMAssignments for the List module. |
String |
getCustom()
Get the custom separator for the style. |
int |
getMax()
Get the maximum number of modules that should be part of the List module. |
int |
getMin()
Get the minimum number of modules that should be part of the List module. |
String |
getPrefix()
Get the prefix used for the List, i.e. |
ListDataModule.Style |
getStyle()
Get the ListDataModule.Style used for the List. |
String |
getSuffix()
Get the suffix used for the List ('.', ':', ')', etc.). |
ListDataModule.Type |
getType()
Get the ListDataModule.Type of the List. |
boolean |
isAllowFreeText()
Get whether the List is open to add free text into it. |
boolean |
isOpen()
Get whether the List is open (allow addition of more modules in the List if true). |
boolean |
isOrdered()
Get whether the List is ordered (cannot re-order the modules in the List if true). |
void |
setAllowFreeText(boolean allowFreeText)
Sets whether the Target Area is open to add free text into it. |
void |
setAssignmentList(List assignmentList)
Sets the LDMAssignments for the List module. |
void |
setCustom(String custom)
Sets the custom separator for the style. |
void |
setMax(int max)
Sets the maximum number of modules that should be part of the List module. |
void |
setMin(int min)
Sets the minimum number of modules that should be part of the List module. |
void |
setOpen(boolean open)
Sets whether the List is open. |
void |
setOrdered(boolean ordered)
Sets whether the List is ordered. |
void |
setPrefix(String prefix)
Sets the prefix used for the List, i.e. |
void |
setStyle(ListDataModule.Style style)
Sets the ListDataModule.Style used for the List. |
void |
setSuffix(String suffix)
Sets the suffix used for the List ('.', ':', ')', etc.). |
void |
setType(ListDataModule.Type type)
Sets the ListDataModule.Type of the List. |
| Methods inherited from class com.adobe.icc.dbforms.obj.DataModule |
|---|
addVariable, getDataDictionaryRef, getDataDictionaryRefs, getVariableList, removeVariable, setDataDictionaryRef, setDataDictionaryRefs, setVariableList |
| Methods inherited from class com.adobe.icc.dbforms.obj.Asset |
|---|
getActiveEndDate, getActiveStartDate, getComment, getDesc, getExtendedProperties, getId, getLastChangeBy, getLastPublishDate, getLastUpdateDate, getLcat, getName, getState, getUcat, getUpdatedBy, getVersion, setActiveEndDate, setActiveStartDate, setComment, setDesc, setExtendedProperties, setId, setLastChangeBy, setLastPublishDate, setLastUpdateDate, setLcat, setName, setState, setUcat, setUpdatedBy, setVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LDM_CLASS
public static final String ASSOCIATION_CUTPOINT
public static final String HIERARCHY_CUTPOINT
public static final String FIRST_LEVEL_CUTPOINT
| Constructor Detail |
|---|
public ListDataModule()
| Method Detail |
|---|
public List getAssignmentList()
LDMAssignments for the List module.
LDMAssignments for the List module.public void setAssignmentList(List assignmentList)
LDMAssignments for the List module.
assignmentList - The LDMAssignments for the List module.public int getMin()
public void setMin(int min)
min - The minimum number of modules that should be part of the List module.public int getMax()
public void setMax(int max)
max - The maximum number of modules that should be part of the List module.public boolean isOrdered()
public void setOrdered(boolean ordered)
ordered - Whether the List is ordered.public boolean isOpen()
public void setOpen(boolean open)
open - Whether the List is open.public boolean isAllowFreeText()
public void setAllowFreeText(boolean allowFreeText)
allowFreeText - Whether the Target Area is open to add free text.public ListDataModule.Style getStyle()
ListDataModule.Style used for the List.
ListDataModule.Style used for the List.public void setStyle(ListDataModule.Style style)
ListDataModule.Style used for the List.
style - The ListDataModule.Style used for the List.public ListDataModule.Type getType()
ListDataModule.Type of the List.
ListDataModule.Type of the List.public void setType(ListDataModule.Type type)
ListDataModule.Type of the List.
type - The ListDataModule.Type of the List.public String getSuffix()
public void setSuffix(String suffix)
suffix - The suffix used for the List.public String getPrefix()
public void setPrefix(String prefix)
prefix - The prefix used for the List.public String getCustom()
public void setCustom(String custom)
custom - The custom separator for the style.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||