|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormLabelAlignment | |
---|---|
com.semarchy.mdm.runtime.model.logical | This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. |
Uses of FormLabelAlignment in com.semarchy.mdm.runtime.model.logical |
---|
Methods in com.semarchy.mdm.runtime.model.logical that return FormLabelAlignment | |
---|---|
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. |
Constructors in com.semarchy.mdm.runtime.model.logical with parameters of type FormLabelAlignment | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |