org.apache.myfaces.custom.calendar
Enum HtmlInputCalendar.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<HtmlInputCalendar.PropertyKeys>
      extended by org.apache.myfaces.custom.calendar.HtmlInputCalendar.PropertyKeys
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<HtmlInputCalendar.PropertyKeys>
Enclosing class:
HtmlInputCalendar

protected static enum HtmlInputCalendar.PropertyKeys
extends java.lang.Enum<HtmlInputCalendar.PropertyKeys>


Enum Constant Summary
addResources
           
align
           
currentDayCellClass
           
dateBusinessConverter
           
dayCellClass
           
enabledOnUserRole
           
helpText
           
imageLibrary
           
imageLocation
           
javascriptLibrary
           
javascriptLocation
           
monthYearRowClass
           
popupButtonImageUrl
           
popupButtonString
           
popupButtonStyle
           
popupButtonStyleClass
           
popupDateFormat
           
popupGotoString
           
popupLeft
           
popupScrollLeftMessage
           
popupScrollRightMessage
           
popupSelectDateMessage
           
popupSelectMode
           
popupSelectMonthMessage
           
popupSelectYearMessage
           
popupTheme
           
popupTodayDateFormat
           
popupTodayString
           
popupWeekString
           
renderAsPopup
           
renderPopupButtonAsImage
           
styleLibrary
           
styleLocation
           
visibleOnUserRole
           
weekRowClass
           
 
Method Summary
static HtmlInputCalendar.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HtmlInputCalendar.PropertyKeys[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

dateBusinessConverter

public static final HtmlInputCalendar.PropertyKeys dateBusinessConverter

monthYearRowClass

public static final HtmlInputCalendar.PropertyKeys monthYearRowClass

weekRowClass

public static final HtmlInputCalendar.PropertyKeys weekRowClass

dayCellClass

public static final HtmlInputCalendar.PropertyKeys dayCellClass

currentDayCellClass

public static final HtmlInputCalendar.PropertyKeys currentDayCellClass

popupLeft

public static final HtmlInputCalendar.PropertyKeys popupLeft

renderAsPopup

public static final HtmlInputCalendar.PropertyKeys renderAsPopup

addResources

public static final HtmlInputCalendar.PropertyKeys addResources

popupButtonString

public static final HtmlInputCalendar.PropertyKeys popupButtonString

popupButtonStyle

public static final HtmlInputCalendar.PropertyKeys popupButtonStyle

popupButtonStyleClass

public static final HtmlInputCalendar.PropertyKeys popupButtonStyleClass

renderPopupButtonAsImage

public static final HtmlInputCalendar.PropertyKeys renderPopupButtonAsImage

popupDateFormat

public static final HtmlInputCalendar.PropertyKeys popupDateFormat

popupGotoString

public static final HtmlInputCalendar.PropertyKeys popupGotoString

popupTodayString

public static final HtmlInputCalendar.PropertyKeys popupTodayString

popupTodayDateFormat

public static final HtmlInputCalendar.PropertyKeys popupTodayDateFormat

popupWeekString

public static final HtmlInputCalendar.PropertyKeys popupWeekString

popupScrollLeftMessage

public static final HtmlInputCalendar.PropertyKeys popupScrollLeftMessage

popupScrollRightMessage

public static final HtmlInputCalendar.PropertyKeys popupScrollRightMessage

popupSelectMonthMessage

public static final HtmlInputCalendar.PropertyKeys popupSelectMonthMessage

popupSelectYearMessage

public static final HtmlInputCalendar.PropertyKeys popupSelectYearMessage

popupSelectDateMessage

public static final HtmlInputCalendar.PropertyKeys popupSelectDateMessage

popupTheme

public static final HtmlInputCalendar.PropertyKeys popupTheme

popupButtonImageUrl

public static final HtmlInputCalendar.PropertyKeys popupButtonImageUrl

helpText

public static final HtmlInputCalendar.PropertyKeys helpText

popupSelectMode

public static final HtmlInputCalendar.PropertyKeys popupSelectMode

enabledOnUserRole

public static final HtmlInputCalendar.PropertyKeys enabledOnUserRole

visibleOnUserRole

public static final HtmlInputCalendar.PropertyKeys visibleOnUserRole

javascriptLocation

public static final HtmlInputCalendar.PropertyKeys javascriptLocation

imageLocation

public static final HtmlInputCalendar.PropertyKeys imageLocation

styleLocation

public static final HtmlInputCalendar.PropertyKeys styleLocation

javascriptLibrary

public static final HtmlInputCalendar.PropertyKeys javascriptLibrary

imageLibrary

public static final HtmlInputCalendar.PropertyKeys imageLibrary

styleLibrary

public static final HtmlInputCalendar.PropertyKeys styleLibrary

align

public static final HtmlInputCalendar.PropertyKeys align
Method Detail

values

public static HtmlInputCalendar.PropertyKeys[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (HtmlInputCalendar.PropertyKeys c : HtmlInputCalendar.PropertyKeys.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static HtmlInputCalendar.PropertyKeys valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.