You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Number(title = "Integer Number", placeHolder = "Integer Number PlaceHolder", description = "This is an integer number", noTitle = true, validationMessage = "this is a validation msg for an integer value", readOnly = true)
129
-
privateIntegernumber;
121
+
@Number(title = "Integer Number", placeHolder = "Integer Number PlaceHolder", description = "This is an integer number", noTitle = true, validationMessage = "this is a validation msg for an integer value", readOnly = true)
@Number(title = "Long Number", placeHolder = "Long Number PlaceHolder", description = "This is a long number", noTitle = true, validationMessage = "this is a validation msg for long value", readOnly = true)
149
-
privateLongnumber;
141
+
@Number(title = "Long Number", placeHolder = "Long Number PlaceHolder", description = "This is a long number", noTitle = true, validationMessage = "this is a validation msg for long value", readOnly = true)
@TextField(title = "First Name", placeHolder = "Your first name", description = "This is a description for your first name field")
56
-
privateStringfirstName;
57
-
58
-
@Tab(title = "Info", index = 1)
59
-
@TextField(title = "Last Name", placeHolder = "Your last name")
60
-
privateStringlastName;
61
-
62
-
@Tab(title = "Contact", index = 2)
63
-
@TextField(title = "eMail", placeHolder = "Your email", pattern = "^\\S+@\\S+$", validationMessage = "Your mail must be in this format [email protected]", description = "This is Text Field with pattern and validation message")
64
-
privateStringemail;
65
-
66
-
@TextField(title = "Pesonal Website",fieldAddonLeft="http://", description = "This is TextField with fieldAddonLeft")
67
-
privateStringwebSite;
68
-
}
51
+
privateclassTabbedFormimplementsSerializable{
69
52
53
+
@Tab(title = "Info", index = 1)
54
+
@TextField(title = "First Name", placeHolder = "Your first name", description = "This is a description for your first name field")
55
+
privateStringfirstName;
56
+
57
+
@Tab(title = "Info", index = 1)
58
+
@TextField(title = "Last Name", placeHolder = "Your last name")
59
+
privateStringlastName;
60
+
61
+
@Tab(title = "Contact", index = 2)
62
+
@TextField(title = "eMail", placeHolder = "Your email", pattern = "^\\S+@\\S+$", validationMessage = "Your mail must be in this format [email protected]", description = "This is Text Field with pattern and validation message")
63
+
privateStringemail;
64
+
65
+
@TextField(title = "Pesonal Website",fieldAddonLeft="http://", description = "This is TextField with fieldAddonLeft")
0 commit comments