|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableRowModel | |
---|---|
jdbreport.design.model | |
jdbreport.grid | |
jdbreport.model | |
jdbreport.model.event |
Uses of TableRowModel in jdbreport.design.model |
---|
Classes in jdbreport.design.model that implement TableRowModel | |
---|---|
class |
TemplateRowModel
|
Methods in jdbreport.design.model that return TableRowModel | |
---|---|
protected TableRowModel |
TemplateModel.createRowModel()
|
Uses of TableRowModel in jdbreport.grid |
---|
Fields in jdbreport.grid declared as TableRowModel | |
---|---|
protected TableRowModel |
RowHeader.rowModel
|
Methods in jdbreport.grid that return TableRowModel | |
---|---|
TableRowModel |
RowHeader.getRowModel()
Returns the TableRowModel that contains all row
information of this table RowHeader. |
TableRowModel |
JReportGrid.getTableRowModel()
|
Methods in jdbreport.grid with parameters of type TableRowModel | |
---|---|
void |
RowHeader.setRowModel(TableRowModel rowModel)
Sets the row model for this table to newModel and
registers for listener notifications from the new row model. |
void |
JReportGrid.setRowModel(TableRowModel rowModel)
Sets the TableRowModel |
Uses of TableRowModel in jdbreport.model |
---|
Classes in jdbreport.model that implement TableRowModel | |
---|---|
class |
ReportRowModel
|
Methods in jdbreport.model that return TableRowModel | |
---|---|
protected TableRowModel |
JReportModel.createRowModel()
Creates TableRowModel by default |
TableRowModel |
ReportModel.getRowModel()
|
TableRowModel |
JReportModel.getRowModel()
|
Uses of TableRowModel in jdbreport.model.event |
---|
Constructors in jdbreport.model.event with parameters of type TableRowModel | |
---|---|
TableRowModelEvent(TableRowModel source,
int from,
int to)
Constructs a TableRowModelEvent object. |
|
TableRowModelEvent(TableRowModel source,
int from,
int to,
boolean draging)
Constructs a TableRowModelEvent object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |