| Package | Description |
|---|---|
| tigase.form |
| Modifier and Type | Method and Description |
|---|---|
static Field |
Field.fieldBoolean(String var,
Boolean value,
String label)
Method description
|
static Field |
Field.fieldFixed(String value)
Method description
|
static Field |
Field.fieldHidden(String var,
String value)
Method description
|
static Field |
Field.fieldJidSingle(String var,
String value,
String label)
Method description
|
static Field |
Field.fieldListMulti(String var,
String[] values,
String label,
String[] optionsLabel,
String[] optionsValue)
Method description
|
static Field |
Field.fieldListSingle(String var,
String value,
String label,
String[] optionsLabel,
String[] optionsValue)
Method description
|
static Field |
Field.fieldTextMulti(String var,
String[] values,
String label)
Method description
|
static Field |
Field.fieldTextMulti(String var,
String value,
String label)
Method description
|
static Field |
Field.fieldTextPrivate(String var,
String value,
String label)
Method description
|
static Field |
Field.fieldTextSingle(String var,
String value,
String label)
Method description
|
Field |
Form.get(String var)
Method description
|
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
Form.getAllFields()
Method description
|
| Modifier and Type | Method and Description |
|---|---|
void |
Form.addField(Field field)
Method description
|
static Boolean |
Field.getAsBoolean(Field f)
Method description
|
Copyright © 2014 Tigase. All rights reserved.