public class RichFacesCalendar extends Object implements Calendar, AdvancedInteractions<RichFacesCalendar.AdvancedCalendarInteractions>
| Modifier and Type | Class and Description |
|---|---|
class |
RichFacesCalendar.AdvancedCalendarInteractions |
| Constructor and Description |
|---|
RichFacesCalendar() |
| Modifier and Type | Method and Description |
|---|---|
RichFacesCalendar.AdvancedCalendarInteractions |
advanced() |
org.joda.time.DateTime |
getDate()
Gets the selected date.
|
void |
setDate(org.joda.time.DateTime d)
Selects the passed date into the calendar component.
|
public RichFacesCalendar.AdvancedCalendarInteractions advanced()
advanced in interface AdvancedInteractions<RichFacesCalendar.AdvancedCalendarInteractions>public org.joda.time.DateTime getDate()
CalendarCopyright © 2014 JBoss by Red Hat. All Rights Reserved.