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 |
---|---|
FormLabelAlignment |
FormGridLayoutDescriptor.getAttributeLabelAlignment() |
FormLabelAlignment |
FormFlowLayoutDescriptor.getAttributeLabelAlignment() |
static FormLabelAlignment |
FormLabelAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormLabelAlignment[] |
FormLabelAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.