public class DisplayVersion extends DisplayFieldRefCollection
DisplayFieldRefCollection.DisplayFieldRefNotFoundException, DisplayFieldRefCollection.DuplicateDisplayFieldRefException
Constructor and Description |
---|
DisplayVersion() |
Modifier and Type | Method and Description |
---|---|
ArrayList<DisplayFieldReferenceI> |
getAllFields()
Returns the all defined DisplayFields
|
String |
getBriefDescription() |
String |
getDarkColor() |
String |
getDefaultOrderBy() |
String |
getDefaultSortOrder() |
Collection |
getDisplayFields() |
HTMLCell |
getHeaderCell() |
String |
getLightColor() |
ElementDisplay |
getParentElementDisplay() |
String |
getVersionName() |
ArrayList<DisplayFieldReferenceI> |
getVisibleFields()
Returns the visible DisplayFields
|
boolean |
isAllowDiffs() |
void |
setAllowDiffs(boolean allowDiffs) |
void |
setBriefDescription(String string) |
void |
setDarkColor(String string) |
void |
setDefaultOrderBy(String string) |
void |
setDefaultSortOrder(String defaultSortOrder) |
void |
setHeaderCell(HTMLCell cell) |
void |
setLightColor(String string) |
void |
setParentElementDisplay(ElementDisplay display) |
void |
setVersionName(String string) |
addDisplayField, addDisplayFieldWException, getDisplayField, getDisplayFieldRefHash, getDisplayFieldRefIterator, getDisplayFieldWException, getSortedDisplayFieldRefs
addStoredItem, addStoredItemWException, allowItemNotFoundError, allowReplacement, getItemHash, getItemIterator, getStoredItem, getStoredItemWException, setAllowItemNotFoundError, setAllowReplacement, size, toString
public String getVersionName()
public void setVersionName(String string)
string
- public String getDefaultOrderBy()
public void setDefaultOrderBy(String string)
string
- public String getDefaultSortOrder()
public void setDefaultSortOrder(String defaultSortOrder)
defaultSortOrder
- The defaultSortOrder to set.public String getBriefDescription()
public String getDarkColor()
public String getLightColor()
public void setBriefDescription(String string)
string
- public void setDarkColor(String string)
string
- public void setLightColor(String string)
string
- public ArrayList<DisplayFieldReferenceI> getVisibleFields()
public ArrayList<DisplayFieldReferenceI> getAllFields()
public ElementDisplay getParentElementDisplay()
public void setParentElementDisplay(ElementDisplay display)
display
- public HTMLCell getHeaderCell()
public void setHeaderCell(HTMLCell cell)
cell
- public Collection getDisplayFields()
public boolean isAllowDiffs()
public void setAllowDiffs(boolean allowDiffs)
allowDiffs
- The allowDiffs to set.Copyright © 2015 Neuroinformatics Research Group. All rights reserved.