Style Intelligence v12.0

inetsoft.report
Class FreehandLayout.CellBinding

java.lang.Object
  extended by inetsoft.report.CellBinding
      extended by 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

Field Summary
 String dataType
           
 int dateopt
           
 double interval
           
 
Fields inherited from class inetsoft.report.CellBinding
BIND_COLUMN, BIND_FORMULA, BIND_TEXT, DETAIL, GROUP, SUMMARY, UNKNOWN
 
Constructor Summary
FreehandLayout.CellBinding()
           
FreehandLayout.CellBinding(int type, String value)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

dateopt

public transient int dateopt

interval

public transient double interval

dataType

public transient String dataType
Constructor Detail

FreehandLayout.CellBinding

public FreehandLayout.CellBinding()

FreehandLayout.CellBinding

public FreehandLayout.CellBinding(int type,
                                  String value)
Method Detail

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.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.