public class SmartReporter extends Reporter
Modifier and Type | Class and Description |
---|---|
static class |
SmartReporter.HeaderValuePair |
Constructor and Description |
---|
SmartReporter(java.lang.String groupHeading,
int groupId,
java.util.List<SmartReporter.HeaderValuePair> headerValuePairs,
Reportable reportable) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getEntries()
Returns an array of strings each containing the data for the
corresponding column in array
columns[] . |
void |
overrideValueAt(java.lang.String newValue,
int columnPos) |
getColumnTitles, getDescription, getGroupID, getHeading, getModel, getNumOfSlaveQueues, getReportable, isContinuingReporter, isEqual, isLarger, isOtherGroup, isSameGroup, isTwoRowReporter, makeAdditionalColorEntryIfHTMLColorChartIsGenerated, numColumns
public SmartReporter(java.lang.String groupHeading, int groupId, java.util.List<SmartReporter.HeaderValuePair> headerValuePairs, Reportable reportable)
public void overrideValueAt(java.lang.String newValue, int columnPos)
public java.lang.String[] getEntries()
Reporter
columns[]
. Implement this
method the an array of the same length as the columntitles is produced
containing the data at the point of time this method is called by someone
else to produce up-to-date information.getEntries
in class Reporter