Class FormPathsHelperServiceImpl

java.lang.Object
ch.tocco.nice2.widget.impl.helper.FormPathsHelperServiceImpl
All Implemented Interfaces:
FormPathsHelperService

@Component public class FormPathsHelperServiceImpl extends Object implements FormPathsHelperService
  • Constructor Details

    • FormPathsHelperServiceImpl

      public FormPathsHelperServiceImpl(FormModel formModel)
  • Method Details

    • getFormPaths

      public Set<String> getFormPaths(String formBase, FormScope scope, boolean skipReadOnlyFields)
      Specified by:
      getFormPaths in interface FormPathsHelperService
      Parameters:
      formBase - String of the Form-Base for which the paths should get parsed
      scope - FormScope of the Form-Base
      skipReadOnlyFields - boolean whether fields with display-type="readonly" should be skipped
      Returns:
      Set of paths of the specified form