1 Reply Latest reply on Mar 10, 2008 11:32 AM by nbelaevski

    UITree setSelected Question

    mikeeprice

      I found this method on UITree - setSelected. THe documentation says it sets the current node as selected. Is there a method that sets the current node as unselected.

      The reason I am asking is that only the first time a node is selected does it call processSelection. After that each time the node is selected it does not call processSelection which is good in most of the time. However in my situation after the node data has been displayed certain operations may display other data. When this happens I would like to set the node as unselected so the next time the user selects the node then processSelection will be called so the node data will be displayed again.