Uses of Interface
com.deiser.jira.profields.api.layout.view.SectionViewBuilder
Packages that use SectionViewBuilder
-
Uses of SectionViewBuilder in com.deiser.jira.profields.api.layout
Methods in com.deiser.jira.profields.api.layout that return SectionViewBuilderModifier and TypeMethodDescriptionLayoutService.getSectionViewBuilder()
Gets section view builder.LayoutService.getSectionViewBuilderFrom
(SectionView sectionView) Get section view builder from a sectionMethods in com.deiser.jira.profields.api.layout that return types with arguments of type SectionViewBuilderModifier and TypeMethodDescriptionLayout.getModifiedStructure()
Get all new structure of the layout.LayoutBuilder.getSections()
Get all section view buildersLayoutService.getSectionViewBuildersFrom
(Layout layout) Get all section view builders from layoutLayoutService.getSectionViewBuildersFrom
(List<SectionView> sectionViews) Get section view builders from a section listMethods in com.deiser.jira.profields.api.layout with parameters of type SectionViewBuilderModifier and TypeMethodDescriptionLayoutBuilder.addSection
(SectionViewBuilder section) Add new section builder into layout.LayoutBuilder.addSections
(SectionViewBuilder... sectionViewBuilders) Add new section builders into layout.void
Layout.addSectionViewBuilder
(SectionViewBuilder sectionViewBuilder) Add the new section in the new structure of the layout.void
Layout.removeSectionViewBuilder
(SectionViewBuilder sectionViewBuilder) Remove the sectionViewBuilder in the new structure of the layout.Method parameters in com.deiser.jira.profields.api.layout with type arguments of type SectionViewBuilderModifier and TypeMethodDescriptionLayoutBuilder.setSections
(List<SectionViewBuilder> sections) Set section builders into layout.void
Layout.setSectionViewBuilders
(List<SectionViewBuilder> sectionViewBuilders) Set the new structure of the layout. -
Uses of SectionViewBuilder in com.deiser.jira.profields.api.layout.view
Methods in com.deiser.jira.profields.api.layout.view that return SectionViewBuilderModifier and TypeMethodDescriptionSectionViewBuilder.addFirstColumn
(ContainerViewBuilder containerViewBuilder) Add the container in the last position into the first column of the sectionSectionViewBuilder.addFirstColumn
(ContainerViewBuilder... containerViewBuilders) Add the list of container in the last position into the first column of the sectionSectionViewBuilder.addSecondColumn
(ContainerViewBuilder containerViewBuilder) Add the container in the last position into the second column of the sectionSectionViewBuilder.addSecondColumn
(ContainerViewBuilder... containerViewBuilders) Add the list of container in the last position into the second column of the sectionSectionViewBuilder.addThirdColumn
(ContainerViewBuilder containerViewBuilder) Add the container in the last position into the third column of the sectionSectionViewBuilder.addThirdColumn
(ContainerViewBuilder... containerViewBuilders) Add the list of container in the last position into the third column of the sectionSectionViewBuilder.removeAllFirstColumn()
Remove all containers in the first columnsSectionViewBuilder.removeAllSecondColumn()
Remove all containers in the second columnsSectionViewBuilder.removeAllThirdColumn()
Remove all containers in the third columnsSectionViewBuilder.removeFirstColumn
(ContainerViewBuilder containerViewBuilder) Remove the container in the first columnSectionViewBuilder.removeSecondColumn
(ContainerViewBuilder containerViewBuilder) Remove the container in the second columnSectionViewBuilder.removeThirdColumn
(ContainerViewBuilder containerViewBuilder) Remove the container in the third columnSectionViewBuilder.setFirstColumn
(List<ContainerViewBuilder> containerViewBuilders) Set the list of container into the first column of the sectionSet the name of the sectionSectionViewBuilder.setSecondColumn
(List<ContainerViewBuilder> containerViewBuilders) Set the list of container into the second column of the sectionSectionViewBuilder.setThirdColumn
(List<ContainerViewBuilder> containerViewBuilders) Set the list of container into the third column of the section