org.apache.myfaces.custom.calendar
Enum HtmlInputCalendar.PropertyKeys
java.lang.Object
java.lang.Enum<HtmlInputCalendar.PropertyKeys>
org.apache.myfaces.custom.calendar.HtmlInputCalendar.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<HtmlInputCalendar.PropertyKeys>
- Enclosing class:
- HtmlInputCalendar
protected static enum HtmlInputCalendar.PropertyKeys
- extends Enum<HtmlInputCalendar.PropertyKeys>
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
maxlength
public static final HtmlInputCalendar.PropertyKeys maxlength
size
public static final HtmlInputCalendar.PropertyKeys size
label
public static final HtmlInputCalendar.PropertyKeys label
style
public static final HtmlInputCalendar.PropertyKeys style
styleClass
public static final HtmlInputCalendar.PropertyKeys styleClass
alt
public static final HtmlInputCalendar.PropertyKeys alt
tabindex
public static final HtmlInputCalendar.PropertyKeys tabindex
onblur
public static final HtmlInputCalendar.PropertyKeys onblur
onfocus
public static final HtmlInputCalendar.PropertyKeys onfocus
accesskey
public static final HtmlInputCalendar.PropertyKeys accesskey
onclick
public static final HtmlInputCalendar.PropertyKeys onclick
ondblclick
public static final HtmlInputCalendar.PropertyKeys ondblclick
onkeydown
public static final HtmlInputCalendar.PropertyKeys onkeydown
onkeypress
public static final HtmlInputCalendar.PropertyKeys onkeypress
onkeyup
public static final HtmlInputCalendar.PropertyKeys onkeyup
onmousedown
public static final HtmlInputCalendar.PropertyKeys onmousedown
onmousemove
public static final HtmlInputCalendar.PropertyKeys onmousemove
onmouseout
public static final HtmlInputCalendar.PropertyKeys onmouseout
onmouseover
public static final HtmlInputCalendar.PropertyKeys onmouseover
onmouseup
public static final HtmlInputCalendar.PropertyKeys onmouseup
onchange
public static final HtmlInputCalendar.PropertyKeys onchange
onselect
public static final HtmlInputCalendar.PropertyKeys onselect
dir
public static final HtmlInputCalendar.PropertyKeys dir
lang
public static final HtmlInputCalendar.PropertyKeys lang
title
public static final HtmlInputCalendar.PropertyKeys title
disabled
public static final HtmlInputCalendar.PropertyKeys disabled
readonly
public static final HtmlInputCalendar.PropertyKeys readonly
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(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:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.