|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interval | |
---|---|
org.apache.myfaces.custom.schedule | |
org.apache.myfaces.custom.schedule.model |
Uses of Interval in org.apache.myfaces.custom.schedule |
---|
Methods in org.apache.myfaces.custom.schedule that return Interval | |
---|---|
Interval |
ScheduleMouseEvent.getClickedInterval()
|
Uses of Interval in org.apache.myfaces.custom.schedule.model |
---|
Subclasses of Interval in org.apache.myfaces.custom.schedule.model | |
---|---|
class |
HalfHourInterval
This class represents an interval of up to half an hour. |
Methods in org.apache.myfaces.custom.schedule.model that return Interval | |
---|---|
Interval |
ScheduleDay.getInterval(Date clickedDate)
|
static Interval |
HalfHourInterval.next(Interval interval,
Date maxEnd)
Create a new half hour interval following on from the supplied interval. |
Methods in org.apache.myfaces.custom.schedule.model with parameters of type Interval | |
---|---|
boolean |
Interval.after(Interval last)
|
boolean |
Interval.isEquivalent(Interval other)
Intervals are equivalent if their label is the same and they begin and end at the same time of day. |
static Interval |
HalfHourInterval.next(Interval interval,
Date maxEnd)
Create a new half hour interval following on from the supplied interval. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |