public class HeaderItem extends Object
| Constructor and Description |
|---|
HeaderItem(String id,
Map<String,String> attributes) |
HeaderItem(String generatedId,
Map<String,String> attributes,
String text) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition() |
HeaderItemsConfigElement[] |
getContainers() |
List<HeaderItemsConfigElement> |
getContainersAsList()
This method returns an unmodifiable List of
HeaderItemsConfigElement
objects that are associated with this HeaderItem. |
String |
getDescription() |
String |
getGeneratedId() |
String |
getIcon() |
String |
getId() |
String |
getLabel() |
String |
getPermission() |
String |
getType() |
String |
getValue() |
String |
toString() |
public String getGeneratedId()
public String getId()
public String getType()
public String getIcon()
public String getLabel()
public String getDescription()
public String getPermission()
public String getCondition()
public String getValue()
public HeaderItemsConfigElement[] getContainers()
public List<HeaderItemsConfigElement> getContainersAsList()
HeaderItemsConfigElement
objects that are associated with this HeaderItem.Copyright © 2005–2014 Alfresco Software. All rights reserved.