public class AttributeDefView extends NodeDefView
id| Constructor and Description |
|---|
AttributeDefView(int id,
String name,
String label,
AttributeType type,
List<String> fieldNames,
boolean key,
boolean multiple) |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
getAttributeType() |
List<String> |
getFieldLabels() |
List<String> |
getFieldNames() |
Map<String,Boolean> |
getVisibilityByField() |
boolean |
isCalculated() |
boolean |
isHidden() |
boolean |
isQualifier() |
boolean |
isShowInRecordSummaryList() |
void |
setCalculated(boolean calculated) |
void |
setFieldLabels(List<String> fieldLabels) |
void |
setHidden(boolean hidden) |
void |
setQualifier(boolean qualifier) |
void |
setShowInRecordSummaryList(boolean showInRecordSummaryList) |
void |
setVisibilityByField(Map<String,Boolean> visibilityByField) |
getDeprecatedVersionId, getDescription, getHeadingLabel, getLabel, getLabelWidth, getName, getNumberLabel, getSinceVersionId, getType, getWidth, isAlwaysRelevant, isHideWhenNotRelevant, isKey, isMultiple, setAlwaysRelevant, setDeprecatedVersionId, setDescription, setHeadingLabel, setHideWhenNotRelevant, setLabelWidth, setNumberLabel, setSinceVersionId, setWidthgetId, setIdpublic AttributeDefView(int id,
String name,
String label,
AttributeType type,
List<String> fieldNames,
boolean key,
boolean multiple)
public AttributeType getAttributeType()
public boolean isShowInRecordSummaryList()
public void setShowInRecordSummaryList(boolean showInRecordSummaryList)
public boolean isQualifier()
public void setQualifier(boolean qualifier)
public boolean isCalculated()
public void setCalculated(boolean calculated)
public boolean isHidden()
public void setHidden(boolean hidden)
Copyright © 2021 Open Foris. All rights reserved.