org.richfaces.demo.calendar
Class CalendarBean
java.lang.Object
org.richfaces.demo.calendar.CalendarBean
- All Implemented Interfaces:
- Serializable
public class CalendarBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalendarBean
public CalendarBean()
getLocale
public Locale getLocale()
setLocale
public void setLocale(Locale locale)
isPopup
public boolean isPopup()
setPopup
public void setPopup(boolean popup)
getPattern
public String getPattern()
setPattern
public void setPattern(String pattern)
selectLocale
public void selectLocale(javax.faces.event.ValueChangeEvent event)
isUseCustomDayLabels
public boolean isUseCustomDayLabels()
setUseCustomDayLabels
public void setUseCustomDayLabels(boolean useCustomDayLabels)
getSelectedDate
public Date getSelectedDate()
setSelectedDate
public void setSelectedDate(Date selectedDate)
isShowApply
public boolean isShowApply()
setShowApply
public void setShowApply(boolean showApply)
isDisabled
public boolean isDisabled()
setDisabled
public void setDisabled(boolean disabled)
isShowApplyAvailable
public boolean isShowApplyAvailable()
isPatternAvailable
public boolean isPatternAvailable()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.