Package | Description |
---|---|
com.wewebu.ow.server.dmsdialogs | |
com.wewebu.ow.server.dmsdialogs.views | |
org.alfresco.wd.ui.conf | |
org.alfresco.wd.ui.conf.prop |
Modifier and Type | Method and Description |
---|---|
List<OwPropertyInfo> |
OwGroupPropertiesConfiguration.OwPropertyGroup.getProperties()
Getter for properties.
|
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 | Class and Description |
---|---|
static class |
OwObjectPropertyView.OwPropertyInfo
Deprecated.
since 4.2.0.0 use org.alfresco.wd.ui.conf.prop.OwPropertyInfo instead
|
Modifier and Type | Method and Description |
---|---|
void |
OwObjectPropertyFormularView.filterProperties(Collection<OwPropertyInfo> propertyInfos_p)
Filter properties based on provided collection.
|
protected List<OwProperty> |
OwObjectPropertyView.getSubregionAvailable(OwPropertySubregion<OwPropertyInfo> subregion)
Get the Properties available to be rendered for current object reference.
|
protected boolean |
OwObjectPropertyView.isGroupWithErrors(OwPropertyGroup<OwPropertyInfo> theGroup_p)
Check if the given properties group is with errors.
|
protected void |
OwObjectPropertyView.renderPropertyGroup(Writer w_p,
OwPropertyGroup<OwPropertyInfo> group,
int propertyIndex,
List<OwProperty> properties)
Render a group based on provided information
|
Modifier and Type | Interface and Description |
---|---|
interface |
OwPropertySubregion<T extends OwPropertyInfo>
Interface to represent a Property rendering region
|
class |
OwSimplePropertySubregion<T extends OwPropertyInfo>
simple implementation of OwPropertySubregion.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends OwPropertyInfo> |
OwPropertyListConfiguration.createSubRegion(List<T> propInfos)
create a non-grouped subregion instance.
|
protected <T extends OwPropertyInfo> |
OwPropertyListConfiguration.createSubRegion(OwPropertyGroup<T> propGroup)
Create a grouped subregion instance.
|
Modifier and Type | Method and Description |
---|---|
protected OwPropertyInfo |
OwPropertyListConfiguration.buildPropertyInfo(OwXMLUtil conf) |
Modifier and Type | Method and Description |
---|---|
protected OwPropertyGroup<OwPropertyInfo> |
OwPropertyListConfiguration.buildPropertyGroup(OwXMLUtil conf) |
OwPropertySubregion<OwPropertyInfo> |
OwPropertyListConfiguration.getGroupRegion(String groupId)
Get the subregion for specific groupId
|
List<OwPropertySubregion<OwPropertyInfo>> |
OwPropertyListConfiguration.getSubregions()
Returns a list of Regions configured for rendering.
|
Modifier and Type | Method and Description |
---|---|
void |
OwPropertyListConfiguration.addRegion(OwPropertySubregion<OwPropertyInfo> region)
Use to add region to this configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OwPropertyGroup<T extends OwPropertyInfo>
Interface of a Property Group configuration.
|
class |
OwSimplePropertyGroup<T extends OwPropertyInfo>
Simple implementation of
OwPropertyGroup . |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.