Uses of Interface
com.deiser.jira.profields.api.layout.LayoutBuilder
Packages that use LayoutBuilder
-
Uses of LayoutBuilder in com.deiser.jira.profields.api.layout
Methods in com.deiser.jira.profields.api.layout that return LayoutBuilderModifier and TypeMethodDescriptionLayoutBuilder.addSection
(SectionViewBuilder section) Add new section builder into layout.LayoutBuilder.addSections
(SectionViewBuilder... sectionViewBuilders) Add new section builders into layout.LayoutService.getLayoutBuilder()
Get the layout builder.LayoutBuilder.removeAllSections()
Remove all sections of the layout.LayoutBuilder.setDescription
(String description) Set the description of the layout.Set the name of the layout.LayoutBuilder.setSections
(List<SectionViewBuilder> sections) Set section builders into layout.Methods in com.deiser.jira.profields.api.layout with parameters of type LayoutBuilderModifier and TypeMethodDescriptionLayoutService.create
(LayoutBuilder layoutBuilder) Create the layout.