com.plumtree.portaluiinfrastructure.tree
Interface IServerTreeModel

All Known Implementing Classes:
ServerTreeModel

public interface IServerTreeModel

Author:
Naveen Pai

Method Summary
 void SetLocationsToHide(java.lang.String strLocs)
          Implement this function to hide nodes for trees that use the ServerTreeModel (IPTTreeIterator trees).
 void SetLocationsToSelect(java.lang.String strLocs)
          Implement this function to pre-select nodes for trees that use the ServerTreeModel (IPTTreeIterator trees).
 

Method Detail

SetLocationsToSelect

void SetLocationsToSelect(java.lang.String strLocs)
Implement this function to pre-select nodes for trees that use the ServerTreeModel (IPTTreeIterator trees).

Parameters:
strArrLocs -

SetLocationsToHide

void SetLocationsToHide(java.lang.String strLocs)
Implement this function to hide nodes for trees that use the ServerTreeModel (IPTTreeIterator trees).

Parameters:
strArrLocs -



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.