| Package | Description |
|---|---|
| org.rapidoid.model | |
| org.rapidoid.model.impl |
| Modifier and Type | Method and Description |
|---|---|
static <T> Property |
Models.property(String name,
org.rapidoid.lambda.Calc<T> calc) |
static Property |
Models.propertyOf(Class<?> beanType,
String property) |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
Item.editableProperties(String... propertyNames) |
static List<Property> |
Models.editablePropertiesOf(Object target,
String... propertyNames) |
List<Property> |
Items.properties(Object... properties) |
List<Property> |
Item.properties(String... propertyNames) |
static List<Property> |
Models.propertiesOf(Object target,
String... propertyNames) |
List<Property> |
Item.readableProperties(String... propertyNames) |
static List<Property> |
Models.readablePropertiesOf(Object target,
String... propertyNames) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanProperty |
class |
BuiltInProperty |
class |
CalcProperty |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
AbstractItem.editableProperties(String... propertyNames) |
List<Property> |
ListItems.properties(Object... properties) |
List<Property> |
BeanListItems.properties(Object... properties) |
List<Property> |
AbstractItem.properties(String... propertyNames) |
List<Property> |
AbstractItem.readableProperties(String... propertyNames) |
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.