Subversion Repositories SmartDukaan

Rev

Rev 2359 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2359 Rev 2427
Line 11... Line 11...
11
 
11
 
12
  interface Binder extends UiBinder<StackLayoutPanel, Shortcuts> { }
12
  interface Binder extends UiBinder<StackLayoutPanel, Shortcuts> { }
13
  private static final Binder binder = GWT.create(Binder.class);
13
  private static final Binder binder = GWT.create(Binder.class);
14
  
14
  
15
  @UiField CatalogTree catalogtree;
15
  @UiField CatalogTree catalogtree;
16
  //@UiField FileUploadParams fileUploadParams;
-
 
17
  
16
  
18
  public Shortcuts() {
17
  public Shortcuts() {
19
    initWidget(binder.createAndBindUi(this));
18
    initWidget(binder.createAndBindUi(this));
20
  }
19
  }
21
  
20