Package | Description |
---|---|
com.frevvo.forms.client |
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. |
Copyright © 2006–2015 frevvo Inc. All rights reserved.