Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/CloseButton.java

Diff revisions: vs.
  @@ -1,11 +1,11 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.widgets;
3 -
4 - public class CloseButton implements ButtonFactory {
5 - public static final String NAME = "Close";
6 - private static final String TOOL_TIP = "Close this window/dialog";
7 -
8 - public static DefButtonNamedTypedFactory factory() {
9 - return new DefButtonNamed( NAME ).red().text().enabledToolTip( TOOL_TIP ).disabledToolTip( "" );
10 - }
11 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.widgets;
3 +
4 + public class CloseButton implements ButtonFactory {
5 + public static final String NAME = "Close";
6 + private static final String TOOL_TIP = "Close this window/dialog";
7 +
8 + public static DefButtonNamedTypedFactory factory() {
9 + return new DefButtonNamed( NAME ).red().text().enabledToolTip( TOOL_TIP ).disabledToolTip( "" );
10 + }
11 + }