| Modifier and Type | Method and Description |
|---|---|
void |
AssetFormBuilderServiceImpl.addImageThumbnailField(ListGrid listGrid,
String urlField) |
void |
AssetFormBuilderService.addImageThumbnailField(ListGrid listGrid,
String urlField) |
| Modifier and Type | Method and Description |
|---|---|
protected ListGrid |
AdminAbstractController.getCollectionListGrid(ClassMetadata mainMetadata,
Entity entity,
Property collectionProperty,
org.springframework.util.MultiValueMap<String,String> requestParams,
String sectionKey,
List<SectionCrumb> sectionCrumbs)
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,
List<SectionCrumb> sectionCrumbs)
Convenience method for obtaining a ListGrid DTO object for a collection.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
AdminAbstractListGridExtensionHandler.addAdditionalRowAction(ListGrid listGrid)
This can be used to add
ListGridActions to the ListGrid |
| Modifier and Type | Field and Description |
|---|---|
protected ListGrid |
ListGridRecord.listGrid |
| Modifier and Type | Method and Description |
|---|---|
ListGrid |
ListGridRecord.getListGrid() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListGridRecord.setListGrid(ListGrid listGrid) |
| Modifier and Type | Method and Description |
|---|---|
ListGrid |
EntityForm.findListGrid(String collectionFieldName)
Convenience method for grabbing a grid by its collection field name.
|
ListGrid |
EntityForm.removeListGrid(String subCollectionFieldName) |
| Modifier and Type | Method and Description |
|---|---|
List<ListGrid> |
EntityForm.getAllListGrids() |
Set<ListGrid> |
Tab.getListGrids() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityForm.addListGrid(ListGrid listGrid,
String tabName,
Integer tabOrder) |
void |
Tab.removeListGrid(ListGrid listGrid) |
| Modifier and Type | Method and Description |
|---|---|
void |
Tab.setListGrids(Set<ListGrid> listGrids) |
| Modifier and Type | Method and Description |
|---|---|
ListGrid |
FormBuilderService.buildCollectionListGrid(String containingEntityId,
DynamicResultSet drs,
Property field,
String sectionKey,
List<SectionCrumb> sectionCrumbs)
Builds a list grid that is used to render a collection inline in an entity form.
|
ListGrid |
FormBuilderServiceImpl.buildCollectionListGrid(String containingEntityId,
DynamicResultSet drs,
Property field,
String sectionKey,
List<SectionCrumb> sectionCrumbs) |
ListGrid |
TranslationFormBuilderService.buildListGrid(List<Translation> translations,
boolean isRte)
Builds a ListGrid for the given list of translations
|
ListGrid |
TranslationFormBuilderServiceImpl.buildListGrid(List<Translation> translations,
boolean isRte) |
ListGrid |
FormBuilderService.buildMainListGrid(DynamicResultSet drs,
ClassMetadata cmd,
String sectionKey,
List<SectionCrumb> sectionCrumbs)
Builds a list grid that is typically used at the top entity level to select an entity for modification.
|
ListGrid |
FormBuilderServiceImpl.buildMainListGrid(DynamicResultSet drs,
ClassMetadata cmd,
String sectionKey,
List<SectionCrumb> sectionCrumbs) |
protected ListGrid |
FormBuilderServiceImpl.createListGrid(String className,
List<Field> headerFields,
ListGrid.Type type,
DynamicResultSet drs,
String sectionKey,
int order,
String idProperty,
List<SectionCrumb> sectionCrumbs) |
Copyright © 2015. All rights reserved.