| Package | Description |
|---|---|
| org.rapidoid.model | |
| org.rapidoid.model.impl |
| Modifier and Type | Method and Description |
|---|---|
static <T> Items |
Models.beanItems(Class<T> beanType,
Object... beans) |
static <T> Items |
Models.beanItemsInfer(T... items) |
static <T> Items |
Models.mockBeanItems(int size,
Class<T> beanType) |
Items |
Items.orderedBy(String sortOrder) |
Items |
Items.range(int fromIndex,
int toIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
Items.addAll(Items items) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanListItems<T> |
class |
DbItems<T> |
class |
ListItems |
| Modifier and Type | Method and Description |
|---|---|
Items |
ListItems.orderedBy(String sortOrder) |
Items |
DbItems.orderedBy(String sortOrder) |
Items |
ListItems.range(int fromIndex,
int toIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListItems.addAll(Items items) |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.