public class PropertySheetConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
| Modifier and Type | Class and Description |
|---|---|
class |
PropertySheetConfigElement.AssociationConfig
Inner class to represent a configured association
|
class |
PropertySheetConfigElement.ChildAssociationConfig
Inner class to represent a configured child association
|
class |
PropertySheetConfigElement.ItemConfig
Inner class to represent a configured property sheet item
|
class |
PropertySheetConfigElement.PropertyConfig
Inner class to represent a configured property
|
class |
PropertySheetConfigElement.SeparatorConfig
Inner class to represent a configured separator
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_ELEMENT_ID |
protected java.util.Map |
editableItems |
protected java.util.Map |
items |
protected java.util.Map |
viewableItems |
| Constructor and Description |
|---|
PropertySheetConfigElement()
Default constructor
|
PropertySheetConfigElement(java.lang.String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement configElement) |
java.util.List |
getChildren() |
java.util.List |
getEditableItemNamesToShow() |
java.util.Map |
getEditableItemsToShow() |
java.util.List |
getItemNamesToShow() |
java.util.Map |
getItems() |
java.util.Map |
getItemsToShow() |
public static final java.lang.String CONFIG_ELEMENT_ID
protected java.util.Map items
protected java.util.Map viewableItems
protected java.util.Map editableItems
public PropertySheetConfigElement()
public PropertySheetConfigElement(java.lang.String name)
name - Name of the element this config element representspublic java.util.List getChildren()
getChildren in interface org.springframework.extensions.config.ConfigElementgetChildren in class org.springframework.extensions.config.element.ConfigElementAdapterorg.alfresco.config.ConfigElement#getChildren()public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement configElement)
combine in interface org.springframework.extensions.config.ConfigElementcombine in class org.springframework.extensions.config.element.ConfigElementAdapterorg.alfresco.config.ConfigElement#combine(org.alfresco.config.ConfigElement)public java.util.Map getItems()
public java.util.List getItemNamesToShow()
public java.util.Map getItemsToShow()
public java.util.List getEditableItemNamesToShow()
public java.util.Map getEditableItemsToShow()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.