public interface OwPropertyGroup<T extends OwPropertyInfo>
Interface of a Property Group configuration.
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
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName(OwAppContext context)
Get a DisplayName for current group.
|
String |
getGroupId()
Return an unique group Id, in case multiple groups available.
|
List<T> |
getProperties()
Return grouped properties.
|
boolean |
isCollapsed()
Check state of group.
|
void |
setCollapsed(boolean collapse)
Set collapse state of Group.
|
String getGroupId()
String getDisplayName(OwAppContext context)
context
- OwAppContext used for localizationboolean isCollapsed()
void setCollapsed(boolean collapse)
collapse
- booleanisCollapsed()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.