| Package | Description |
|---|---|
| org.rapidoid.gui | |
| org.rapidoid.gui.input |
| Modifier and Type | Method and Description |
|---|---|
static Field |
GUI.field(Item item,
Property prop) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Field> |
Form.fields |
| Modifier and Type | Method and Description |
|---|---|
Field |
Field.content(org.rapidoid.html.Tag content) |
Field |
Field.desc(String desc) |
Field |
Form.field(int fieldIndex) |
Field |
Form.field(String fieldName) |
protected Field |
Form.getField(int index) |
Field |
Field.input(org.rapidoid.html.Tag input) |
Field |
Field.label(org.rapidoid.html.Tag label) |
Field |
Field.layout(org.rapidoid.html.FormLayout layout) |
Field |
Field.mode(FormMode mode) |
Field |
Field.name(String name) |
Field |
Field.options(Collection<?> options) |
Field |
Field.prop(Property prop) |
Field |
Field.required(Boolean required) |
Field |
Field.type(org.rapidoid.html.FieldType type) |
| Modifier and Type | Method and Description |
|---|---|
Form |
Form.add(Field field) |
Form |
Form.field(int fieldIndex,
Field field) |
Form |
Form.field(String fieldName,
Field field) |
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.