| Package | Description |
|---|---|
| org.rapidoid.gui | |
| org.rapidoid.gui.input | |
| org.rapidoid.model | |
| org.rapidoid.model.impl |
| Modifier and Type | Method and Description |
|---|---|
static Item |
GUI.item(Object value) |
| Modifier and Type | Method and Description |
|---|---|
static Form |
GUI.create(Item item,
String... properties) |
static Form |
GUI.edit(Item item,
String... properties) |
static Field |
GUI.field(Item item,
Property prop) |
protected org.rapidoid.html.Tag |
Grid.itemRow(List<Property> properties,
Item item) |
protected String |
Grid.onClickScript(Item item) |
static Form |
GUI.show(Item item,
String... properties) |
| Modifier and Type | Field and Description |
|---|---|
protected Item |
Form.item |
protected Item |
Field.item |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Form.init(Item item,
String... properties) |
| Constructor and Description |
|---|
Field(Item item,
Property prop) |
Form(FormMode mode,
Item item,
String... properties) |
| Modifier and Type | Method and Description |
|---|---|
Item |
Items.get(int index) |
static Item |
Models.item(Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Items.add(Item item) |
boolean |
Items.fitsIn(Item item) |
Object |
Property.get(Item item) |
void |
Items.insert(int index,
Item item) |
static <T> org.rapidoid.var.Var<T> |
Models.propertyVar(String name,
Item item,
String property,
T initValue,
boolean readOnly) |
void |
Items.set(int index,
Item item) |
| Modifier and Type | Method and Description |
|---|---|
void |
Items.addAll(List<Item> items) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractItem |
class |
BeanItem |
class |
MapItem |
| Modifier and Type | Method and Description |
|---|---|
Item |
ListItems.get(int index) |
Item |
ListItems.ifFitsIn(Item item) |
Item |
BeanListItems.ifFitsIn(Item item) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Item> |
ListItems.data() |
Iterator<Item> |
ListItems.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListItems.add(Item item) |
boolean |
ListItems.fitsIn(Item item) |
boolean |
BeanListItems.fitsIn(Item item) |
Object |
CalcProperty.get(Item item) |
Object |
BeanProperty.get(Item item) |
Object |
BuiltInProperty.get(Item item) |
Item |
ListItems.ifFitsIn(Item item) |
Item |
BeanListItems.ifFitsIn(Item item) |
void |
ListItems.insert(int index,
Item item) |
void |
ListItems.set(int index,
Item item) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListItems.addAll(List<Item> items) |
| Constructor and Description |
|---|
ItemPropertyVar(String name,
Item item,
String property,
T initValue,
boolean readOnly) |
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.