Uses of Interface
com.deiser.jira.profields.api.layout.view.SectionViewBuilder
-
Uses of SectionViewBuilder in com.deiser.jira.profields.api.layout
Modifier and TypeMethodDescriptionLayoutService.getSectionViewBuilder()
Gets section view builder.LayoutService.getSectionViewBuilderFrom
(SectionView sectionView) Get section view builder from a sectionModifier 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 listModifier 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.Modifier 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
Modifier 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