com.semarchy.mdm.runtime.model.logical
Interface IFormSection

All Superinterfaces:
IUniquelyNamed, Serializable

public interface IFormSection
extends IUniquelyNamed, Serializable


Field Summary
static String FORM_SECTION_PREFIX
           
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
SEP
 
Method Summary
 IFormAttribute getFormAttribute(String name)
           
 List<IFormAttribute> getFormAttributes()
          Returns the list of attributes in this section.
 IFormView getFormView()
          Deprecated.  
 LayoutType getLayout()
          Returns the type of layout to use to organize sections.
 String getName()
          Return the name of this IFormSection
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
getPrefixedUniqueName, getUniqueName
 

Field Detail

FORM_SECTION_PREFIX

static final String FORM_SECTION_PREFIX
See Also:
Constant Field Values
Method Detail

getFormView

IFormView getFormView()
Deprecated. 

Return the IFormView to which this section belongs

Returns:

getName

String getName()
Return the name of this IFormSection

Returns:

getLayout

LayoutType getLayout()
Returns the type of layout to use to organize sections.

Returns:

getFormAttributes

List<IFormAttribute> getFormAttributes()
Returns the list of attributes in this section.

Returns:

getFormAttribute

IFormAttribute getFormAttribute(String name)


Copyright © 2015. All Rights Reserved.