|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDisplayViewAttribute
Describe a Display View Attribute (an attribute of a ITableView
or a
IFormView
)
Method Summary | |
---|---|
AttributeDisplayType |
getDisplayType()
Deprecated. replaced by getFieldDisplayType() |
String |
getEntityName()
Returns the entity name for which this Attribute is defined |
Map<String,String> |
getFieldDisplayProperties()
|
FieldDisplayType |
getFieldDisplayType()
Getter for owned property FieldDisplayType : |
HelpContent |
getHelpContent()
The help content to display for this attribute. |
String |
getName()
The name of the attribute |
String |
getReferencedDisplayNameExpression()
Getter for owned property ReferencedDisplayNameExpression : |
String |
getSemQLExpression()
The SemQL Expression used to represent this attribute. |
boolean |
isOverrideReferencedDisplayName()
Getter for owned property OverrideReferencedDisplayName : |
boolean |
isUseCustomLabel()
Getter for owned property UseCustomLabel : |
Method Detail |
---|
String getName()
String getEntityName()
String getSemQLExpression()
boolean isUseCustomLabel()
Getter for owned property UseCustomLabel
:
Indicates whether a custom label is used for this Table Attribute
HelpContent getHelpContent()
AttributeDisplayType getDisplayType()
getFieldDisplayType()
Getter for owned property DisplayType
:
Indicates how attributes will be displayed in form view
FieldDisplayType getFieldDisplayType()
Getter for owned property FieldDisplayType
:
Indicates how attributes will be displayed in form view
Map<String,String> getFieldDisplayProperties()
boolean isOverrideReferencedDisplayName()
Getter for owned property OverrideReferencedDisplayName
:
Indicates if a the reference display name is overriden
String getReferencedDisplayNameExpression()
Getter for owned property ReferencedDisplayNameExpression
:
Reference Display Name when overridden
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |