public class OwSimplePropertySubregion<T extends OwPropertyInfo> extends Object implements OwPropertySubregion<T>
simple implementation of OwPropertySubregion.
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 |
---|
OwSimplePropertySubregion(List<T> propInfos) |
OwSimplePropertySubregion(OwPropertyGroup<T> group) |
Modifier and Type | Method and Description |
---|---|
OwPropertyGroup<T> |
getPropertyGroup()
Return a OwPropertyGroup representation if subregion is based on property group.
|
List<T> |
getPropertyInfos()
Get a list of configured OwPropertyInfo for this subregion
|
boolean |
isGroup()
Check if sub-region is based on PropertyGroup
|
public OwSimplePropertySubregion(OwPropertyGroup<T> group)
public boolean isGroup()
OwPropertySubregion
isGroup
in interface OwPropertySubregion<T extends OwPropertyInfo>
public OwPropertyGroup<T> getPropertyGroup()
OwPropertySubregion
getPropertyGroup
in interface OwPropertySubregion<T extends OwPropertyInfo>
OwPropertySubregion.isGroup()
return falsepublic List<T> getPropertyInfos()
OwPropertySubregion
getPropertyInfos
in interface OwPropertySubregion<T extends OwPropertyInfo>
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.