fr.inra.refcomp.client.admin.skills
Class FullTreeCallback

java.lang.Object
  extended by fr.inra.refcomp.client.constants.RefcompCallBack<List<Skill>>
      extended by fr.inra.refcomp.client.admin.skills.FullTreeCallback
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback<List<Skill>>

public class FullTreeCallback
extends RefcompCallBack<List<Skill>>
implements com.google.gwt.user.client.rpc.AsyncCallback<List<Skill>>

User: couteau Date: 07/03/11


Field Summary
protected  Map<String,com.google.gwt.user.client.ui.TreeItem> items
           
protected  com.google.gwt.user.client.ui.Tree tree
           
 
Constructor Summary
FullTreeCallback(com.google.gwt.user.client.ui.Tree tree)
           
 
Method Summary
 void onSuccess(List<Skill> result)
           
 
Methods inherited from class fr.inra.refcomp.client.constants.RefcompCallBack
onFailure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.gwt.user.client.rpc.AsyncCallback
onFailure
 

Field Detail

items

protected Map<String,com.google.gwt.user.client.ui.TreeItem> items

tree

protected com.google.gwt.user.client.ui.Tree tree
Constructor Detail

FullTreeCallback

public FullTreeCallback(com.google.gwt.user.client.ui.Tree tree)
Method Detail

onSuccess

public void onSuccess(List<Skill> result)
Specified by:
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback<List<Skill>>


Copyright © 2010-2012 Code Lutin. All Rights Reserved.