| Package | Description |
|---|---|
| org.rapidoid.gui | |
| org.rapidoid.gui.input | |
| org.rapidoid.model | |
| org.rapidoid.model.impl |
| Modifier and Type | Method and Description |
|---|---|
static <T> Property |
GUI.prop(String name,
org.rapidoid.lambda.Calc<T> calc) |
| Modifier and Type | Method and Description |
|---|---|
static Field |
GUI.field(Item item,
Property prop) |
| Modifier and Type | Method and Description |
|---|---|
protected org.rapidoid.html.Tag |
Grid.itemRow(List<Property> properties,
Item item) |
protected org.rapidoid.html.Tag |
Grid.tableBody(List<Property> props,
Items pageOrAll) |
protected org.rapidoid.html.Tag |
Grid.tableHeader(List<Property> props,
org.rapidoid.var.Var<String> order) |
| Modifier and Type | Field and Description |
|---|---|
protected Property |
Field.prop |
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
Form.props |
| Modifier and Type | Method and Description |
|---|---|
Property |
Field.prop() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<?> |
Field.getCollectionPropertyOptions(Property prop) |
protected org.rapidoid.html.FieldType |
Field.getPropertyFieldType(Property prop) |
protected Collection<?> |
Field.getPropertyOptions(Property prop) |
protected boolean |
Field.isFieldRequired(Property prop) |
Field |
Field.prop(Property prop) |
protected Collection<?> |
Field.propertyOptions(Property prop) |
| Constructor and Description |
|---|
Field(Item item,
Property prop) |
| 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> |
Item.properties(String... propertyNames) |
List<Property> |
Items.properties(String... properties) |
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 |
AbstractProperty |
class |
BeanProperty |
class |
BuiltInProperty |
class |
CalcProperty |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
AbstractItem.editableProperties(String... propertyNames) |
List<Property> |
ListItems.properties(String... properties) |
List<Property> |
BeanListItems.properties(String... properties) |
List<Property> |
AbstractItem.properties(String... propertyNames) |
List<Property> |
AbstractItem.readableProperties(String... propertyNames) |
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.