View Javadoc

1   /*
2    * $Id: ICellStyleClassSettings.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.ICellStyleClassCapability;
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 ICellStyleClassSettings extends ICellStyleClassCapability {
14  
15      boolean isCellStyleClassSetted();
16  }