-
Method Summary
Returns the form element with the given UUID string
Returns the form element with the given UUID
void
-
Method Details
-
-
-
getByUUID
Returns the form element with the given UUID string
- Parameters:
uc
- UserContext
to use
formVersion
- FormVersion
context in which to look for form element
uuid
- String
UUID string of the form element
- Returns:
FormElement
for the given UUID and form version
- Since:
- 6.x.x
-
getByUUID
Returns the form element with the given UUID
- Parameters:
uc
- UserContext
to use
formVersion
- FormVersion
context in which to look for form element
uuid
- UUID
UUID of the form element
- Returns:
FormElement
for the given UUID and form version
- Since:
- 6.x.x