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 |
isShowCode() |
void |
setCodeListId(int codeListId) |
void |
setItemsOrientation(UIOptions.Orientation itemsOrientation) |
void |
setLayout(UIOptions.CodeAttributeLayoutType layout) |
void |
setParentCodeAttributeDefinitionId(Integer parentCodeAttributeDefinitionId) |
void |
setShowCode(boolean showCode) |
getAttributeType, getFieldLabels, getFieldNames, getVisibilityByField, isQualifier, isShowInRecordSummaryList, setFieldLabels, setQualifier, setShowInRecordSummaryList, setVisibilityByFieldgetLabel, getName, getType, isHideWhenNotRelevant, isKey, isMultiple, setHideWhenNotRelevantgetId, 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)
Copyright © 2020 Open Foris. All rights reserved.