|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFormAttribute
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()
|
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 |
---|
static final String FORM_ATTRIBUTE_PREFIX
Method Detail |
---|
boolean isForceReadOnly()
@Deprecated IFormSection getFormSection()
IFormSection
separately
@Deprecated boolean isDefaultExpanded()
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
@Deprecated boolean isExpandable()
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
Integer getHeight()
Getter for owned property Height
:
Height of Image or Inline Widget in Form View
@Deprecated Integer getWidth()
Getter for owned property Width
:
Width of Image or Inline Widget in Form View
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |