| java.lang.Object | |
| ↳ | com.atlassian.jira.web.component.SimpleColumnLayoutItem |
Known Direct Subclasses
| |||||||||||||||
This column layout is used to be able to create columns that are just producing HTML.
It works in conjunction withIssueTableWebComponent
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return some text for the Column Header.
| |||||||||||
Subclasses can override this method to provide specific header html
| |||||||||||
Subclasses need to implement this to return the HTML for each row.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Subclasses can override this to provide their own CSS class if they need to
| |||||||||||
This method is deprecated.
No replacement.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||
From interface
com.atlassian.jira.issue.fields.layout.column.ColumnLayoutItem
| |||||||||||||||||||||
From interface
java.lang.Comparable
| |||||||||||||||||||||
Return some text for the Column Header. By default this calls
getColumnHeadingKey() but implementations can
override this to provide different column headings as appropriate
getText(String) to get a heading
Subclasses need to implement this to return the HTML for each row.
Subclasses can override this to provide their own CSS class if they need to
This method is deprecated.
No replacement.

