|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.lens.AbstractTableLens
inetsoft.report.lens.AttributeTableLens
inetsoft.report.filter.HighlightFilter
public class HighlightFilter
Table highlight filter. This filter highlight cells in a table using the highlight setting and condition.
| Field Summary |
|---|
| Fields inherited from class inetsoft.report.lens.AttributeTableLens |
|---|
alignmap, attritable, backgroundmap, cache, check, colborderCmap, colbordermap, fontmap, foregroundmap, insetsmap, linkmap, presentermap, rowborderCmap, rowbordermap, table, wrapmap |
| Fields inherited from class inetsoft.report.lens.AbstractTableLens |
|---|
descriptor, isLeftAlign |
| Fields inherited from interface inetsoft.report.TableLens |
|---|
BREAK_BORDER, NULL |
| Fields inherited from interface inetsoft.uql.XTable |
|---|
EOT |
| Constructor Summary | |
|---|---|
HighlightFilter(TableLens table)
Deprecated. Create a highlight filter. |
|
HighlightFilter(TableLens table,
TableLens calcTable)
Deprecated. Create a highlight filter. |
|
| Method Summary | |
|---|---|
HighlightGroup |
getHighlightGroup(int col)
Deprecated. Set the highlight group setting. |
void |
invalidate()
Deprecated. This method is called before a report is generated to allow a filter to refresh cached values. |
boolean |
isCellHighlighted(int row,
int col)
Deprecated. Check whether a cell is be highlighten. |
boolean |
moreRows(int row)
Deprecated. Check if there are more rows. |
void |
removeAllHighlightGroups()
Deprecated. Set highlight groups. |
void |
setHighlightGroup(int col,
HighlightGroup group)
Deprecated. Get the highlight group setting. |
| Methods inherited from class inetsoft.report.lens.AbstractTableLens |
|---|
addChangeListener, containsDrill, containsFormat, findColumnByIdentifier, fireChangeEvent, getBoolean, getByte, getDefaultFormat, getDouble, getFloat, getInt, getLong, getShort, getXDrillInfo, isNull, isPrimitive, removeChangeListener, setColumnIdentifier, setLeftAlign, setLocal |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface inetsoft.report.TableLens |
|---|
addChangeListener, containsDrill, containsFormat, getDefaultFormat, getXDrillInfo, removeChangeListener |
| Methods inherited from interface inetsoft.uql.XTable |
|---|
getBoolean, getByte, getDouble, getFloat, getInt, getLong, getShort, isNull, isPrimitive, setColumnIdentifier |
| Constructor Detail |
|---|
public HighlightFilter(TableLens table)
public HighlightFilter(TableLens table,
TableLens calcTable)
table - the base table lens to apply highlightcalcTable - the calculation table lens used to calculate highlight,
which might not be the table of the highlight group, for in the table
lens, hide columns are included, and it shoule always be the source of the
former table.| Method Detail |
|---|
public HighlightGroup getHighlightGroup(int col)
public void setHighlightGroup(int col,
HighlightGroup group)
public void removeAllHighlightGroups()
public void invalidate()
invalidate in interface TableFilterinvalidate in class AttributeTableLenspublic boolean moreRows(int row)
moreRows in interface XTablemoreRows in class AttributeTableLensrow - row number. If EOT is passed in, this method should wait
until the table is fully loaded.
public boolean isCellHighlighted(int row,
int col)
row - the row number of the cell.col - the col number of the cell.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||