|
jWorkSheet release 0.90 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ponec.jworksheet.report.SuperReport net.ponec.jworksheet.report.ReportTab
public class ReportTab
Day Report with a task resolution.
Field Summary | |
---|---|
protected UjoComparator |
comparator
|
protected java.util.List<GroupSet> |
data
Table of results |
protected WorkDay |
lastWorkDay
Last WorkDay. |
protected ReportA |
report
Last report |
Fields inherited from class net.ponec.jworksheet.report.SuperReport |
---|
applContext, dateFrom, dateTo, reportTitle, workDayCount |
Constructor Summary | |
---|---|
ReportTab()
|
Method Summary | |
---|---|
void |
calculate(WorkDay workDay,
Event event)
Calculate required times. |
protected UjoComparator |
createUjoComparator()
Create Comparator |
java.util.List<YearMonthDay> |
getDays()
|
java.util.List<TaskGroup> |
getProjects()
Get NoPrivate projects |
void |
init(ApplContext applContext,
YearMonthDay dateFrom,
YearMonthDay dateTo,
java.lang.String reportTitle)
General initialization, calculate all report. |
java.lang.String |
print()
Print the result in HTML report. |
java.lang.String |
printBody()
|
Methods inherited from class net.ponec.jworksheet.report.SuperReport |
---|
escape, formatTime, formatTimeZero, getApplContext, getReport, getText, getWorkDayCount, init, isDayOff, printFilter, printTableBeg, printTableEnd |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<GroupSet> data
protected WorkDay lastWorkDay
protected UjoComparator comparator
protected ReportA report
Constructor Detail |
---|
public ReportTab()
Method Detail |
---|
public void init(ApplContext applContext, YearMonthDay dateFrom, YearMonthDay dateTo, java.lang.String reportTitle)
SuperReport
init
in interface Calculator
init
in class SuperReport
public void calculate(WorkDay workDay, Event event)
Calculator
protected UjoComparator createUjoComparator()
public java.lang.String print() throws java.io.IOException
Calculator
java.io.IOException
public java.lang.String printBody() throws java.io.IOException
java.io.IOException
public java.util.List<YearMonthDay> getDays()
public java.util.List<TaskGroup> getProjects()
|
jWorkSheet release 0.90 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |