public interface SectionViewBuilder extends ViewItemBuilder
Modifier and Type | Method and Description |
---|---|
SectionViewBuilder |
addFirstColumn(ContainerViewBuilder... containerViewBuilders)
Add the list of container in the last position into the first column of the section
|
SectionViewBuilder |
addFirstColumn(ContainerViewBuilder containerViewBuilder)
Add the container in the last position into the first column of the section
|
SectionViewBuilder |
addSecondColumn(ContainerViewBuilder... containerViewBuilders)
Add the list of container in the last position into the second column of the section
|
SectionViewBuilder |
addSecondColumn(ContainerViewBuilder containerViewBuilder)
Add the container in the last position into the second column of the section
|
SectionViewBuilder |
addThirdColumn(ContainerViewBuilder... containerViewBuilders)
Add the list of container in the last position into the third column of the section
|
SectionViewBuilder |
addThirdColumn(ContainerViewBuilder containerViewBuilder)
Add the container in the last position into the third column of the section
|
List<ContainerViewBuilder> |
getFirstColumn()
List of containers in the first column of the section
|
String |
getName()
Get the name of the section
|
List<ContainerViewBuilder> |
getSecondColumn()
List of containers in the second column of the section
|
List<ContainerViewBuilder> |
getThirdColumn()
List of containers in the third column of the section
|
SectionViewBuilder |
removeAllFirstColumn()
Remove all containers in the first columns
|
SectionViewBuilder |
removeAllSecondColumn()
Remove all containers in the second columns
|
SectionViewBuilder |
removeAllThirdColumn()
Remove all containers in the third columns
|
SectionViewBuilder |
removeFirstColumn(ContainerViewBuilder containerViewBuilder)
Remove the container in the first column
|
SectionViewBuilder |
removeSecondColumn(ContainerViewBuilder containerViewBuilder)
Remove the container in the second column
|
SectionViewBuilder |
removeThirdColumn(ContainerViewBuilder containerViewBuilder)
Remove the container in the third column
|
SectionViewBuilder |
setFirstColumn(List<ContainerViewBuilder> containerViewBuilders)
Set the list of container into the first column of the section
|
SectionViewBuilder |
setName(String name)
Set the name of the section
|
SectionViewBuilder |
setSecondColumn(List<ContainerViewBuilder> containerViewBuilders)
Set the list of container into the second column of the section
|
SectionViewBuilder |
setThirdColumn(List<ContainerViewBuilder> containerViewBuilders)
Set the list of container into the third column of the section
|
validate
String getName()
SectionViewBuilder setName(String name)
name
- List<ContainerViewBuilder> getFirstColumn()
SectionViewBuilder addFirstColumn(ContainerViewBuilder containerViewBuilder)
containerViewBuilder
- SectionViewBuilder addFirstColumn(ContainerViewBuilder... containerViewBuilders)
containerViewBuilders
- SectionViewBuilder setFirstColumn(List<ContainerViewBuilder> containerViewBuilders)
containerViewBuilders
- SectionViewBuilder removeFirstColumn(ContainerViewBuilder containerViewBuilder)
containerViewBuilder
- SectionViewBuilder removeAllFirstColumn()
List<ContainerViewBuilder> getSecondColumn()
SectionViewBuilder addSecondColumn(ContainerViewBuilder containerViewBuilder)
containerViewBuilder
- SectionViewBuilder addSecondColumn(ContainerViewBuilder... containerViewBuilders)
containerViewBuilders
- SectionViewBuilder setSecondColumn(List<ContainerViewBuilder> containerViewBuilders)
containerViewBuilders
- SectionViewBuilder removeSecondColumn(ContainerViewBuilder containerViewBuilder)
containerViewBuilder
- SectionViewBuilder removeAllSecondColumn()
List<ContainerViewBuilder> getThirdColumn()
SectionViewBuilder addThirdColumn(ContainerViewBuilder containerViewBuilder)
containerViewBuilder
- SectionViewBuilder addThirdColumn(ContainerViewBuilder... containerViewBuilders)
containerViewBuilders
- SectionViewBuilder setThirdColumn(List<ContainerViewBuilder> containerViewBuilders)
containerViewBuilders
- SectionViewBuilder removeThirdColumn(ContainerViewBuilder containerViewBuilder)
containerViewBuilder
- SectionViewBuilder removeAllThirdColumn()
Copyright © 2021 DEISER. All Rights Reserved.