Uses of Interface
com.deiser.jira.profields.api.layout.view.ContainerViewBuilder
-
Uses of ContainerViewBuilder in com.deiser.jira.profields.api.layout
Modifier 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
Modifier 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 containerModifier 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 sectionModifier 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 columnModifier 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