|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ListGrid in org.broadleafcommerce.openadmin.web.controller.entity |
|---|
| Methods in org.broadleafcommerce.openadmin.web.controller.entity that return ListGrid | |
|---|---|
protected ListGrid |
AdminBasicEntityController.getCollectionListGrid(ClassMetadata mainMetadata,
Entity entity,
Property collectionProperty,
FilterAndSortCriteria[] criteria,
String sectionKey)
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. |
| 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)
|
| 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,
Entity[] entities,
Property field,
String sectionKey)
|
ListGrid |
FormBuilderService.buildCollectionListGrid(String containingEntityId,
Entity[] entities,
Property field,
String sectionKey)
Builds a list grid that is used to render a collection inline in an entity form. |
ListGrid |
FormBuilderServiceImpl.buildMainListGrid(Entity[] entities,
ClassMetadata cmd,
String sectionKey)
|
ListGrid |
FormBuilderService.buildMainListGrid(Entity[] entities,
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,
Entity[] entities,
String sectionKey,
int order)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||