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

All Superinterfaces:
IDisplayViewAttribute, IUniquelyNamed, Serializable

public interface IFormAttribute
extends IUniquelyNamed, Serializable, IDisplayViewAttribute


Field Summary
static String FORM_ATTRIBUTE_PREFIX
           
 
Fields inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
SEP
 
Method Summary
 IFormSection getFormSection()
          Deprecated. use should keep track of IFormSection separately
 Integer getHeight()
          Deprecated.  
 Integer getWidth()
          Deprecated.  
 boolean isDefaultExpanded()
          Deprecated. this is replaced by FormFlowLayoutDescriptor.AttributeFlowLayoutData.isDefaultExpanded() that should be obtained for this IFormAttribute on the IFormView.getFlowLayoutDescriptor()
 boolean isExpandable()
          Deprecated. this is replaced by FormFlowLayoutDescriptor.AttributeFlowLayoutData.isExpandable() that should be obtained for this IFormAttribute on the IFormView.getFlowLayoutDescriptor()
 boolean isForceReadOnly()
           if to force this attribute to be read only whatever privileges are
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IUniquelyNamed
getPrefixedUniqueName, getUniqueName
 
Methods inherited from interface com.semarchy.mdm.runtime.model.logical.IDisplayViewAttribute
getDisplayType, getEntityName, getFieldDisplayProperties, getFieldDisplayType, getHelpContent, getName, getReferencedDisplayNameExpression, getSemQLExpression, isOverrideReferencedDisplayName, isUseCustomLabel
 

Field Detail

FORM_ATTRIBUTE_PREFIX

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

isForceReadOnly

boolean isForceReadOnly()
if to force this attribute to be read only whatever privileges are

Returns:

getFormSection

@Deprecated
IFormSection getFormSection()
Deprecated. use should keep track of IFormSection separately

The FormSection to which this attribute belongs

Returns:

isDefaultExpanded

@Deprecated
boolean isDefaultExpanded()
Deprecated. this is replaced by FormFlowLayoutDescriptor.AttributeFlowLayoutData.isDefaultExpanded() that should be obtained for this IFormAttribute on the IFormView.getFlowLayoutDescriptor()

Getter for owned property DefaultExpanded:

Indicates whether this expandable form attribute is expanded

Returns:
value of this property

isExpandable

@Deprecated
boolean isExpandable()
Deprecated. this is replaced by FormFlowLayoutDescriptor.AttributeFlowLayoutData.isExpandable() that should be obtained for this IFormAttribute on the IFormView.getFlowLayoutDescriptor()

Getter for owned property Expandable:

Indicates whether this Form Attribute is displayed using an expandable

Returns:
value of this property

getHeight

Integer getHeight()
Deprecated. 

Getter for owned property Height:

Height of Image or Inline Widget in Form View

Returns:
value of this property

getWidth

@Deprecated
Integer getWidth()
Deprecated. 

Getter for owned property Width:

Width of Image or Inline Widget in Form View

Returns:
value of this property


Copyright © 2015. All Rights Reserved.