You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2021/09/17 09:49:59 UTC

[royale-asjs] 02/03: Jewel Validator: Add class description for FormValidatorWithoutSnackbar

This is an automated email from the ASF dual-hosted git repository.

piotrz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit ba777153c63a32f409ee4f43b405f1ae062b9fc5
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Fri Sep 17 11:48:35 2021 +0200

    Jewel Validator: Add class description for FormValidatorWithoutSnackbar
---
 .../jewel/beads/validators/FormValidatorWithoutSnackbar.as    | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/validators/FormValidatorWithoutSnackbar.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/validators/FormValidatorWithoutSnackbar.as
index 6c74240..ef6a32d 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/validators/FormValidatorWithoutSnackbar.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/validators/FormValidatorWithoutSnackbar.as
@@ -20,7 +20,16 @@ package org.apache.royale.jewel.beads.validators
 {
     import org.apache.royale.jewel.beads.validators.FormValidator;
     import org.apache.royale.events.Event;
-    
+
+	/**
+	 *  The FormValidatorWithoutSnackbar class is a specialty bead that can be used with
+	 *  form control. It prevents from displaying Snackbar notification in case of errors.
+	 *
+	 *  @langversion 3.0
+	 *  @playerversion Flash 10.2
+	 *  @playerversion AIR 2.6
+	 *  @productversion Royale 0.9.9
+	 */
 	public class FormValidatorWithoutSnackbar extends FormValidator 
 	{
 		public function FormValidatorWithoutSnackbar()