Subversion Repositories eFlore/Applications.coel

Rev

Rev 60 | Rev 312 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60 Rev 64
Line 5... Line 5...
5
import com.extjs.gxt.ui.client.data.BaseTreeModel;
5
import com.extjs.gxt.ui.client.data.BaseTreeModel;
6
import com.extjs.gxt.ui.client.data.TreeModel;
6
import com.extjs.gxt.ui.client.data.TreeModel;
Line 7... Line 7...
7
 
7
 
Line -... Line 8...
-
 
8
public class Menu extends BaseTreeModel<TreeModel> implements Serializable {
-
 
9
 
-
 
10
	/**
-
 
11
	 * Identifiant pour sérialisé l'objet...
-
 
12
	 */
8
public class Menu extends BaseTreeModel<TreeModel> implements Serializable {
13
	private static final long serialVersionUID = 4;
Line 9... Line 14...
9
 
14
 
Line 10... Line 15...
10
	public Menu() {
15
	public Menu() {