Subversion Repository Public Repository

litesoft

Diff Revisions 133 vs 135 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/NextButton.java

Diff revisions: vs.
  @@ -9,6 +9,13 @@
9 9
10 10 public class NextButton extends GreenButton
11 11 {
12 + public static final String NAME = "Next";
13 +
14 + public static DefButtonNamedTypedFactory factory()
15 + {
16 + return new DefButtonNamed( NAME ).green().text().postImageWidth( 12 ).customStyle( NAME );
17 + }
18 +
12 19 private static final String TBODY_CLASS_2 = "Next";
13 20
14 21 public NextButton( String pText, String pEnabledToolTip, ClickHandler pHandler )