Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/forms/client/components/impls/input/FormTextField.java

Diff revisions: vs.
  @@ -1,19 +1,19 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.forms.client.components.impls.input;
3 -
4 - import org.litesoft.GWT.forms.client.components.nonpublic.*;
5 - import org.litesoft.uispecification.*;
6 -
7 - public class FormTextField extends AbstractFormattableTextField {
8 - /**
9 - * @param pFieldLabel - empty means labelless
10 - * @param pLabelFont - null no label font adjustment
11 - * @param pTooltip - empty means no tooltip
12 - * @param pDisplayCharsWidth - null means floodX
13 - * @param pMaxChars - null means unlimited?
14 - */
15 - public FormTextField( String pFieldLabel, UiFont pLabelFont, String pTooltip, Integer pDisplayCharsWidth, Integer pMaxChars ) {
16 - super( pTooltip, pDisplayCharsWidth, pMaxChars );
17 - initialize( pFieldLabel, pLabelFont, pTooltip );
18 - }
19 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.forms.client.components.impls.input;
3 +
4 + import org.litesoft.GWT.forms.client.components.nonpublic.*;
5 + import org.litesoft.uispecification.*;
6 +
7 + public class FormTextField extends AbstractFormattableTextField {
8 + /**
9 + * @param pFieldLabel - empty means labelless
10 + * @param pLabelFont - null no label font adjustment
11 + * @param pTooltip - empty means no tooltip
12 + * @param pDisplayCharsWidth - null means floodX
13 + * @param pMaxChars - null means unlimited?
14 + */
15 + public FormTextField( String pFieldLabel, UiFont pLabelFont, String pTooltip, Integer pDisplayCharsWidth, Integer pMaxChars ) {
16 + super( pTooltip, pDisplayCharsWidth, pMaxChars );
17 + initialize( pFieldLabel, pLabelFont, pTooltip );
18 + }
19 + }