Class PropertiesFormRenderOptions

    • Constructor Detail

      • PropertiesFormRenderOptions

        public PropertiesFormRenderOptions​(JsfValidationResult jsfValidationResult,
                                           boolean forceValidation)
        Parameters:
        jsfValidationResult - If not null, the validation result to apply to the rendered form.
        forceValidation - If true, immediately submits the form after it was rendered and delivered to the client.
    • Method Detail

      • getJsfValidationResult

        public JsfValidationResult getJsfValidationResult()
        Returns:
        If not null, the validation result to apply to the rendered form.
      • isForceValidation

        public boolean isForceValidation()
        Returns:
        If true, immediately submits the form after it was rendered and delivered to the client.