1 /*
2 * $Id: ICellImageSettings.java,v 1.1 2007/04/20 13:43:05 oeuillot Exp $
3 */
4 package org.rcfaces.core.internal.capability;
5
6 import org.rcfaces.core.component.capability.ICellImageCapability;
7
8 /**
9 *
10 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
11 * @version $Revision: 1.1 $ $Date: 2007/04/20 13:43:05 $
12 */
13 public interface ICellImageSettings extends ICellImageCapability {
14 boolean isDefaultCellImageURLSetted();
15
16 boolean isCellImageURLSetted();
17
18 }