Package | Description |
---|---|
com.deiser.jira.profields.api.layout | |
com.deiser.jira.profields.api.layout.view |
Modifier and Type | Method and Description |
---|---|
SectionViewBuilder |
LayoutService.getSectionViewBuilder()
Gets section view builder.
|
SectionViewBuilder |
LayoutService.getSectionViewBuilderFrom(SectionView sectionView)
Get section view builder from a section
|
Modifier and Type | Method and Description |
---|---|
List<SectionViewBuilder> |
Layout.getModifiedStructure()
Get all new structure of the layout.
|
List<SectionViewBuilder> |
LayoutBuilder.getSections()
Get all section view builders
|
List<SectionViewBuilder> |
LayoutService.getSectionViewBuildersFrom(Layout layout)
Get all section view builders from layout
|
List<SectionViewBuilder> |
LayoutService.getSectionViewBuildersFrom(List<SectionView> sectionViews)
Get section view builders from a section list
|
Modifier and Type | Method and Description |
---|---|
LayoutBuilder |
LayoutBuilder.addSection(SectionViewBuilder section)
Add new section builder into layout.
|
LayoutBuilder |
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 Type | Method and Description |
---|---|
LayoutBuilder |
LayoutBuilder.setSections(List<SectionViewBuilder> sections)
Set section builders into layout.
|
void |
Layout.setSectionViewBuilders(List<SectionViewBuilder> sectionViewBuilders)
Set the new structure of the layout.
|
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.removeAllFirstColumn()
Remove all containers in the first columns
|
SectionViewBuilder |
SectionViewBuilder.removeAllSecondColumn()
Remove all containers in the second columns
|
SectionViewBuilder |
SectionViewBuilder.removeAllThirdColumn()
Remove all containers in the third columns
|
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
|
SectionViewBuilder |
SectionViewBuilder.setFirstColumn(List<ContainerViewBuilder> containerViewBuilders)
Set the list of container into the first column of the section
|
SectionViewBuilder |
SectionViewBuilder.setName(String name)
Set the name 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.