All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
static List<BaseColumn> |
getAllColumns(List<BaseColumn> cols) |
static List<BaseColumn> |
getAllColumns(TableComponent table) |
Rectangle |
getBounds(int width,
Cell cell,
BaseColumn col) |
static Cell |
getCell(BaseColumn bc,
int type,
String grName) |
Map<Cell,Rectangle> |
getCellBounds() |
static JRTextField |
getCellDetailTextElement(Cell cell,
boolean oneElementPerCell)
|
static <T extends JRElement> T |
getCellElement(Class<T> type,
BaseColumn column,
int sectionType,
String groupName,
TableComponent table) |
static <T extends JRElement> T |
getCellElement(Class<T> type,
Cell cell,
boolean oneElementPerCell) |
static JRDesignTextElement |
getCellTextElement(Cell cell,
boolean oneElementPerCell)
|
static JRTextField |
getColumnDetailTextElement(Column column)
|
static ColumnGroup |
getColumnGroupForColumn(BaseColumn column,
List<BaseColumn> columns) |
static JRDesignTextElement |
getColumnHeaderTextElement(StandardColumn column)
|
static int |
getColumnIndex(Column column,
TableComponent table) |
List<?> |
getGroupList() |
static List<?> |
getGroupList(TableComponent table,
JRReport report) |
static List<ColumnGroup> |
getHierarchicalColumnGroupsForColumn(BaseColumn column,
List<BaseColumn> columns,
TableComponent table) |
static boolean |
hasSingleChunkExpression(JRTextField textField) |
void |
init(TableComponent table) |
static boolean |
isFilterable(JRTextField textField) |
void |
refresh() |