Uses of Enum Class
org.broadleafcommerce.openadmin.web.form.component.ListGrid.Type
Packages that use ListGrid.Type
Package
Description
-
Uses of ListGrid.Type in org.broadleafcommerce.openadmin.web.form.component
Methods in org.broadleafcommerce.openadmin.web.form.component that return ListGrid.TypeModifier and TypeMethodDescriptionstatic ListGrid.TypeReturns the enum constant of this class with the specified name.static ListGrid.Type[]ListGrid.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.broadleafcommerce.openadmin.web.form.component with parameters of type ListGrid.Type -
Uses of ListGrid.Type in org.broadleafcommerce.openadmin.web.service
Methods in org.broadleafcommerce.openadmin.web.service with parameters of type ListGrid.TypeModifier and TypeMethodDescriptionprotected ListGridFormBuilderServiceImpl.createListGrid(String className, List<Field> headerFields, ListGrid.Type type, DynamicResultSet drs, String sectionKey, int order, String idProperty, List<SectionCrumb> sectionCrumbs) Deprecated.protected ListGridFormBuilderServiceImpl.createListGrid(String className, List<Field> headerFields, ListGrid.Type type, DynamicResultSet drs, String sectionKey, Integer order, String idProperty, List<SectionCrumb> sectionCrumbs, String sortPropery) Populate a ListGrid with ListGridRecords.
FormBuilderServiceImpl.createListGrid(String, List, ListGrid.Type, DynamicResultSet, String, Integer, String, List, String)