inetsoft.report
Class FreehandLayout.CellBinding
java.lang.Object
inetsoft.report.CellBinding
inetsoft.report.FreehandLayout.CellBinding
- All Implemented Interfaces:
- inetsoft.util.XMLSerializable, Serializable, Cloneable
- Enclosing class:
- FreehandLayout
public static class FreehandLayout.CellBinding
- extends CellBinding
Defines the per cell binding. A cell can be bound to a static text,
a column, a formula.
- See Also:
- Serialized Form
|
Method Summary |
boolean |
isMergeCells()
Check if expanded cells should be merged. |
void |
setMergeCells(boolean merge)
Set wheter expanded cells should be merged. |
| Methods inherited from class inetsoft.report.CellBinding |
clone, equals, equalsContent, getBType, getType, getValue, hashCode, isAsGroup, isEmpty, parseAttributes, parseContents, parseXML, setAsGroup, setBType, setFormula, setType, setValue, toString, writeAttributes, writeContents, writeXML |
dateopt
public transient int dateopt
interval
public transient double interval
dataType
public transient String dataType
FreehandLayout.CellBinding
public FreehandLayout.CellBinding()
FreehandLayout.CellBinding
public FreehandLayout.CellBinding(int type,
String value)
isMergeCells
public boolean isMergeCells()
- Check if expanded cells should be merged.
setMergeCells
public void setMergeCells(boolean merge)
- Set wheter expanded cells should be merged. Merging is only applied
if there is only one row in the region.