-
Method Summary
Add a new field view builder in the container
Add serveral field view builders in the container
Get all items in the container
Get the name of the container
Remove all field view builder from the container
Remove the Field view builder from the container
Set the list of field view builders in the container
Set the name for the container
-
Method Details
-
getName
Get the name of the container
- Returns:
- name
-
setName
Set the name for the container
- Parameters:
name
-
- Returns:
- this builder itself
-
getFieldViewList
Get all items in the container
- Returns:
- list of Field view builders
-
addFieldView
Add a new field view builder in the container
- Parameters:
fieldViewBuilder
-
- Returns:
- this builder itself
-
addFieldViews
Add serveral field view builders in the container
- Parameters:
fieldViewBuilder
-
- Returns:
- this builder itself
-
setFieldViews
Set the list of field view builders in the container
- Parameters:
fieldViewBuilderList
-
- Returns:
- this builder itself
-
removeFieldView
Remove the Field view builder from the container
- Parameters:
fieldViewBuilder
-
- Returns:
- this builder itself
-
removeAllFieldViews
Remove all field view builder from the container
- Returns:
- this builder itself