|
jWorkSheet release 0.90 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
---|---|
net.ponec.jworksheet.bo | Business objects (BO) All classes in the package are presistent. |
net.ponec.jworksheet.core | Core of the application |
net.ponec.jworksheet.gui.models | |
net.ponec.jworksheet.report | Report clasess |
Uses of Event in net.ponec.jworksheet.bo |
---|
Fields in net.ponec.jworksheet.bo with type parameters of type Event | |
---|---|
static UjoProperty<Event,java.lang.String> |
Event.P_DESCR
Description of the event |
static ListProperty<WorkDay,Event> |
WorkDay.P_EVENTS
List of events |
static UjoProperty<Event,java.lang.Short> |
Event.P_PERIOD
Period of the event in minutes |
static UjoProperty<Event,Project> |
Event.P_PROJ
Project (object) |
static UjoProperty<Event,java.lang.Integer> |
Event.P_PROJID
Project ID for the persistence |
static UjoProperty<Event,TaskType> |
Event.P_TASK
Task (object) |
static UjoProperty<Event,java.lang.Integer> |
Event.P_TASKID
Task ID for the persistence |
static UjoProperty<Event,Time> |
Event.P_TIME
Start time of event |
Methods in net.ponec.jworksheet.bo that return Event | |
---|---|
Event |
Event.initTime()
Init time |
Uses of Event in net.ponec.jworksheet.core |
---|
Methods in net.ponec.jworksheet.core that return Event | |
---|---|
Event |
ApplContext.findLastEventToday()
Returns the Last Event Today, or null. |
Methods in net.ponec.jworksheet.core with parameters of type Event | |
---|---|
void |
Calculator.calculate(WorkDay workDay,
Event event)
Calculate required times. |
Uses of Event in net.ponec.jworksheet.gui.models |
---|
Fields in net.ponec.jworksheet.gui.models declared as Event | |
---|---|
static Event |
EventTableModel.PROPS
Properties |
Methods in net.ponec.jworksheet.gui.models with parameters of type Event | |
---|---|
void |
EventTableModel.insertRow(Event row)
Insert a row to End of model. |
void |
EventTableModel.insertRowAndDefault(Event row)
Insert a row to End of model and set a Default project |
protected void |
EventTableModel.performAfterInsertAction(Event insertedRow)
Splitting of Interval is supported. |
Method parameters in net.ponec.jworksheet.gui.models with type arguments of type Event | |
---|---|
void |
EventTableModel.setRows(java.util.List<Event> events)
|
Uses of Event in net.ponec.jworksheet.report |
---|
Methods in net.ponec.jworksheet.report with parameters of type Event | |
---|---|
TaskGroup |
GroupSet.addTime(Event event)
Insert or create an task group. |
void |
ReportA.calculate(WorkDay workDay,
Event event)
Create report |
void |
ReportAttendance.calculate(WorkDay workDay,
Event event)
|
void |
ReportC.calculate(WorkDay workDay,
Event event)
|
void |
ReportTab.calculate(WorkDay workDay,
Event event)
|
protected TaskGroup |
GroupSet.findTaskGroup(Event event)
Insert or create an task group. |
Constructors in net.ponec.jworksheet.report with parameters of type Event | |
---|---|
TaskGroup(Event event)
Creates a new instance of TaskGroup |
|
jWorkSheet release 0.90 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |