Package | Description |
---|---|
com.semarchy.mdm.runtime.model.logical |
This package contains the
IModel representing the model as designed in Semarchy Convergence For MDM. |
Modifier and Type | Method and Description |
---|---|
IFormAttribute |
IFormSection.getFormAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
List<IFormAttribute> |
IFormSection.getFormAttributes()
Returns the list of attributes in this section.
|
Map<IFormAttribute,ReferenceBrowsingConfig> |
IBOViewEntity.getReferenceBrowsingConfigs() |
Map<IFormAttribute,ReferenceSelectionConfig> |
IBOViewEntity.getReferenceSelectionConfigs() |
Modifier and Type | Method and Description |
---|---|
FormGridLayoutDescriptor.AttributeGridLayoutData |
FormGridLayoutDescriptor.getAttributeLayoutData(IFormAttribute formAttribute) |
FormFlowLayoutDescriptor.AttributeFlowLayoutData |
FormFlowLayoutDescriptor.getFlowAttributeLayoutData(IFormAttribute formAttribute) |
ReferenceBrowsingConfig |
IBOViewEntity.getReferenceBrowsingConfig(IFormAttribute referenceFormAttribute)
get the
ReferenceBrowsingConfig for the given IFormAttribute |
ReferenceSelectionConfig |
IBOViewEntity.getReferenceSelectionConfig(IFormAttribute referenceFormAttribute) |
boolean |
FormGridLayoutDescriptor.isVisible(IFormAttribute attribute) |
boolean |
FormFlowLayoutDescriptor.isVisible(IFormAttribute attribute) |
Constructor and Description |
---|
FormFlowLayoutDescriptor(FormLabelAlignment attributeLabelAlignment,
SectionNavigatorConfig sectionNavigatorConfig,
int minAttributeValueWidth,
int maxAttributeValueWidth,
Map<IFormSection,FormFlowLayoutDescriptor.SectionFlowLayoutData> flowSectionsLayoutData,
Map<IFormAttribute,FormFlowLayoutDescriptor.AttributeFlowLayoutData> flowAttributesLayoutData,
boolean sectionExpandables) |
FormGridLayoutDescriptor(FormLabelAlignment attributeLabelAlignment,
Map<IFormSection,FormGridLayoutDescriptor.SectionGridLayoutData> gridSectionLayoutData,
Map<IFormAttribute,FormGridLayoutDescriptor.AttributeGridLayoutData> gridAttributeLayoutData) |
Copyright © 2019. All rights reserved.