Style Intelligence v12.0

inetsoft.report
Interface CellBindingInfo

All Known Implementing Classes:
DefaultSectionLens.SectionCellBindingInfo, TableLayout.TableCellBindingInfo

public interface CellBindingInfo

CellBindingInfo, infomations for cell binding.


Method Summary
 int getBandLevel()
          Get the band level for the cell.
 int getBandType()
          Get the band type.
 int getBType()
          Get the binding cell type for the cell, group, summary or detail.
 int getExpansion()
          Get expansion.
 inetsoft.report.internal.binding.Field getField()
          Get the cell binding field.
 Point getPosition()
          Get the position for the cell in the band.
 int getType()
          Get the binding data type for the cell.
 String getValue()
          Get the value for the cell binding.
 boolean isVirtual()
          Check if the cell binding is virtual.
 void setAsGroup(boolean asGroup)
          Set value as group.
 void setBType(int btype)
          Set the binding cell type for the cell, group, summary or detail.
 void setExpansion(int expansion)
          Set expansion.
 void setField(inetsoft.report.internal.binding.Field cfield)
          Set the cell binding field.
 void setValue(String value)
          Set the value for the cell binding.
 

Method Detail

isVirtual

boolean isVirtual()
Check if the cell binding is virtual.


getValue

String getValue()
Get the value for the cell binding.


setValue

void setValue(String value)
Set the value for the cell binding.


getType

int getType()
Get the binding data type for the cell.


getBType

int getBType()
Get the binding cell type for the cell, group, summary or detail.


setBType

void setBType(int btype)
Set the binding cell type for the cell, group, summary or detail.


getField

inetsoft.report.internal.binding.Field getField()
Get the cell binding field.


setField

void setField(inetsoft.report.internal.binding.Field cfield)
Set the cell binding field.


getExpansion

int getExpansion()
Get expansion.


setExpansion

void setExpansion(int expansion)
Set expansion.


getBandType

int getBandType()
Get the band type.


getBandLevel

int getBandLevel()
Get the band level for the cell.


getPosition

Point getPosition()
Get the position for the cell in the band.


setAsGroup

void setAsGroup(boolean asGroup)
Set value as group.


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