com.wewebu.ow.server.dmsdialogs
Class OwGroupPropertiesConfiguration.OwPropertyGroup

java.lang.Object
  extended by com.wewebu.ow.server.dmsdialogs.OwGroupPropertiesConfiguration.OwPropertyGroup
Enclosing class:
OwGroupPropertiesConfiguration

public class OwGroupPropertiesConfiguration.OwPropertyGroup
extends Object

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

Since:
3.1.0.0

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

OwGroupPropertiesConfiguration.OwPropertyGroup

public OwGroupPropertiesConfiguration.OwPropertyGroup(String groupId_p,
                                                      String groupDisplayName_p,
                                                      String pluginId_p,
                                                      List<OwObjectPropertyView.OwPropertyInfo> propertyInfos_p,
                                                      boolean isCollapsed_p)
Constructor

Parameters:
groupId_p - - the group id
groupDisplayName_p - - the group display name
pluginId_p - - the plugin id
propertyInfos_p - - a List of OwObjectPropertyView.OwPropertyInfo objects.
isCollapsed_p - - collapsed status
Method Detail

getGroupId

public String getGroupId()
Getter for group id.

Returns:
- the group id

getProperties

public List<OwObjectPropertyView.OwPropertyInfo> getProperties()
Getter for properties.

Returns:
- a List of OwObjectPropertyView.OwPropertyInfo objects.

getDisplayName

public String getDisplayName(OwAppContext context_p)
Get the group display name.

Parameters:
context_p - - the context.
Returns:
- the localized group name (key format: <plugin_id>.<group_id>), or the configured display name

setCollapsed

public void setCollapsed(boolean isCollapsed_p)
Set the collapsed status.

Parameters:
isCollapsed_p - - the collapsed status.

isCollapsed

public boolean isCollapsed()
Getter for collapsed status.

Returns:
- the collapsed status.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.