Changeset 126:9f806fb1bae1

Show
Ignore:
Timestamp:
07/31/08 08:44:25 (5 years ago)
Author:
jbarouh
Branch:
default
convert_revision:
svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@127
Message:

Adds a boolean to handle expansion.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • org/w3c/unicorn/tasklisttree/TLTNode.java

    r114 r126  
    2020        private ArrayList<TLTIf> ifList; // list of conditions and child nodes 
    2121        private static final Log logger = LogFactory.getLog("org.w3c.unicorn.tasklisttree"); 
     22         
     23        public boolean bExpandingOrExpanded = false; 
    2224         
    2325        /**