public class ListGridRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
altId |
protected String |
errorKey |
protected String |
errorMessage |
protected Map<String,Field> |
fieldMap
Convenience map keyed by the field name.
|
protected List<Field> |
fields |
protected List<Field> |
hiddenFields |
protected ListGridRecordIcon |
icon |
protected String |
id |
protected Boolean |
isDirty |
protected Boolean |
isError |
protected ListGrid |
listGrid |
| Constructor and Description |
|---|
ListGridRecord() |
protected ListGrid listGrid
protected String id
protected String altId
protected Boolean isDirty
protected Boolean isError
protected String errorKey
protected String errorMessage
protected ListGridRecordIcon icon
public String getPath()
public boolean getCanLinkToExternalEntity()
public String getExternalEntityPath()
public ListGrid getListGrid()
public void setListGrid(ListGrid listGrid)
public String getId()
public void setId(String id)
public int getIndex()
public List<Field> getFields()
ListGrid.getHeaderFields() and then invoke the getField(String) method
with that header field name.public Field getField(String fieldName)
Field in this record for a particular field name. Used when displaying a ListGrid in order
to guarantee proper field orderingfieldName - public void clearFieldMap()
public String getHiddenFieldsJson()
public Boolean getIsDirty()
public void setDirty(Boolean isDirty)
public Boolean getIsError()
public void setIsError(Boolean isError)
public String getErrorKey()
public void setErrorKey(String errorKey)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage - public ListGridRecordIcon getIcon()
public void setIcon(ListGridRecordIcon icon)
public Boolean getHasIcon()
public String getAltId()
public void setAltId(String altId)
Copyright © 2015. All rights reserved.