Package | Description |
---|---|
com.deiser.jira.profields.api.layout |
Modifier and Type | Method and Description |
---|---|
LayoutBuilder |
LayoutBuilder.addSection(SectionViewBuilder section)
Add new section builder into layout.
|
LayoutBuilder |
LayoutBuilder.addSections(SectionViewBuilder... sectionViewBuilders)
Add new section builders into layout.
|
LayoutBuilder |
LayoutService.getLayoutBuilder()
Get the layout builder.
|
LayoutBuilder |
LayoutBuilder.removeAllSections()
Remove all sections of the layout.
|
LayoutBuilder |
LayoutBuilder.setDescription(String description)
Set the description of the layout.
|
LayoutBuilder |
LayoutBuilder.setName(String name)
Set the name of the layout.
|
LayoutBuilder |
LayoutBuilder.setSections(List<SectionViewBuilder> sections)
Set section builders into layout.
|
Modifier and Type | Method and Description |
---|---|
Layout |
LayoutService.create(LayoutBuilder layoutBuilder)
Create the layout.
|
Copyright © 2021 DEISER. All Rights Reserved.