|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.dmsdialogs.OwGroupPropertiesConfiguration.OwPropertyGroup
public class OwGroupPropertiesConfiguration.OwPropertyGroup
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 Summary | |
|---|---|
OwGroupPropertiesConfiguration.OwPropertyGroup(String groupId_p,
String groupDisplayName_p,
String pluginId_p,
List<OwObjectPropertyView.OwPropertyInfo> propertyInfos_p,
boolean isCollapsed_p)
Constructor |
|
| Method Summary | |
|---|---|
String |
getDisplayName(OwAppContext context_p)
Get the group display name. |
String |
getGroupId()
Getter for group id. |
List<OwObjectPropertyView.OwPropertyInfo> |
getProperties()
Getter for properties. |
boolean |
isCollapsed()
Getter for collapsed status. |
void |
setCollapsed(boolean isCollapsed_p)
Set the collapsed status. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OwGroupPropertiesConfiguration.OwPropertyGroup(String groupId_p,
String groupDisplayName_p,
String pluginId_p,
List<OwObjectPropertyView.OwPropertyInfo> propertyInfos_p,
boolean isCollapsed_p)
groupId_p - - the group idgroupDisplayName_p - - the group display namepluginId_p - - the plugin idpropertyInfos_p - - a List of OwObjectPropertyView.OwPropertyInfo objects.isCollapsed_p - - collapsed status| Method Detail |
|---|
public String getGroupId()
public List<OwObjectPropertyView.OwPropertyInfo> getProperties()
List of OwObjectPropertyView.OwPropertyInfo objects.public String getDisplayName(OwAppContext context_p)
context_p - - the context.
<plugin_id>.<group_id>), or the configured display namepublic void setCollapsed(boolean isCollapsed_p)
isCollapsed_p - - the collapsed status.public boolean isCollapsed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||