public class TableUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
COLUMN_DETAIL |
static int |
COLUMN_FOOTER |
static int |
COLUMN_GROUP_FOOTER |
static int |
COLUMN_GROUP_HEADER |
static int |
COLUMN_HEADER |
static int |
TABLE_FOOTER |
static int |
TABLE_HEADER |
Constructor and Description |
---|
TableUtil(TableComponent table,
JasperDesign jasperDesign) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<BaseColumn> |
getAllColumns(java.util.List<BaseColumn> cols) |
static java.util.List<BaseColumn> |
getAllColumns(TableComponent table) |
java.awt.Rectangle |
getBounds(int width,
Cell cell,
BaseColumn col) |
static Cell |
getCell(BaseColumn bc,
int type,
java.lang.String grName) |
java.util.Map<Cell,java.awt.Rectangle> |
getCellBounds() |
java.util.List<?> |
getGroupList() |
static java.util.List<?> |
getGroupList(TableComponent table,
JasperDesign jd) |
void |
init(TableComponent table) |
void |
refresh() |
public static final int TABLE_HEADER
public static final int TABLE_FOOTER
public static final int COLUMN_HEADER
public static final int COLUMN_FOOTER
public static final int COLUMN_DETAIL
public static final int COLUMN_GROUP_HEADER
public static final int COLUMN_GROUP_FOOTER
public TableUtil(TableComponent table, JasperDesign jasperDesign)
public java.util.Map<Cell,java.awt.Rectangle> getCellBounds()
public void refresh()
public void init(TableComponent table)
public static java.util.List<BaseColumn> getAllColumns(TableComponent table)
public static java.util.List<BaseColumn> getAllColumns(java.util.List<BaseColumn> cols)
public java.awt.Rectangle getBounds(int width, Cell cell, BaseColumn col)
public java.util.List<?> getGroupList()
public static java.util.List<?> getGroupList(TableComponent table, JasperDesign jd)
public static Cell getCell(BaseColumn bc, int type, java.lang.String grName)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com