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, setPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, isEnabledpublic 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)
AdminBasicOperationsControllerExtensionHandlerAdminBasicOperationsController#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 AdminBasicOperationsControllerExtensionHandlerCopyright © 2020. All rights reserved.