com.polarion.alm.tracker.model.IModuleHomePageBuilder.IHeadingBuilder
METHODS
Modifiers and Type | Name | Description |
---|---|---|
IHeadingBuilder | level(int) | The title has level 0. There can be multiple title headings. It is also allowed to skip heading levels (e.g. there can be heading with level 3 after heading with level 1). Default value is 0. |
IModuleHomePageBuilder | add() | Adds the heading to the page builder and closes this heading builder. |
Back to Index