- 
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
- 
getNameGet the name of the container 
- Returns:
- name
 
- 
setNameSet the name for the container 
- Parameters:
- name-
- Returns:
- this builder itself
 
- 
getFieldViewListGet all items in the container 
- Returns:
- list of Field view builders
 
- 
addFieldViewAdd a new field view builder in the container 
- Parameters:
- fieldViewBuilder-
- Returns:
- this builder itself
 
- 
addFieldViewsAdd serveral field view builders in the container 
- Parameters:
- fieldViewBuilder-
- Returns:
- this builder itself
 
- 
setFieldViewsSet the list of field view builders in the container 
- Parameters:
- fieldViewBuilderList-
- Returns:
- this builder itself
 
- 
removeFieldViewRemove the Field view builder from the container 
- Parameters:
- fieldViewBuilder-
- Returns:
- this builder itself
 
- 
removeAllFieldViewsRemove all field view builder from the container 
- Returns:
- this builder itself