Subversion Repository Public Repository

litesoft

Diff Revisions 23 vs 49 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/PasswordTextBoxChangeListenable.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.client.widgets;
2 3
3 4 import com.google.gwt.user.client.*;
  @@ -31,7 +32,7 @@
31 32 {
32 33 DOM.setElementPropertyBoolean(getElement(), "readOnly", !enabled);
33 34 }
34 -
35 +
35 36 /**
36 37 * Gets the maximum allowable length of the text box.
37 38 *