Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Dev/src/org/litesoft/GWT/client/dev/ui/testplan/TestPlanActionFormInput.java

Diff revisions: vs.
  @@ -1,32 +1,32 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.dev.ui.testplan;
3 -
4 - import org.litesoft.GWT.client.dev.ui.inspection.*;
5 - import org.litesoft.GWT.client.ui.inspection.*;
6 -
7 - public class TestPlanActionFormInput extends AbstractTestPlanActionInputForm
8 - {
9 - private static final long serialVersionUID = 1L;
10 -
11 - public static final String FORM = "FormInput";
12 -
13 - @SuppressWarnings({"deprecation", "UnusedDeclaration"}) @Deprecated /** for Serialization */
14 - protected TestPlanActionFormInput()
15 - {
16 - }
17 -
18 - public TestPlanActionFormInput( String pLabel, String pTooltip, Integer pNth, String pInputText )
19 - {
20 - super( pLabel, pTooltip, pNth, pInputText );
21 - }
22 -
23 - public String form()
24 - {
25 - return FORM;
26 - }
27 -
28 - protected WidgetSelector createWidgetSelector()
29 - {
30 - return new FormInputSelector( getLabel(), getTooltip(), getNth() );
31 - }
32 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.dev.ui.testplan;
3 +
4 + import org.litesoft.GWT.client.dev.ui.inspection.*;
5 + import org.litesoft.GWT.client.ui.inspection.*;
6 +
7 + public class TestPlanActionFormInput extends AbstractTestPlanActionInputForm
8 + {
9 + private static final long serialVersionUID = 1L;
10 +
11 + public static final String FORM = "FormInput";
12 +
13 + @SuppressWarnings({"deprecation", "UnusedDeclaration"}) @Deprecated /** for Serialization */
14 + protected TestPlanActionFormInput()
15 + {
16 + }
17 +
18 + public TestPlanActionFormInput( String pLabel, String pTooltip, Integer pNth, String pInputText )
19 + {
20 + super( pLabel, pTooltip, pNth, pInputText );
21 + }
22 +
23 + public String form()
24 + {
25 + return FORM;
26 + }
27 +
28 + protected WidgetSelector createWidgetSelector()
29 + {
30 + return new FormInputSelector( getLabel(), getTooltip(), getNth() );
31 + }
32 + }