Class Forms
java.lang.Object
ch.tocco.nice2.model.form.api.form2.Forms
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<DataComponent> getAllDataComponents
(Component component) Search for all data components recursively.
-
Constructor Details
-
Forms
public Forms()
-
-
Method Details
-
getAllDataComponents
Search for all data components recursively.- Parameters:
component
- component (e.g. form) to search for data components recursively- Returns:
- a collection of all data components found
-