RichFaces Showcase 4.3.0.Final

org.richfaces.demo.calendar
Class CalendarBean

java.lang.Object
  extended by org.richfaces.demo.calendar.CalendarBean
All Implemented Interfaces:
Serializable

public class CalendarBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CalendarBean()
           
 
Method Summary
 Locale getLocale()
           
 String getPattern()
           
 Date getSelectedDate()
           
 boolean isDisabled()
           
 boolean isPatternAvailable()
           
 boolean isPopup()
           
 boolean isShowApply()
           
 boolean isShowApplyAvailable()
           
 boolean isUseCustomDayLabels()
           
 void selectLocale(javax.faces.event.ValueChangeEvent event)
           
 void setDisabled(boolean disabled)
           
 void setLocale(Locale locale)
           
 void setPattern(String pattern)
           
 void setPopup(boolean popup)
           
 void setSelectedDate(Date selectedDate)
           
 void setShowApply(boolean showApply)
           
 void setUseCustomDayLabels(boolean useCustomDayLabels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarBean

public CalendarBean()
Method Detail

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()

RichFaces Showcase 4.3.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.