Uses of Interface
com.deiser.jira.profields.api.layout.view.ContainerViewBuilder
Packages that use ContainerViewBuilder
-
Uses of ContainerViewBuilder in com.deiser.jira.profields.api.layout
Methods in com.deiser.jira.profields.api.layout that return ContainerViewBuilderModifier and TypeMethodDescriptionLayoutService.getContainerViewBuilder()
Gets container view builder.LayoutService.getContainerViewBuilderFrom
(ContainerView containerView) Get container view builder from a container -
Uses of ContainerViewBuilder in com.deiser.jira.profields.api.layout.view
Methods in com.deiser.jira.profields.api.layout.view that return ContainerViewBuilderModifier and TypeMethodDescriptionContainerViewBuilder.addFieldView
(FieldViewBuilder fieldViewBuilder) Add a new field view builder in the containerContainerViewBuilder.addFieldViews
(FieldViewBuilder... fieldViewBuilder) Add serveral field view builders in the containerContainerViewBuilder.removeAllFieldViews()
Remove all field view builder from the containerContainerViewBuilder.removeFieldView
(FieldViewBuilder fieldViewBuilder) Remove the Field view builder from the containerContainerViewBuilder.setFieldViews
(List<FieldViewBuilder> fieldViewBuilderList) Set the list of field view builders in the containerSet the name for the containerMethods in com.deiser.jira.profields.api.layout.view that return types with arguments of type ContainerViewBuilderModifier and TypeMethodDescriptionSectionViewBuilder.getFirstColumn()
List of containers in the first column of the sectionSectionViewBuilder.getSecondColumn()
List of containers in the second column of the sectionSectionViewBuilder.getThirdColumn()
List of containers in the third column of the sectionMethods in com.deiser.jira.profields.api.layout.view with parameters of type ContainerViewBuilderModifier 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.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 columnMethod parameters in com.deiser.jira.profields.api.layout.view with type arguments of type ContainerViewBuilderModifier and TypeMethodDescriptionSectionViewBuilder.setFirstColumn
(List<ContainerViewBuilder> containerViewBuilders) Set the list of container into the first column 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