Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/forms/client/components/nonpublic/AbstractTextField.java

Diff revisions: vs.
  @@ -1,14 +1,14 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.forms.client.components.nonpublic;
3 -
4 - import org.litesoft.GWT.client.widgets.*;
5 -
6 - public abstract class AbstractTextField extends AbstractOneLineTextElement {
7 - protected AbstractTextField( String pTooltip, boolean pMixedSizeChars, Integer pDisplayCharsWidth, Integer pMaxChars ) {
8 - super( new TextBoxChangeListenable(), pTooltip, "frmTxtFld", pMixedSizeChars, pDisplayCharsWidth, pMaxChars );
9 - }
10 -
11 - public TextBoxChangeListenable getTextBox() {
12 - return (TextBoxChangeListenable) mTextBoxBase;
13 - }
14 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.forms.client.components.nonpublic;
3 +
4 + import org.litesoft.GWT.client.widgets.*;
5 +
6 + public abstract class AbstractTextField extends AbstractOneLineTextElement {
7 + protected AbstractTextField( String pTooltip, boolean pMixedSizeChars, Integer pDisplayCharsWidth, Integer pMaxChars ) {
8 + super( new TextBoxChangeListenable(), pTooltip, "frmTxtFld", pMixedSizeChars, pDisplayCharsWidth, pMaxChars );
9 + }
10 +
11 + public TextBoxChangeListenable getTextBox() {
12 + return (TextBoxChangeListenable) mTextBoxBase;
13 + }
14 + }