public interface IFormAttribute extends IUniquelyNamed, Serializable, IDisplayViewAttribute
Modifier and Type | Field and Description |
---|---|
static String |
FORM_ATTRIBUTE_PREFIX |
SEP
Modifier and Type | Method and Description |
---|---|
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()
|
getPrefixedUniqueName, getUniqueName
getDisplayType, getEntityName, getFieldDisplayProperties, getFieldDisplayType, getHelpContent, getName, getReferencedDisplayNameExpression, getSemQLExpression, isOverrideReferencedDisplayName, isUseCustomLabel
static final String FORM_ATTRIBUTE_PREFIX
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
Copyright © 2016. All Rights Reserved.