public static class OwGroupPropertiesConfiguration.OwPropertyGroup extends Object implements OwPropertyGroup<OwPropertyInfo>
Holds the grouped properties.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Constructor and Description |
|---|
OwGroupPropertiesConfiguration.OwPropertyGroup(String groupId_p,
String groupDisplayName_p,
String pluginId_p,
List<OwPropertyInfo> propertyInfos_p,
boolean isCollapsed_p)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName(OwAppContext context_p)
Get the group display name.
|
String |
getGroupId()
Getter for group id.
|
protected String |
getPluginId() |
List<OwPropertyInfo> |
getProperties()
Getter for properties.
|
boolean |
isCollapsed()
Getter for collapsed status.
|
void |
setCollapsed(boolean isCollapsed_p)
Set the collapsed status.
|
public OwGroupPropertiesConfiguration.OwPropertyGroup(String groupId_p, String groupDisplayName_p, String pluginId_p, List<OwPropertyInfo> propertyInfos_p, boolean isCollapsed_p)
groupId_p - - the group idgroupDisplayName_p - - the group display namepluginId_p - - the plugin idpropertyInfos_p - - a List of OwPropertyInfo objects.isCollapsed_p - - collapsed statuspublic String getGroupId()
getGroupId in interface OwPropertyGroup<OwPropertyInfo>public List<OwPropertyInfo> getProperties()
getProperties in interface OwPropertyGroup<OwPropertyInfo>List of OwPropertyInfo objects.public String getDisplayName(OwAppContext context_p)
getDisplayName in interface OwPropertyGroup<OwPropertyInfo>context_p - - the context.<plugin_id>.<group_id>), or the configured display namepublic void setCollapsed(boolean isCollapsed_p)
setCollapsed in interface OwPropertyGroup<OwPropertyInfo>isCollapsed_p - - the collapsed status.OwPropertyGroup.isCollapsed()public boolean isCollapsed()
isCollapsed in interface OwPropertyGroup<OwPropertyInfo>protected String getPluginId()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.