|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.states.datarow.FastGlobalView
public final class FastGlobalView
Creation-Date: 10.08.2007, 14:07:32
Constructor Summary | |
---|---|
FastGlobalView()
|
|
FastGlobalView(FastGlobalView parent)
|
Method Summary | |
---|---|
FastGlobalView |
advance()
|
FastGlobalView |
derive()
|
Object |
get(String col)
Returns the value of the function, expression or column using its specific name. |
String[] |
getColumnNames()
Returns the known column names, this data-row understands. |
boolean |
isChanged(String name)
Checks whether the value contained in the column has changed since the last advance-operation. |
void |
putField(String name,
Object value,
boolean update)
|
void |
removeColumn(String name)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FastGlobalView(FastGlobalView parent)
public FastGlobalView()
Method Detail |
---|
public String[] getColumnNames()
DataRow
getColumnNames
in interface DataRow
public Object get(String col) throws IllegalStateException
DataRow
getValue()
method is called and for columns from the tablemodel the tablemodel method getValueAt(row, column)
gets called.
get
in interface DataRow
col
- the item index.
IllegalStateException
public boolean isChanged(String name)
DataRow
isChanged
in interface DataRow
name
- the name of the column.
public FastGlobalView derive()
public FastGlobalView advance()
public void removeColumn(String name)
public void putField(String name, Object value, boolean update)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |