Class FormPathsHelperServiceImpl
java.lang.Object
ch.tocco.nice2.widget.impl.helper.FormPathsHelperServiceImpl
- All Implemented Interfaces:
FormPathsHelperService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFormPaths(String formBase, FormScope scope, boolean skipReadOnlyFields)
-
Constructor Details
-
FormPathsHelperServiceImpl
-
-
Method Details
-
getFormPaths
- Specified by:
getFormPathsin interfaceFormPathsHelperService- Parameters:
formBase- String of the Form-Base for which the paths should get parsedscope- FormScope of the Form-BaseskipReadOnlyFields- boolean whether fields with display-type="readonly" should be skipped- Returns:
- Set of paths of the specified form
-