|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValueStringAdjustProvider
This is an interface for those tables like AggregateTable to adjust the display string for some special cells. For example, the summary value or the grand total value.
Method Summary | |
---|---|
String |
getValueAtInString(int rowIndex,
int columnIndex,
ValueConverter converter)
Get the final display string after all available conversion. |
boolean |
needAdjustCellValueString(int rowIndex,
int columnIndex)
Check if the cell's display string need to be adjusted. |
Method Detail |
---|
String getValueAtInString(int rowIndex, int columnIndex, ValueConverter converter)
rowIndex
- the row indexcolumnIndex
- the column indexconverter
- the cell value converter if applicable. null if you don't call this method for exporting to excel purpose.
boolean needAdjustCellValueString(int rowIndex, int columnIndex)
rowIndex
- the row indexcolumnIndex
- the column index
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |