|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ListGrid in org.broadleafcommerce.openadmin.web.controller |
|---|
| Methods in org.broadleafcommerce.openadmin.web.controller that return ListGrid | |
|---|---|
protected ListGrid |
AdminAbstractController.getCollectionListGrid(ClassMetadata mainMetadata,
Entity entity,
Property collectionProperty,
org.springframework.util.MultiValueMap<String,String> requestParams,
String sectionKey)
Convenience method for obtaining a ListGrid DTO object for a collection. |
protected ListGrid |
AdminAbstractController.getCollectionListGrid(ClassMetadata mainMetadata,
Entity entity,
Property collectionProperty,
org.springframework.util.MultiValueMap<String,String> requestParams,
String sectionKey,
PersistenceResponse persistenceResponse)
Convenience method for obtaining a ListGrid DTO object for a collection. |
| Uses of ListGrid in org.broadleafcommerce.openadmin.web.form.component |
|---|
| Fields in org.broadleafcommerce.openadmin.web.form.component declared as ListGrid | |
|---|---|
protected ListGrid |
ListGridRecord.listGrid
|
| Methods in org.broadleafcommerce.openadmin.web.form.component that return ListGrid | |
|---|---|
ListGrid |
ListGridRecord.getListGrid()
|
| Methods in org.broadleafcommerce.openadmin.web.form.component with parameters of type ListGrid | |
|---|---|
void |
ListGridRecord.setListGrid(ListGrid listGrid)
|
| Uses of ListGrid in org.broadleafcommerce.openadmin.web.form.entity |
|---|
| Methods in org.broadleafcommerce.openadmin.web.form.entity that return ListGrid | |
|---|---|
ListGrid |
EntityForm.findListGrid(String collectionFieldName)
Convenience method for grabbing a grid by its collection field name. |
ListGrid |
EntityForm.removeListGrid(String subCollectionFieldName)
|
| Methods in org.broadleafcommerce.openadmin.web.form.entity that return types with arguments of type ListGrid | |
|---|---|
List<ListGrid> |
EntityForm.getAllListGrids()
|
Set<ListGrid> |
Tab.getListGrids()
|
| Methods in org.broadleafcommerce.openadmin.web.form.entity with parameters of type ListGrid | |
|---|---|
void |
EntityForm.addListGrid(ListGrid listGrid,
String tabName,
Integer tabOrder)
|
void |
Tab.removeListGrid(ListGrid listGrid)
|
| Method parameters in org.broadleafcommerce.openadmin.web.form.entity with type arguments of type ListGrid | |
|---|---|
void |
Tab.setListGrids(Set<ListGrid> listGrids)
|
| Uses of ListGrid in org.broadleafcommerce.openadmin.web.service |
|---|
| Methods in org.broadleafcommerce.openadmin.web.service that return ListGrid | |
|---|---|
ListGrid |
FormBuilderServiceImpl.buildCollectionListGrid(String containingEntityId,
DynamicResultSet drs,
Property field,
String sectionKey)
|
ListGrid |
FormBuilderService.buildCollectionListGrid(String containingEntityId,
DynamicResultSet drs,
Property field,
String sectionKey)
Builds a list grid that is used to render a collection inline in an entity form. |
ListGrid |
TranslationFormBuilderServiceImpl.buildListGrid(List<Translation> translations,
boolean isRte)
|
ListGrid |
TranslationFormBuilderService.buildListGrid(List<Translation> translations,
boolean isRte)
Builds a ListGrid for the given list of translations |
ListGrid |
FormBuilderServiceImpl.buildMainListGrid(DynamicResultSet drs,
ClassMetadata cmd,
String sectionKey)
|
ListGrid |
FormBuilderService.buildMainListGrid(DynamicResultSet drs,
ClassMetadata cmd,
String sectionKey)
Builds a list grid that is typically used at the top entity level to select an entity for modification. |
protected ListGrid |
FormBuilderServiceImpl.createListGrid(String className,
List<Field> headerFields,
ListGrid.Type type,
DynamicResultSet drs,
String sectionKey,
int order,
String idProperty)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||