-
Method Summary
Add the container in the last position into the first column of the section
Add the list of container in the last position into the first column of the section
Add the container in the last position into the second column of the section
Add the list of container in the last position into the second column of the section
Add the container in the last position into the third column of the section
Add the list of container in the last position into the third column of the section
List of fields in the all section
List of containers in the first column of the section
Get the name of the section
List of containers in the second column of the section
List of containers in the third column of the section
Remove all containers in the first columns
Remove all containers in the second columns
Remove all containers in the third columns
Remove the container in the first column
Remove the container in the second column
Remove the container in the third column
Set the list of container into the first column of the section
Set the name of the section
Set the list of container into the second column of the section
Set the list of container into the third column of the section
-
Method Details
-
getName
Get the name of the section
- Returns:
-
setName
Set the name of the section
- Parameters:
name
-
- Returns:
- this builder itself
-
getFirstColumn
List of containers in the first column of the section
- Returns:
- list of containers
-
addFirstColumn
Add the container in the last position into the first column of the section
- Parameters:
containerViewBuilder
-
- Returns:
- this builder itself
-
addFirstColumn
Add the list of container in the last position into the first column of the section
- Parameters:
containerViewBuilders
-
- Returns:
- this builder itself
-
setFirstColumn
Set the list of container into the first column of the section
- Parameters:
containerViewBuilders
-
- Returns:
- this builder itself
-
removeFirstColumn
Remove the container in the first column
- Parameters:
containerViewBuilder
-
- Returns:
- this builder itself
-
removeAllFirstColumn
Remove all containers in the first columns
- Returns:
- this builder itself
-
getSecondColumn
List of containers in the second column of the section
- Returns:
- list of containers
-
addSecondColumn
Add the container in the last position into the second column of the section
- Parameters:
containerViewBuilder
-
- Returns:
- this builder itself
-
addSecondColumn
Add the list of container in the last position into the second column of the section
- Parameters:
containerViewBuilders
-
- Returns:
- this builder itself
-
setSecondColumn
Set the list of container into the second column of the section
- Parameters:
containerViewBuilders
-
- Returns:
- this builder itself
-
removeSecondColumn
Remove the container in the second column
- Parameters:
containerViewBuilder
-
- Returns:
- this builder itself
-
removeAllSecondColumn
Remove all containers in the second columns
- Returns:
- this builder itself
-
getThirdColumn
List of containers in the third column of the section
- Returns:
- list of containers
-
addThirdColumn
Add the container in the last position into the third column of the section
- Parameters:
containerViewBuilder
-
- Returns:
- this builder itself
-
addThirdColumn
Add the list of container in the last position into the third column of the section
- Parameters:
containerViewBuilders
-
- Returns:
- this builder itself
-
setThirdColumn
Set the list of container into the third column of the section
- Parameters:
containerViewBuilders
-
- Returns:
- this builder itself
-
removeThirdColumn
Remove the container in the third column
- Parameters:
containerViewBuilder
-
- Returns:
- this builder itself
-
removeAllThirdColumn
Remove all containers in the third columns
- Returns:
- this builder itself
-
getFields
List of fields in the all section
- Returns:
- list of fields