|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.BaseLayout.Region
inetsoft.report.TableLayout.VRegion
public class TableLayout.VRegion
Defines a region of cols. Each region is used to display one col in the data table lens, now only is empty, all cell store in HRegion.
| Constructor Summary | |
|---|---|
TableLayout.VRegion()
|
|
| Method Summary | |
|---|---|
CellBinding |
getCellBinding(int r,
int c)
Get the cell binding for the cell. |
int |
getRowBinding(int r)
Get the row in the table to map this region row to. |
int |
getRowCount()
Get number of rows in the region. |
int |
getRowHeight(int r)
Get the row height. |
void |
insertRow(int row)
Insert a row above the specified row. |
void |
removeRow(int row)
Remove a row. |
void |
setCellBinding(int r,
int c,
CellBinding binding)
Set the cell binding for the cell. |
void |
setRowBinding(int r,
int map)
Set the row in the base table to map this row to. |
void |
setRowCount(int nrow)
Set the number of rows in the region. |
void |
setRowHeight(int r,
int height)
Set the row height. |
| Methods inherited from class inetsoft.report.BaseLayout.Region |
|---|
clone, clone, debug, debug, equals, equals, equalsContent, findSpan, getCellDataPath, getColCount, getRowDataPath, getSpan, hasCrossRegionSpan, insertColumn, isVirtual, parseAttributes, parseContent, parseXML, removeColumn, setSpan, toString, writeAttributes, writeContent, writeXML |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableLayout.VRegion()
| Method Detail |
|---|
public int getRowCount()
getRowCount in class BaseLayout.Regionpublic void setRowCount(int nrow)
setRowCount in class BaseLayout.Regionpublic int getRowHeight(int r)
getRowHeight in class BaseLayout.Regionr - row index.
public void setRowHeight(int r,
int height)
setRowHeight in class BaseLayout.Regionr - row index.height - -1 if the height is not set, or row heights in points.
public CellBinding getCellBinding(int r,
int c)
getCellBinding in class BaseLayout.Regionr - row index within the region.c - column index within the region.
public void setCellBinding(int r,
int c,
CellBinding binding)
setCellBinding in class BaseLayout.Regionr - row index within the region.c - column index within the region.binding - cell binding.public int getRowBinding(int r)
getRowBinding in class BaseLayout.Region
public void setRowBinding(int r,
int map)
setRowBinding in class BaseLayout.Regionpublic void insertRow(int row)
insertRow in class BaseLayout.Regionrow - row index.public void removeRow(int row)
removeRow in class BaseLayout.Regionrow - row index.
|
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 | ||||||||