public class CodeAttributeDefView extends AttributeDefView
id| Constructor and Description |
|---|
CodeAttributeDefView(int id,
String name,
String label,
AttributeType type,
List<String> fieldNames,
boolean key,
boolean multiple) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCodeListId() |
UIOptions.Orientation |
getItemsOrientation() |
UIOptions.CodeAttributeLayoutType |
getLayout() |
Integer |
getParentCodeAttributeDefinitionId() |
boolean |
isEnumerator() |
boolean |
isHasQualifiableItems() |
boolean |
isShowCode() |
void |
setCodeListId(int codeListId) |
void |
setEnumerator(boolean enumerator) |
void |
setHasQualifiableItems(boolean hasQualifiableItems) |
void |
setItemsOrientation(UIOptions.Orientation itemsOrientation) |
void |
setLayout(UIOptions.CodeAttributeLayoutType layout) |
void |
setParentCodeAttributeDefinitionId(Integer parentCodeAttributeDefinitionId) |
void |
setShowCode(boolean showCode) |
getAttributeType, getFieldLabels, getFieldNames, getVisibilityByField, isCalculated, isHidden, isQualifier, isShowInRecordSummaryList, setCalculated, setFieldLabels, setHidden, setQualifier, setShowInRecordSummaryList, setVisibilityByFieldgetDeprecatedVersionId, getDescription, getHeadingLabel, getLabel, getLabelWidth, getName, getNumberLabel, getSinceVersionId, getType, getWidth, isAlwaysRelevant, isHideWhenNotRelevant, isKey, isMultiple, setAlwaysRelevant, setDeprecatedVersionId, setDescription, setHeadingLabel, setHideWhenNotRelevant, setLabelWidth, setNumberLabel, setSinceVersionId, setWidthgetId, setIdpublic CodeAttributeDefView(int id,
String name,
String label,
AttributeType type,
List<String> fieldNames,
boolean key,
boolean multiple)
public int getCodeListId()
public void setCodeListId(int codeListId)
public Integer getParentCodeAttributeDefinitionId()
public void setParentCodeAttributeDefinitionId(Integer parentCodeAttributeDefinitionId)
public UIOptions.Orientation getItemsOrientation()
public void setItemsOrientation(UIOptions.Orientation itemsOrientation)
public boolean isShowCode()
public void setShowCode(boolean showCode)
public UIOptions.CodeAttributeLayoutType getLayout()
public void setLayout(UIOptions.CodeAttributeLayoutType layout)
public boolean isEnumerator()
public void setEnumerator(boolean enumerator)
public boolean isHasQualifiableItems()
public void setHasQualifiableItems(boolean hasQualifiableItems)
Copyright © 2020 Open Foris. All rights reserved.