Package | Description |
---|---|
com.deiser.jira.profields.api.layout | |
com.deiser.jira.profields.api.layout.view |
Modifier and Type | Method and Description |
---|---|
ContainerViewBuilder |
LayoutService.getContainerViewBuilder()
Gets container view builder.
|
ContainerViewBuilder |
LayoutService.getContainerViewBuilderFrom(ContainerView containerView)
Get container view builder from a container
|
Modifier and Type | Method and Description |
---|---|
ContainerViewBuilder |
ContainerViewBuilder.addFieldView(FieldViewBuilder fieldViewBuilder)
Add a new field view builder in the container
|
ContainerViewBuilder |
ContainerViewBuilder.addFieldViews(FieldViewBuilder... fieldViewBuilder)
Add serveral field view builders in the container
|
ContainerViewBuilder |
ContainerViewBuilder.removeAllFieldViews()
Remove all field view builder from the container
|
ContainerViewBuilder |
ContainerViewBuilder.removeFieldView(FieldViewBuilder fieldViewBuilder)
Remove the Field view builder from the container
|
ContainerViewBuilder |
ContainerViewBuilder.setFieldViews(List<FieldViewBuilder> fieldViewBuilderList)
Set the list of field view builders in the container
|
ContainerViewBuilder |
ContainerViewBuilder.setName(String name)
Set the name for the container
|
Modifier and Type | Method and Description |
---|---|
List<ContainerViewBuilder> |
SectionViewBuilder.getFirstColumn()
List of containers in the first column of the section
|
List<ContainerViewBuilder> |
SectionViewBuilder.getSecondColumn()
List of containers in the second column of the section
|
List<ContainerViewBuilder> |
SectionViewBuilder.getThirdColumn()
List of containers in the third column of the section
|
Modifier and Type | Method and Description |
---|---|
SectionViewBuilder |
SectionViewBuilder.addFirstColumn(ContainerViewBuilder... containerViewBuilders)
Add the list of container in the last position into the first column of the section
|
SectionViewBuilder |
SectionViewBuilder.addFirstColumn(ContainerViewBuilder containerViewBuilder)
Add the container in the last position into the first column of the section
|
SectionViewBuilder |
SectionViewBuilder.addSecondColumn(ContainerViewBuilder... containerViewBuilders)
Add the list of container in the last position into the second column of the section
|
SectionViewBuilder |
SectionViewBuilder.addSecondColumn(ContainerViewBuilder containerViewBuilder)
Add the container in the last position into the second column of the section
|
SectionViewBuilder |
SectionViewBuilder.addThirdColumn(ContainerViewBuilder... containerViewBuilders)
Add the list of container in the last position into the third column of the section
|
SectionViewBuilder |
SectionViewBuilder.addThirdColumn(ContainerViewBuilder containerViewBuilder)
Add the container in the last position into the third column of the section
|
SectionViewBuilder |
SectionViewBuilder.removeFirstColumn(ContainerViewBuilder containerViewBuilder)
Remove the container in the first column
|
SectionViewBuilder |
SectionViewBuilder.removeSecondColumn(ContainerViewBuilder containerViewBuilder)
Remove the container in the second column
|
SectionViewBuilder |
SectionViewBuilder.removeThirdColumn(ContainerViewBuilder containerViewBuilder)
Remove the container in the third column
|
Modifier and Type | Method and Description |
---|---|
SectionViewBuilder |
SectionViewBuilder.setFirstColumn(List<ContainerViewBuilder> containerViewBuilders)
Set the list of container into the first column of the section
|
SectionViewBuilder |
SectionViewBuilder.setSecondColumn(List<ContainerViewBuilder> containerViewBuilders)
Set the list of container into the second column of the section
|
SectionViewBuilder |
SectionViewBuilder.setThirdColumn(List<ContainerViewBuilder> containerViewBuilders)
Set the list of container into the third column of the section
|
Copyright © 2022 DEISER. All Rights Reserved.