1 /*
2 * $Id: ITreeNode.java,v 1.4 2010/06/09 13:12:25 oeuillot Exp $
3 */
4 package org.rcfaces.core.item;
5
6 /**
7 *
8 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
9 * @version $Revision: 1.4 $ $Date: 2010/06/09 13:12:25 $
10 */
11 public interface ITreeNode extends ISelectItemGroup, IImagesItem,
12 IGroupSelectItem, IInputTypeItem, IStyleClassItem, IServerDataItem,
13 IClientDataItem, IMenuPopupIdItem, IVisibleItem, IDraggableItem,
14 IDroppableItem {
15 }