public class AbstractAdminBasicOperationsControllerExtensionHandler extends AbstractExtensionHandler implements AdminBasicOperationsControllerExtensionHandler
AdminBasicOperationsControllerExtensionHandler
.
Individual implementations of this extension handler should subclass this class as it will allow them to
only override the methods that they need for their particular scenarios.enabled, priority
Constructor and Description |
---|
AbstractAdminBasicOperationsControllerExtensionHandler() |
Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
buildLookupListGrid(PersistencePackageRequest ppr,
ClassMetadata cmd,
String owningClass,
List<SectionCrumb> sectionCrumbs,
org.springframework.ui.Model model,
org.springframework.util.MultiValueMap<String,String> requestParams)
Invoked every time
AdminBasicOperationsController#showSelectCollectionItem() is invoked to allow the
ListGrid style to be built in a different style. |
getPriority, isEnabled, setEnabled, setPriority
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPriority, isEnabled
public AbstractAdminBasicOperationsControllerExtensionHandler()
public ExtensionResultStatusType buildLookupListGrid(PersistencePackageRequest ppr, ClassMetadata cmd, String owningClass, List<SectionCrumb> sectionCrumbs, org.springframework.ui.Model model, org.springframework.util.MultiValueMap<String,String> requestParams)
AdminBasicOperationsControllerExtensionHandler
AdminBasicOperationsController#showSelectCollectionItem()
is invoked to allow the
ListGrid style to be built in a different style. For example, Tree ListGrids should be used for Categories.buildLookupListGrid
in interface AdminBasicOperationsControllerExtensionHandler
Copyright © 2020. All rights reserved.