public class ListDataModule extends DataModule
LDMAssignment objects,
where each LDMAssignment represents the target DataModule assigned to the List.DataModule.LDMAssignment,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
ListDataModule.Style
Enum values to specify list style.
|
static class |
ListDataModule.Type
Enum values to specify list type.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ASSOCIATION_CUTPOINT |
static String |
FIRST_LEVEL_CUTPOINT |
static String |
HIERARCHY_CUTPOINT |
static String |
LDM_CLASS |
DM_CLASSactiveEndDate, activeStartDate, ASSET_CLASS, comment, crxVersion, desc, extendedProperties, FIRST_LEVEL_WITH_CAT_NAMES_CUTPOINT, folderId, id, lastChangeBy, lastPublishDate, lastPublishedBy, lastReplicationAction, lastUpdateDate, lastVersionDate, lcat, name, PROPERTY_NAME_DESCRIPTION, PROPERTY_NAME_TITLE, PROPERTY_NAME_VERSION, READY_TO_PUBLISH_CUTPOINT, state, tags, title, transientProperties, ucat, updatedBy, version| Constructor and Description |
|---|
ListDataModule() |
| Modifier and Type | Method and Description |
|---|---|
List<LDMAssignment> |
getAssignmentList()
Get the
LDMAssignments for the List module. |
String |
getBullet()
Get the bullet used for the List.
|
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 |
isNoPageBreak() |
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).
|
boolean |
isStitchContent()
Get whether the List content is to be stitched into a single content.
|
void |
setAllowFreeText(boolean allowFreeText)
Sets whether the Target Area is open to add free text into it.
|
void |
setAssignmentList(List<LDMAssignment> assignmentList)
Sets the
LDMAssignments for the List module. |
void |
setBullet(String bullet)
Sets the bullet used for the List.
|
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 |
setNoPageBreak(boolean noPageBreak) |
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 |
setStitchContent(boolean stitchContent)
Set whether the List content is to be stitched into a single content.
|
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. |
addVariable, getDataDictionaryRef, getDataDictionaryRefs, getSchemaRef, getSchemaRefType, getVariableList, removeVariable, setDataDictionaryRef, setDataDictionaryRefs, setSchemaRef, setVariableListequals, getActiveEndDate, getActiveStartDate, getComment, getCrxVersion, getDesc, getDisplayField, getExtendedProperties, getFolderId, getId, getLastChangeBy, getLastPublishDate, getLastPublishedBy, getLastReplicationAction, getLastUpdateDate, getLastVersionDate, getLcat, getLocalizationPrefix, getLocalizationResourceInfoList, getName, getState, getTags, getTitle, getTransientProperties, getUcat, getUpdatedBy, getVersion, hashCode, setActiveEndDate, setActiveStartDate, setComment, setCrxVersion, setDesc, setExtendedProperties, setFolderId, setId, setLastChangeBy, setLastPublishDate, setLastPublishedBy, setLastReplicationAction, setLastUpdateDate, setLastVersionDate, setLcat, setLocalizationPrefix, setLocalizationResourceInfoList, setName, setState, setTags, setTitle, setTransientProperties, setUcat, setUpdatedBy, setVersionpublic static final String LDM_CLASS
public static final String ASSOCIATION_CUTPOINT
public static final String HIERARCHY_CUTPOINT
public static final String FIRST_LEVEL_CUTPOINT
public List<LDMAssignment> getAssignmentList()
LDMAssignments for the List module.LDMAssignments for the List module.public void setAssignmentList(List<LDMAssignment> 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 getBullet()
public void setBullet(String bullet)
bullet - The bullet used for 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.public boolean isStitchContent()
public void setStitchContent(boolean stitchContent)
stitchContent - Whether the List content is to be stitched into a single content.public boolean isNoPageBreak()
public void setNoPageBreak(boolean noPageBreak)
noPageBreak - the noPageBreak to setCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.