Package | Description |
---|---|
com.frevvo.forms.client |
Modifier and Type | Method and Description |
---|---|
FormEntry |
FormTypeEntry.createEditInstance(Map<String,Object> linkParams,
Collection<com.google.gdata.data.media.MediaSource> documents)
Create a new edit mode instance
|
FormEntry |
FormTypeEntry.createFormEntry(Map<String,Object> linkParams,
Collection<com.google.gdata.data.media.MediaSource> documents)
Deprecated.
Use
FormTypeEntry.createInstance instead. |
FormEntry |
FormEntryBuilder.createInstance()
Creata a new form instance and returns the corresponding FormEntry
|
FormEntry |
FormTypeEntry.createInstance(Map<String,Object> linkParams)
Create a new use mode instance
|
FormEntry |
FormTypeEntry.createInstance(Map<String,Object> linkParams,
Collection<com.google.gdata.data.media.MediaSource> documents)
Create a new use mode instance
|
FormEntry |
SubmissionEntry.createInstance(Map<String,Object> linkParams,
List<com.google.gdata.data.media.MediaSource> documents)
Creates a new instance and returns the corresponding FormEntry
|
Modifier and Type | Method and Description |
---|---|
static ControlEntry |
Helper.findControlEntry(FormEntry fEntry,
String name)
Find a ControlEntry by it's name
|
static ControlEntry |
Helper.findControlEntry(FormEntry fEntry,
String name,
int index)
Find a repeating ControlEntry by it's name and the repeat item index
|
static ControlEntry |
Helper.findControlEntryById(FormEntry fEntry,
String id)
Finds the
ControlEntry by id
Useful when the form has duplicate controls with the same name for some
reason. |
static String |
Helper.getSubmissionIdFromFormEntry(FormEntry formEntry) |
Copyright © 2006–2015 frevvo Inc. All rights reserved.