diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-06-15 10:30:50 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-06-15 10:30:50 +0000 |
commit | cd328e74197674f0ae3250a53a3aa663b4744011 (patch) | |
tree | be4c47b6c476ac213b586a7746e1dc2aa6efd2fe | |
parent | f9c570b4811921de095e45b668e74a87d86b5429 (diff) | |
download | vaadin-framework-cd328e74197674f0ae3250a53a3aa663b4744011.tar.gz vaadin-framework-cd328e74197674f0ae3250a53a3aa663b4744011.zip |
DisabledOptionGroup sample
svn changeset:13663/svn branch:6.4
-rw-r--r-- | tests/scripts/sampler-all-samples.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/scripts/sampler-all-samples.html b/tests/scripts/sampler-all-samples.html index 2252a2d890..ce39ec0b0b 100644 --- a/tests/scripts/sampler-all-samples.html +++ b/tests/scripts/sampler-all-samples.html @@ -1233,6 +1233,16 @@ <td></td> <td></td> </tr> +<tr> +<td>mouseClick</td> +<td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[6]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> +<td>1,1</td> +</tr> +<tr> +<td>waitForVaadin</td> +<td></td> +<td></td> +</tr> <!--Start over from the main page--> <tr> <td>mouseClick</td> @@ -1920,6 +1930,27 @@ <td></td> <td></td> </tr> +<!--OptionGroupDisabledItems--> +<tr> +<td>screenCapture</td> +<td></td> +<td>OptionGroupDisabledItems</td> +</tr> +<tr> +<td>waitForVaadin</td> +<td></td> +<td></td> +</tr> +<tr> +<td>mouseClick</td> +<td>vaadin=sampler::/VVerticalLayout[0]/ChildComponentContainer[0]/VHorizontalLayout[0]/ChildComponentContainer[6]/VHorizontalLayout[0]/ChildComponentContainer[1]/VNativeButton[0]</td> +<td>1,1</td> +</tr> +<tr> +<td>waitForVaadin</td> +<td></td> +<td></td> +</tr> <!--NativeSelection--> <tr> <td>screenCapture</td> |