|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFormSection | |
---|---|
com.semarchy.mdm.runtime.model.logical | This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. |
Uses of IFormSection in com.semarchy.mdm.runtime.model.logical |
---|
Methods in com.semarchy.mdm.runtime.model.logical that return IFormSection | |
---|---|
IFormSection |
IFormAttribute.getFormSection()
Deprecated. use should keep track of IFormSection separately |
IFormSection |
IFormView.getFormSection(String sectionName)
|
Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IFormSection | |
---|---|
List<IFormSection> |
IFormView.getFormSections()
Returns the list of Sections composing this IFormView . |
Methods in com.semarchy.mdm.runtime.model.logical with parameters of type IFormSection | |
---|---|
FormGridLayoutDescriptor.SectionGridLayoutData |
FormGridLayoutDescriptor.getSectionLayoutData(IFormSection formSection)
|
FormFlowLayoutDescriptor.SectionFlowLayoutData |
FormFlowLayoutDescriptor.getSectionLayoutData(IFormSection formSection)
|
boolean |
FormGridLayoutDescriptor.isVisible(IFormSection formSection)
|
boolean |
FormFlowLayoutDescriptor.isVisible(IFormSection section)
|
Constructor parameters in com.semarchy.mdm.runtime.model.logical with type arguments of type IFormSection | |
---|---|
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 |