ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.component.datetimeentry
Enum DateTimeEntryBase.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<DateTimeEntryBase.PropertyKeys>
      extended by org.icefaces.ace.component.datetimeentry.DateTimeEntryBase.PropertyKeys
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DateTimeEntryBase.PropertyKeys>
Enclosing class:
DateTimeEntryBase

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


Enum Constant Summary
disabled
           
disableHoverStyling
           
effect
           
effectDuration
           
indicatorPosition
           
label
           
labelPosition
           
leftMonthOffset
           
locale
           
maxdate
           
maxHour
           
maxMinute
           
maxSecond
           
mindate
           
minHour
           
minMinute
           
minSecond
           
navigator
           
optionalIndicator
           
pages
           
pattern
           
popupIcon
           
popupIconOnly
           
readonly
           
readOnlyInputText
           
renderAsPopup
           
requiredIndicator
           
selectOtherMonths
           
showButtonPanel
           
showOn
           
showOtherMonths
           
showWeek
           
size
           
stepHour
           
stepMinute
           
stepSecond
           
style
           
styleClass
           
tabindex
           
timeOnly
           
timeZone
           
widgetVar
           
yearRange
           
 
Method Summary
 java.lang.String toString()
           
static DateTimeEntryBase.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DateTimeEntryBase.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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

selectOtherMonths

public static final DateTimeEntryBase.PropertyKeys selectOtherMonths

requiredIndicator

public static final DateTimeEntryBase.PropertyKeys requiredIndicator

minHour

public static final DateTimeEntryBase.PropertyKeys minHour

minMinute

public static final DateTimeEntryBase.PropertyKeys minMinute

disableHoverStyling

public static final DateTimeEntryBase.PropertyKeys disableHoverStyling

showWeek

public static final DateTimeEntryBase.PropertyKeys showWeek

locale

public static final DateTimeEntryBase.PropertyKeys locale

timeZone

public static final DateTimeEntryBase.PropertyKeys timeZone

renderAsPopup

public static final DateTimeEntryBase.PropertyKeys renderAsPopup

maxMinute

public static final DateTimeEntryBase.PropertyKeys maxMinute

optionalIndicator

public static final DateTimeEntryBase.PropertyKeys optionalIndicator

style

public static final DateTimeEntryBase.PropertyKeys style

widgetVar

public static final DateTimeEntryBase.PropertyKeys widgetVar

showOtherMonths

public static final DateTimeEntryBase.PropertyKeys showOtherMonths

effectDuration

public static final DateTimeEntryBase.PropertyKeys effectDuration

readOnlyInputText

public static final DateTimeEntryBase.PropertyKeys readOnlyInputText

maxdate

public static final DateTimeEntryBase.PropertyKeys maxdate

showButtonPanel

public static final DateTimeEntryBase.PropertyKeys showButtonPanel

leftMonthOffset

public static final DateTimeEntryBase.PropertyKeys leftMonthOffset

stepMinute

public static final DateTimeEntryBase.PropertyKeys stepMinute

maxSecond

public static final DateTimeEntryBase.PropertyKeys maxSecond

stepHour

public static final DateTimeEntryBase.PropertyKeys stepHour

minSecond

public static final DateTimeEntryBase.PropertyKeys minSecond

pages

public static final DateTimeEntryBase.PropertyKeys pages

styleClass

public static final DateTimeEntryBase.PropertyKeys styleClass

tabindex

public static final DateTimeEntryBase.PropertyKeys tabindex

stepSecond

public static final DateTimeEntryBase.PropertyKeys stepSecond

labelPosition

public static final DateTimeEntryBase.PropertyKeys labelPosition

label

public static final DateTimeEntryBase.PropertyKeys label

timeOnly

public static final DateTimeEntryBase.PropertyKeys timeOnly

mindate

public static final DateTimeEntryBase.PropertyKeys mindate

size

public static final DateTimeEntryBase.PropertyKeys size

navigator

public static final DateTimeEntryBase.PropertyKeys navigator

pattern

public static final DateTimeEntryBase.PropertyKeys pattern

effect

public static final DateTimeEntryBase.PropertyKeys effect

popupIcon

public static final DateTimeEntryBase.PropertyKeys popupIcon

showOn

public static final DateTimeEntryBase.PropertyKeys showOn

maxHour

public static final DateTimeEntryBase.PropertyKeys maxHour

indicatorPosition

public static final DateTimeEntryBase.PropertyKeys indicatorPosition

readonly

public static final DateTimeEntryBase.PropertyKeys readonly

disabled

public static final DateTimeEntryBase.PropertyKeys disabled

popupIconOnly

public static final DateTimeEntryBase.PropertyKeys popupIconOnly

yearRange

public static final DateTimeEntryBase.PropertyKeys yearRange
Method Detail

values

public static DateTimeEntryBase.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 (DateTimeEntryBase.PropertyKeys c : DateTimeEntryBase.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 DateTimeEntryBase.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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<DateTimeEntryBase.PropertyKeys>

ICEfaces 3.1.0
Java API Documentation

Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.