setPresenter(row,col,presenter)

Sets the contents of an table cell to the specified presenter. Built-in presenters include the following:

inetsoft.report.painter.BarPresenter

inetsoft.report.painter.IconCounterPresenter

inetsoft.report.painter.BooleanPresenter

inetsoft.report.painter.Bar2Presenter

inetsoft.report.painter.ButtonPresenter

inetsoft.report.painter.ShadowPresenter

Parameter

row row index of cell to modify

col column index of cell to modify

presenter name of Presenter

Example

// Rotate the text in the top-left cell by 45 degrees:

Table1.setPresenter(0,0,"HeaderPresenter");

<< setObject(row,col,value) © 1996-2013 InetSoft Technology Corporation (v11.5) table >>