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 |
---|---|
IFormSection |
IFormAttribute.getFormSection()
Deprecated.
use should keep track of
IFormSection separately |
IFormSection |
IFormView.getFormSection(String sectionName) |
Modifier and Type | Method and Description |
---|---|
List<IFormSection> |
IFormView.getFormSections()
Returns the list of Sections composing this
IFormView . |
Modifier and Type | Method and Description |
---|---|
FormGridLayoutDescriptor.SectionGridLayoutData |
FormGridLayoutDescriptor.getSectionLayoutData(IFormSection formSection) |
FormFlowLayoutDescriptor.SectionFlowLayoutData |
FormFlowLayoutDescriptor.getSectionLayoutData(IFormSection formSection) |
boolean |
FormGridLayoutDescriptor.isVisible(IFormSection formSection) |
boolean |
FormFlowLayoutDescriptor.isVisible(IFormSection section) |
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 © 2017. All rights reserved.