JavaScript is disabled on your browser.
Method Summary
All Methods Instance Methods Abstract Methods
void
Adds a test record to be rendered.
Enables the ability to expand/collapse the test record details (the fields are always shown).
Sets if test record details should be expanded or collapsed (the fields are always shown).
Sets the test record field so that it's rendered in a table column.
Sets test record fields that are rendered in columns of the table.
Methods inherited from interface com.polarion.alm.shared.api.model.Renderer
htmlFor , htmlTo , openLinksInNewWindow , openLinksInNewWindow , withBaselineIcon , withBaselineIcon , withIcon , withIcon , withLinks , withLinks , withRevisionIcon , withRevisionIcon , withRevisionIconInBaseline , withRevisionOrBaselineIcon , withText , withText
Method Details
addTestRecord
void addTestRecord (@NotNull
TestRecord testRecord)
Adds a test record to be rendered.
withFields
Sets test record fields that are rendered in columns of the table.
withField
Sets the test record field so that it's rendered in a table column.
Since:
3.21.1
expanded
Sets if test record details should be expanded or collapsed (the fields are always shown).
If both expandable and expanded is set to false, the details won't be rendered at all.
expandable
Enables the ability to expand/collapse the test record details (the fields are always shown).
Default is true.