|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListGrid.Type | |
|---|---|
| org.broadleafcommerce.openadmin.web.form.component | |
| org.broadleafcommerce.openadmin.web.service | |
| Uses of ListGrid.Type in org.broadleafcommerce.openadmin.web.form.component |
|---|
| Methods in org.broadleafcommerce.openadmin.web.form.component that return ListGrid.Type | |
|---|---|
static ListGrid.Type |
ListGrid.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ListGrid.Type[] |
ListGrid.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.broadleafcommerce.openadmin.web.form.component with parameters of type ListGrid.Type | |
|---|---|
void |
ListGrid.setListGridType(ListGrid.Type listGridType)
|
| Uses of ListGrid.Type in org.broadleafcommerce.openadmin.web.service |
|---|
| Methods in org.broadleafcommerce.openadmin.web.service with parameters of type ListGrid.Type | |
|---|---|
protected ListGrid |
FormBuilderServiceImpl.createListGrid(String className,
List<Field> headerFields,
ListGrid.Type type,
Entity[] entities,
String sectionKey,
int order)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||