com.atlassian.jira.web.component
Class IssueTableLayoutBean
java.lang.Object
com.atlassian.jira.web.component.IssueTableLayoutBean
public class IssueTableLayoutBean
- extends Object
This bean is used to control the display properties of the IssueTable, and works with
IssueTableWebComponent
and issuetable.vm to achieve this.
It contains sensible defaults.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CELL_NO_LINK
public static final String CELL_NO_LINK
- See Also:
- Constant Field Values
CELL_TEXT_ONLY
public static final String CELL_TEXT_ONLY
- See Also:
- Constant Field Values
FULL_LINK
public static final String FULL_LINK
- See Also:
- Constant Field Values
DEFAULT_COLUMNS
public static final String DEFAULT_COLUMNS
- See Also:
- Constant Field Values
EXCEL_VIEW
public static final String EXCEL_VIEW
- Deprecated. use
FieldRenderingContext.EXCEL_VIEW
instead
- See Also:
- Constant Field Values
NAVIGATOR_VIEW
public static final String NAVIGATOR_VIEW
- Deprecated. use
FieldRenderingContext.NAVIGATOR_VIEW
instead
- See Also:
- Constant Field Values
IssueTableLayoutBean
public IssueTableLayoutBean(List<ColumnLayoutItem> columns)
IssueTableLayoutBean
public IssueTableLayoutBean(List<ColumnLayoutItem> columns,
Collection<SearchSort> searchSorts)
IssueTableLayoutBean
public IssueTableLayoutBean(com.atlassian.crowd.embedded.api.User user,
Collection<SearchSort> searchSorts)
getColumns
public List<ColumnLayoutItem> getColumns()
getFirstSorter
public SearchSort getFirstSorter()
getFilterId
public Long getFilterId()
getActionUrl
public String getActionUrl()
addCellDisplayParam
public void addCellDisplayParam(String key,
Object value)
- You can use this method to pass parameters through to individual cells / issues
for formatting.
- See Also:
CELL_NO_LINK
,
CELL_TEXT_ONLY
getCellDisplayParams
public Map getCellDisplayParams()
isSortingEnabled
public boolean isSortingEnabled()
setSortingEnabled
public void setSortingEnabled(boolean sortingEnabled)
isShowHeaderDescription
public boolean isShowHeaderDescription()
setShowHeaderDescription
public void setShowHeaderDescription(boolean showHeaderDescription)
isAlternateRowColors
public boolean isAlternateRowColors()
setAlternateRowColors
public void setAlternateRowColors(boolean alternateRowColors)
isShowTableEditHeader
public boolean isShowTableEditHeader()
setShowTableEditHeader
public void setShowTableEditHeader(boolean showTableEditHeader)
setFilterId
public void setFilterId(Long filterId)
setActionUrl
public void setActionUrl(String actionUrl)
setDisplayHeader
public void setDisplayHeader(boolean displayHeader)
isDisplayHeader
public boolean isDisplayHeader()
isDisplayHeaderPager
public boolean isDisplayHeaderPager()
setDisplayHeaderPager
public void setDisplayHeaderPager(boolean displayHeaderPager)
isShowExteriorTable
public boolean isShowExteriorTable()
setShowExteriorTable
public void setShowExteriorTable(boolean showExteriorTable)
getTableCssClass
public String getTableCssClass()
setTableCssClass
public void setTableCssClass(String tableCssClass)
- Set the CSS class for the table element in the issue table. Defaults to 'grid'
isShowActionColumn
public boolean isShowActionColumn()
setShowActionColumn
public void setShowActionColumn(boolean showActionColumn)
Copyright © 2002-2012 Atlassian. All Rights Reserved.