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 String |
CONFIG_ELEMENT_ID |
protected Map<String,PropertySheetConfigElement.ItemConfig> |
editableItems |
protected Map<String,PropertySheetConfigElement.ItemConfig> |
items |
protected Map<String,PropertySheetConfigElement.ItemConfig> |
viewableItems |
Constructor and Description |
---|
PropertySheetConfigElement()
Default constructor
|
PropertySheetConfigElement(String name)
Constructor
|
Modifier and Type | Method and Description |
---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement configElement) |
List<org.springframework.extensions.config.ConfigElement> |
getChildren() |
List<String> |
getEditableItemNamesToShow() |
Map<String,PropertySheetConfigElement.ItemConfig> |
getEditableItemsToShow() |
List<String> |
getItemNamesToShow() |
Map<String,PropertySheetConfigElement.ItemConfig> |
getItems() |
Map<String,PropertySheetConfigElement.ItemConfig> |
getItemsToShow() |
public static final String CONFIG_ELEMENT_ID
protected Map<String,PropertySheetConfigElement.ItemConfig> items
protected Map<String,PropertySheetConfigElement.ItemConfig> viewableItems
protected Map<String,PropertySheetConfigElement.ItemConfig> editableItems
public PropertySheetConfigElement()
public PropertySheetConfigElement(String name)
name
- Name of the element this config element representspublic List<org.springframework.extensions.config.ConfigElement> getChildren()
getChildren
in interface org.springframework.extensions.config.ConfigElement
getChildren
in class org.springframework.extensions.config.element.ConfigElementAdapter
ConfigElement.getChildren()
public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement configElement)
combine
in interface org.springframework.extensions.config.ConfigElement
combine
in class org.springframework.extensions.config.element.ConfigElementAdapter
ConfigElement.combine(org.springframework.extensions.config.ConfigElement)
public Map<String,PropertySheetConfigElement.ItemConfig> getItems()
public List<String> getItemNamesToShow()
public Map<String,PropertySheetConfigElement.ItemConfig> getItemsToShow()
public List<String> getEditableItemNamesToShow()
public Map<String,PropertySheetConfigElement.ItemConfig> getEditableItemsToShow()
Copyright © 2005–2017 Alfresco Software. All rights reserved.