Subversion Repository Public Repository

litesoft

Diff Revisions 142 vs 144 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/DefButtonNamed.java

Diff revisions: vs.
  @@ -16,16 +16,6 @@
16 16 mName = UtilsCommon.assertNotNullNotEmpty( "Name", pName );
17 17 }
18 18
19 - public final DefButtonNamedTypedFactoryIcon picker()
20 - {
21 - return picker( null );
22 - }
23 -
24 - public final DefButtonNamedTypedFactoryIcon picker( String pButtonImageRef )
25 - {
26 - return new DefButtonNamedTypedPicker( this ).icon( pButtonImageRef );
27 - }
28 -
29 19 public final DefButtonTypedBlue blue()
30 20 {
31 21 return new DefButtonTypedBlue( this );