Class FormPathsHelperServiceImpl
java.lang.Object
ch.tocco.nice2.widget.impl.helper.FormPathsHelperServiceImpl
- All Implemented Interfaces:
FormPathsHelperService
-
Constructor Summary
Constructors -
Method Summary
-
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
-
getFormPathsForFieldSet
public Set<String> getFormPathsForFieldSet(String formBase, FormScope scope, String fieldset, boolean skipReadOnlyFields) - Specified by:
getFormPathsForFieldSetin interfaceFormPathsHelperService- Parameters:
formBase- String of the Form-Base for which the paths should get parsedscope- FormScope of the Form-Basefieldset- String of the specific fieldset in the formskipReadOnlyFields- boolean whether fields with display-type="readonly" should be skipped- Returns:
- Set of paths of the specified fieldset from the specified form
-