Package | Description |
---|---|
com.teamchat.client.sdk |
Modifier and Type | Method and Description |
---|---|
Field |
Field.addOption(java.lang.String option)
Add an option for the possible values of this field.
|
Field |
Field.addRegexValidation(java.lang.String regex,
java.lang.String errmsg)
Set a regex validation rule to the field
|
Field |
Factory.hidden() |
Field |
Factory.input() |
Field |
Factory.label() |
Field |
Field.label(java.lang.String label)
Set the label for this field
|
Field |
Field.name(java.lang.String name)
Set the key by which the value may be extracted when the reply
or compose screen is submitted
|
Field |
Factory.select() |
Field |
Field.value(java.lang.String value)
Set the default value in this field
|
Modifier and Type | Method and Description |
---|---|
Form |
Form.addField(Field field)
Add a field to the screen
|