Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,10 +1,10 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.widgets;
3 -
4 - public class FolderOpenButton implements ButtonFactory {
5 - public static final String NAME = "FolderOpen";
6 -
7 - public static DefButtonNamedTypedFactory factory() {
8 - return PickerButton.factory( NAME ).enabledToolTip( "Open Select Folder and all it's Sub-Folders / All Folders" );
9 - }
10 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.widgets;
3 +
4 + public class FolderOpenButton implements ButtonFactory {
5 + public static final String NAME = "FolderOpen";
6 +
7 + public static DefButtonNamedTypedFactory factory() {
8 + return PickerButton.factory( NAME ).enabledToolTip( "Open Select Folder and all it's Sub-Folders / All Folders" );
9 + }
10 + }