|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.TableLayout.TableCellBindingInfo
public static class TableLayout.TableCellBindingInfo
CellBinding info.
| Constructor Summary | |
|---|---|
TableLayout.TableCellBindingInfo(BaseLayout.Region region,
int r,
int c)
|
|
| Method Summary | |
|---|---|
int |
getBandLevel()
Get the group band level for the cell. |
int |
getBandType()
Get the band type. |
int |
getBType()
Get the group type for the cell, group, summary or detail. |
TableCellBinding |
getCellBinding()
Get cell binding. |
int |
getDateOption()
Get group option. |
int |
getExpansion()
Get expansion. |
inetsoft.report.internal.binding.Field |
getField()
Get the cell binding field. |
String |
getFormula()
Get aggregate formula. |
Point |
getPosition()
Get the position for the cell in the band. |
int |
getType()
Get the binding 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 group type for the cell, group, summary or detail. |
void |
setDateOption(int dateOpt)
Set date option. |
void |
setExpansion(int expansion)
Set expansion. |
void |
setField(inetsoft.report.internal.binding.Field cfield)
Set the cell binding field. |
void |
setFormula(String formula)
Set formula. |
void |
setInterval(double d,
int opt)
Set date period interval and option. |
void |
setValue(String value)
Set the value for the cell binding. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableLayout.TableCellBindingInfo(BaseLayout.Region region,
int r,
int c)
| Method Detail |
|---|
public boolean isVirtual()
isVirtual in interface CellBindingInfopublic String getValue()
getValue in interface CellBindingInfopublic void setValue(String value)
setValue in interface CellBindingInfopublic int getType()
getType in interface CellBindingInfopublic int getBType()
getBType in interface CellBindingInfopublic void setBType(int btype)
setBType in interface CellBindingInfopublic int getDateOption()
public void setDateOption(int dateOpt)
public String getFormula()
public void setFormula(String formula)
public inetsoft.report.internal.binding.Field getField()
getField in interface CellBindingInfopublic void setField(inetsoft.report.internal.binding.Field cfield)
setField in interface CellBindingInfopublic int getExpansion()
getExpansion in interface CellBindingInfopublic void setExpansion(int expansion)
setExpansion in interface CellBindingInfopublic int getBandType()
getBandType in interface CellBindingInfopublic int getBandLevel()
getBandLevel in interface CellBindingInfopublic Point getPosition()
getPosition in interface CellBindingInfopublic void setAsGroup(boolean asGroup)
setAsGroup in interface CellBindingInfo
public void setInterval(double d,
int opt)
d - date period interval.opt - date period option.public String toString()
toString in class Objectpublic TableCellBinding getCellBinding()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||