public class ContentSlotListConfig extends BasicContentItem
ContentSlotListHandler
configuration model.
The ContentSlotListConfig is a ContentItem that
contains a list of ContentSlotConfig
objects.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_SLOT_LIST |
Constructor and Description |
---|
ContentSlotListConfig()
Creates a new ContentSlotListConfig, with type = "ContentSlotList".
|
ContentSlotListConfig(ContentItem pContentItem)
Wraps the specified
ContentItem with the ContentSlotListConfig type. |
ContentSlotListConfig(List<ContentItem> pConfigList)
Creates a new ContentSlotListConfig wrapping the specified list, with type = "ContentSlotList".
|
ContentSlotListConfig(String pType,
List<ContentItem> pConfigList)
Creates a new ContentSlotListConfig wrapping the specified list, with the specified
type string.
|
Modifier and Type | Method and Description |
---|---|
List<ContentItem> |
getContentSlotList()
Gets the
ContentSlotConfig list contained in this ContentSlotListConfig. |
void |
setContentSlotList(List<ContentItem> configList)
Sets the
ContentSlotConfig list contained in this ContentSlotListConfig. |
getBooleanProperty, getIntProperty, getLongProperty, getType, getTypedProperty, setType
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public static final String CONTENT_SLOT_LIST
public ContentSlotListConfig()
public ContentSlotListConfig(List<ContentItem> pConfigList)
pConfigList
- A list of ContentSlotConfig
objects to be wrapped.public ContentSlotListConfig(String pType, List<ContentItem> pConfigList)
pConfigList
- A list of ContentSlotConfig
objects to be wrapped.pType
- The type string for this ContentSlotListConfig .public ContentSlotListConfig(ContentItem pContentItem)
ContentItem
with the ContentSlotListConfig type.pContentItem
- ContentItem
to be wrapped.public List<ContentItem> getContentSlotList()
ContentSlotConfig
list contained in this ContentSlotListConfig.
The ContentItem
s in this list are expected to be of type ContentSlotConfig
.public void setContentSlotList(List<ContentItem> configList)
ContentSlotConfig
list contained in this ContentSlotListConfig.Copyright © 2013, Oracle and/or its affiliates. All rights reserved.