1 /*
2 * $Id: IDateItem.java,v 1.2 2007/04/20 13:43:05 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.2 $ $Date: 2007/04/20 13:43:05 $
10 */
11 public interface IDateItem extends ISelectItem, IStyleClassItem,
12 IClientDataItem, IServerDataItem, IMenuPopupIdItem {
13
14 }