Subversion Repositories SmartDukaan

Rev

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

Rev 2359 Rev 2427
Line 6... Line 6...
6
import com.google.gwt.user.client.ui.Composite;
6
import com.google.gwt.user.client.ui.Composite;
7
import com.google.gwt.user.client.ui.Tree;
7
import com.google.gwt.user.client.ui.Tree;
8
import com.google.gwt.user.client.ui.TreeItem;
8
import com.google.gwt.user.client.ui.TreeItem;
9
 
9
 
10
/**
10
/**
11
 * A tree displaying a set of catalog folders.
11
 * A tree containing links to display different sets of items
-
 
12
 * based on item statuses and some other parameters.
12
 */
13
 */
13
public class CatalogTree extends Composite {
14
public class CatalogTree extends Composite {
14
    
15
    
15
    public static final String ALL_ITEMS = "All Items";
16
    public static final String ALL_ITEMS = "All Items";
16
    public static final String ALL_ACTIVE_ITEMS = "Active Items";
17
    public static final String ALL_ACTIVE_ITEMS = "Active Items";