Modifier and Type | Method and Description |
---|---|
protected IssueTableLayoutBean |
SearchRequestExcelViewCurrentFields.getColumnLayout(SearchRequest searchRequest,
ApplicationUser user) |
protected IssueTableLayoutBean |
SearchRequestExcelViewAllFields.getColumnLayout(SearchRequest searchRequest,
ApplicationUser user) |
protected abstract IssueTableLayoutBean |
AbstractSearchRequestExcelView.getColumnLayout(SearchRequest searchRequest,
ApplicationUser user) |
Modifier and Type | Method and Description |
---|---|
IssueTableLayoutBean |
SubscriptionMailQueueItem.getTableLayout(ApplicationUser user) |
Modifier and Type | Method and Description |
---|---|
IssueTableLayoutBean |
AbstractBulkOperationAction.getIssueTableLayoutBean() |
Modifier and Type | Method and Description |
---|---|
IssueTableLayoutBean |
TableLayoutFactory.getAllColumnsExcelLayout(SearchRequest searchRequest,
ApplicationUser user) |
IssueTableLayoutBean |
TableLayoutFactory.getDashboardLayout(ApplicationUser user,
List<String> columnNames)
Get the columns relevant for the dashboard, but limiting to a specific list of column names.
|
IssueTableLayoutBean |
TableLayoutFactory.getPrintableLayout(SearchRequest searchRequest,
ApplicationUser user) |
IssueTableLayoutBean |
TableLayoutFactory.getStandardExcelLayout(SearchRequest searchRequest,
ApplicationUser user) |
IssueTableLayoutBean |
TableLayoutFactory.getStandardLayout(SearchRequest searchRequest,
ApplicationUser user) |
IssueTableLayoutBean |
TableLayoutFactory.getSubTaskIssuesLayout(ApplicationUser user,
Issue parentIssue,
SubTaskBean subTaskBean,
String subTaskView,
boolean timeTrackingData)
Get the layout for sub-tasks on the view issue page.
|
Modifier and Type | Method and Description |
---|---|
void |
IssueTableWebComponent.asHtml(Writer writer,
IssueTableLayoutBean layout,
List<Issue> issues,
IssuePager pager,
Long selectedIssueId)
Writes a table of issues into the writer provided.
|
String |
IssueTableWebComponent.getHtml(IssueTableLayoutBean layout,
List<Issue> issues,
IssuePager pager)
Deprecated.
Since 6.3.8 use
IssueTableWebComponent.asHtml(java.io.Writer, IssueTableLayoutBean, java.util.List, IssuePager, Long) . It is inefficient in using memory as it uses a string writer. |
String |
IssueTableWebComponent.getHtml(IssueTableLayoutBean layout,
List<Issue> issues,
IssuePager pager,
Long selectedIssueId)
Deprecated.
Since 6.3.8 use
IssueTableWebComponent.asHtml(java.io.Writer, IssueTableLayoutBean, java.util.List, IssuePager, Long) . It is inefficient in using memory as it uses a string writer. |
IssueTableWriter |
IssueTableWebComponent.getHtmlIssueWriter(Writer writer,
IssueTableLayoutBean layout,
IssuePager pager,
ColumnLayoutItem actionColumn)
Deprecated.
since 6.3.8 please use
IssueTableWebComponent.asHtml(java.io.Writer, IssueTableLayoutBean, java.util.List, IssuePager, Long) and pass in the writer object. |
IssueTableWriter |
IssueTableWebComponent.getHtmlIssueWriter(Writer writer,
IssueTableLayoutBean layout,
IssuePager pager,
ColumnLayoutItem actionColumn,
Long selectedIssueId)
Deprecated.
since 6.3.8 please use
IssueTableWebComponent.asHtml(java.io.Writer, IssueTableLayoutBean, java.util.List, IssuePager, Long) and pass in the writer object. |
Modifier and Type | Method and Description |
---|---|
IssueTableLayoutBean |
IssueTableTag.getLayoutBean() |
Modifier and Type | Method and Description |
---|---|
void |
IssueTableTag.setLayoutBean(IssueTableLayoutBean layoutBean) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.