Uses of Interface
com.semarchy.mdm.runtime.model.logical.IFormAttribute

Packages that use IFormAttribute
com.semarchy.mdm.runtime.model.logical This package contains the IModel representing the model as designed in Semarchy Convergence For MDM. 
 

Uses of IFormAttribute in com.semarchy.mdm.runtime.model.logical
 

Methods in com.semarchy.mdm.runtime.model.logical that return IFormAttribute
 IFormAttribute IFormSection.getFormAttribute(String name)
           
 

Methods in com.semarchy.mdm.runtime.model.logical that return types with arguments of type IFormAttribute
 List<IFormAttribute> IFormSection.getFormAttributes()
          Returns the list of attributes in this section.
 Map<IFormAttribute,ReferenceBrowsingConfig> IBOViewEntity.getReferenceBrowsingConfigs()
           
 Map<IFormAttribute,ReferenceSelectionConfig> IBOViewEntity.getReferenceSelectionConfigs()
           
 

Methods in com.semarchy.mdm.runtime.model.logical with parameters of type IFormAttribute
 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 parameters in com.semarchy.mdm.runtime.model.logical with type arguments of type IFormAttribute
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 © 2015. All Rights Reserved.