ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.component.datetimeentry
Class DateTimeEntryBase

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by javax.faces.component.UIInput
                  extended by org.icefaces.ace.component.datetimeentry.DateTimeEntryBase
All Implemented Interfaces:
java.util.EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.EditableValueHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.component.ValueHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, IceClientBehaviorHolder
Direct Known Subclasses:
DateTimeEntry

public class DateTimeEntryBase
extends javax.faces.component.UIInput
implements IceClientBehaviorHolder


Nested Class Summary
protected static class DateTimeEntryBase.PropertyKeys
           
 
Field Summary
static java.lang.String COMPONENT_TYPE
           
static java.lang.String RENDERER_TYPE
           
 
Fields inherited from class javax.faces.component.UIInput
COMPONENT_FAMILY, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME
 
Fields inherited from class javax.faces.component.UIComponent
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
 
Constructor Summary
DateTimeEntryBase()
           
 
Method Summary
 void addClientBehavior(java.lang.String eventName, javax.faces.component.behavior.ClientBehavior behavior)
           
 java.lang.String getDefaultEventName()
           
 java.lang.String getDefaultExecute(java.lang.String event)
           
 java.lang.String getDefaultRender(java.lang.String event)
           
 java.lang.String getEffect()
          Return the value of the effect property.
 java.lang.String getEffectDuration()
          Return the value of the effectDuration property.
 java.util.Collection<java.lang.String> getEventNames()
           
 java.lang.String getFamily()
           
 java.lang.String getIndicatorPosition()
          Return the value of the indicatorPosition property.
 java.lang.String getLabel()
          Return the value of the label property.
 java.lang.String getLabelPosition()
          Return the value of the labelPosition property.
 int getLeftMonthOffset()
          Return the value of the leftMonthOffset property.
 java.lang.Object getLocale()
          Return the value of the locale property.
 java.lang.Object getMaxdate()
          Return the value of the maxdate property.
 int getMaxHour()
          Return the value of the maxHour property.
 int getMaxMinute()
          Return the value of the maxMinute property.
 int getMaxSecond()
          Return the value of the maxSecond property.
 java.lang.Object getMindate()
          Return the value of the mindate property.
 int getMinHour()
          Return the value of the minHour property.
 int getMinMinute()
          Return the value of the minMinute property.
 int getMinSecond()
          Return the value of the minSecond property.
 java.lang.String getOptionalIndicator()
          Return the value of the optionalIndicator property.
 int getPages()
          Return the value of the pages property.
 java.lang.String getPattern()
          Return the value of the pattern property.
 java.lang.String getPopupIcon()
          Return the value of the popupIcon property.
 java.lang.String getRequiredIndicator()
          Return the value of the requiredIndicator property.
 java.lang.String getShowOn()
          Return the value of the showOn property.
 int getSize()
          Return the value of the size property.
 int getStepHour()
          Return the value of the stepHour property.
 int getStepMinute()
          Return the value of the stepMinute property.
 int getStepSecond()
          Return the value of the stepSecond property.
 java.lang.String getStyle()
          Return the value of the style property.
 java.lang.String getStyleClass()
          Return the value of the styleClass property.
 java.lang.String getTabindex()
          Return the value of the tabindex property.
 java.lang.Object getTimeZone()
          Return the value of the timeZone property.
 java.lang.String getWidgetVar()
          Return the value of the widgetVar property.
 java.lang.String getYearRange()
          Return the value of the yearRange property.
 boolean isDisabled()
          Return the value of the disabled property.
 boolean isDisableHoverStyling()
          Return the value of the disableHoverStyling property.
 boolean isNavigator()
          Return the value of the navigator property.
 boolean isPopupIconOnly()
          Return the value of the popupIconOnly property.
 boolean isReadonly()
          Return the value of the readonly property.
 boolean isReadOnlyInputText()
          Return the value of the readOnlyInputText property.
 boolean isRenderAsPopup()
          Return the value of the renderAsPopup property.
 boolean isSelectOtherMonths()
          Return the value of the selectOtherMonths property.
 java.lang.Boolean isShowButtonPanel()
          Return the value of the showButtonPanel property.
 boolean isShowOtherMonths()
          Return the value of the showOtherMonths property.
 boolean isShowWeek()
          Return the value of the showWeek property.
 boolean isTimeOnly()
          Return the value of the timeOnly property.
 void setDisabled(boolean disabled)
          Set the value of the disabled property.
 void setDisableHoverStyling(boolean disableHoverStyling)
          Set the value of the disableHoverStyling property.
 void setEffect(java.lang.String effect)
          Set the value of the effect property.
 void setEffectDuration(java.lang.String effectDuration)
          Set the value of the effectDuration property.
 void setIndicatorPosition(java.lang.String indicatorPosition)
          Set the value of the indicatorPosition property.
 void setLabel(java.lang.String label)
          Set the value of the label property.
 void setLabelPosition(java.lang.String labelPosition)
          Set the value of the labelPosition property.
 void setLeftMonthOffset(int leftMonthOffset)
          Set the value of the leftMonthOffset property.
 void setLocale(java.lang.Object locale)
          Set the value of the locale property.
 void setMaxdate(java.lang.Object maxdate)
          Set the value of the maxdate property.
 void setMaxHour(int maxHour)
          Set the value of the maxHour property.
 void setMaxMinute(int maxMinute)
          Set the value of the maxMinute property.
 void setMaxSecond(int maxSecond)
          Set the value of the maxSecond property.
 void setMindate(java.lang.Object mindate)
          Set the value of the mindate property.
 void setMinHour(int minHour)
          Set the value of the minHour property.
 void setMinMinute(int minMinute)
          Set the value of the minMinute property.
 void setMinSecond(int minSecond)
          Set the value of the minSecond property.
 void setNavigator(boolean navigator)
          Set the value of the navigator property.
 void setOptionalIndicator(java.lang.String optionalIndicator)
          Set the value of the optionalIndicator property.
 void setPages(int pages)
          Set the value of the pages property.
 void setPattern(java.lang.String pattern)
          Set the value of the pattern property.
 void setPopupIcon(java.lang.String popupIcon)
          Set the value of the popupIcon property.
 void setPopupIconOnly(boolean popupIconOnly)
          Set the value of the popupIconOnly property.
 void setReadonly(boolean readonly)
          Set the value of the readonly property.
 void setReadOnlyInputText(boolean readOnlyInputText)
          Set the value of the readOnlyInputText property.
 void setRenderAsPopup(boolean renderAsPopup)
          Set the value of the renderAsPopup property.
 void setRequiredIndicator(java.lang.String requiredIndicator)
          Set the value of the requiredIndicator property.
 void setSelectOtherMonths(boolean selectOtherMonths)
          Set the value of the selectOtherMonths property.
 void setShowButtonPanel(java.lang.Boolean showButtonPanel)
          Set the value of the showButtonPanel property.
 void setShowOn(java.lang.String showOn)
          Set the value of the showOn property.
 void setShowOtherMonths(boolean showOtherMonths)
          Set the value of the showOtherMonths property.
 void setShowWeek(boolean showWeek)
          Set the value of the showWeek property.
 void setSize(int size)
          Set the value of the size property.
 void setStepHour(int stepHour)
          Set the value of the stepHour property.
 void setStepMinute(int stepMinute)
          Set the value of the stepMinute property.
 void setStepSecond(int stepSecond)
          Set the value of the stepSecond property.
 void setStyle(java.lang.String style)
          Set the value of the style property.
 void setStyleClass(java.lang.String styleClass)
          Set the value of the styleClass property.
 void setTabindex(java.lang.String tabindex)
          Set the value of the tabindex property.
 void setTimeOnly(boolean timeOnly)
          Set the value of the timeOnly property.
 void setTimeZone(java.lang.Object timeZone)
          Set the value of the timeZone property.
 void setWidgetVar(java.lang.String widgetVar)
          Set the value of the widgetVar property.
 void setYearRange(java.lang.String yearRange)
          Set the value of the yearRange property.
 
Methods inherited from class javax.faces.component.UIInput
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate, validateValue
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, getValue, setConverter
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder
getClientBehaviors
 
Methods inherited from interface javax.faces.component.ValueHolder
getConverter, getLocalValue, getValue, setConverter
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

RENDERER_TYPE

public static final java.lang.String RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

DateTimeEntryBase

public DateTimeEntryBase()
Method Detail

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class javax.faces.component.UIInput

setSelectOtherMonths

public void setSelectOtherMonths(boolean selectOtherMonths)

Set the value of the selectOtherMonths property.


isSelectOtherMonths

public boolean isSelectOtherMonths()

Return the value of the selectOtherMonths property.


setRequiredIndicator

public void setRequiredIndicator(java.lang.String requiredIndicator)

Set the value of the requiredIndicator property.


getRequiredIndicator

public java.lang.String getRequiredIndicator()

Return the value of the requiredIndicator property.


setMinHour

public void setMinHour(int minHour)

Set the value of the minHour property.


getMinHour

public int getMinHour()

Return the value of the minHour property.


setMinMinute

public void setMinMinute(int minMinute)

Set the value of the minMinute property.


getMinMinute

public int getMinMinute()

Return the value of the minMinute property.


setDisableHoverStyling

public void setDisableHoverStyling(boolean disableHoverStyling)

Set the value of the disableHoverStyling property.


isDisableHoverStyling

public boolean isDisableHoverStyling()

Return the value of the disableHoverStyling property.


setShowWeek

public void setShowWeek(boolean showWeek)

Set the value of the showWeek property.


isShowWeek

public boolean isShowWeek()

Return the value of the showWeek property.


setLocale

public void setLocale(java.lang.Object locale)

Set the value of the locale property.


getLocale

public java.lang.Object getLocale()

Return the value of the locale property.


setTimeZone

public void setTimeZone(java.lang.Object timeZone)

Set the value of the timeZone property.


getTimeZone

public java.lang.Object getTimeZone()

Return the value of the timeZone property.


setRenderAsPopup

public void setRenderAsPopup(boolean renderAsPopup)

Set the value of the renderAsPopup property.


isRenderAsPopup

public boolean isRenderAsPopup()

Return the value of the renderAsPopup property.


setMaxMinute

public void setMaxMinute(int maxMinute)

Set the value of the maxMinute property.


getMaxMinute

public int getMaxMinute()

Return the value of the maxMinute property.


setOptionalIndicator

public void setOptionalIndicator(java.lang.String optionalIndicator)

Set the value of the optionalIndicator property.


getOptionalIndicator

public java.lang.String getOptionalIndicator()

Return the value of the optionalIndicator property.


setStyle

public void setStyle(java.lang.String style)

Set the value of the style property.


getStyle

public java.lang.String getStyle()

Return the value of the style property.


setWidgetVar

public void setWidgetVar(java.lang.String widgetVar)

Set the value of the widgetVar property.


getWidgetVar

public java.lang.String getWidgetVar()

Return the value of the widgetVar property.


setShowOtherMonths

public void setShowOtherMonths(boolean showOtherMonths)

Set the value of the showOtherMonths property.


isShowOtherMonths

public boolean isShowOtherMonths()

Return the value of the showOtherMonths property.


setEffectDuration

public void setEffectDuration(java.lang.String effectDuration)

Set the value of the effectDuration property.


getEffectDuration

public java.lang.String getEffectDuration()

Return the value of the effectDuration property.


setReadOnlyInputText

public void setReadOnlyInputText(boolean readOnlyInputText)

Set the value of the readOnlyInputText property.


isReadOnlyInputText

public boolean isReadOnlyInputText()

Return the value of the readOnlyInputText property.


setMaxdate

public void setMaxdate(java.lang.Object maxdate)

Set the value of the maxdate property.


getMaxdate

public java.lang.Object getMaxdate()

Return the value of the maxdate property.


setShowButtonPanel

public void setShowButtonPanel(java.lang.Boolean showButtonPanel)

Set the value of the showButtonPanel property.


isShowButtonPanel

public java.lang.Boolean isShowButtonPanel()

Return the value of the showButtonPanel property.


setLeftMonthOffset

public void setLeftMonthOffset(int leftMonthOffset)

Set the value of the leftMonthOffset property.


getLeftMonthOffset

public int getLeftMonthOffset()

Return the value of the leftMonthOffset property.


setStepMinute

public void setStepMinute(int stepMinute)

Set the value of the stepMinute property.


getStepMinute

public int getStepMinute()

Return the value of the stepMinute property.


setMaxSecond

public void setMaxSecond(int maxSecond)

Set the value of the maxSecond property.


getMaxSecond

public int getMaxSecond()

Return the value of the maxSecond property.


setStepHour

public void setStepHour(int stepHour)

Set the value of the stepHour property.


getStepHour

public int getStepHour()

Return the value of the stepHour property.


setMinSecond

public void setMinSecond(int minSecond)

Set the value of the minSecond property.


getMinSecond

public int getMinSecond()

Return the value of the minSecond property.


setPages

public void setPages(int pages)

Set the value of the pages property.


getPages

public int getPages()

Return the value of the pages property.


setStyleClass

public void setStyleClass(java.lang.String styleClass)

Set the value of the styleClass property.


getStyleClass

public java.lang.String getStyleClass()

Return the value of the styleClass property.


setTabindex

public void setTabindex(java.lang.String tabindex)

Set the value of the tabindex property.


getTabindex

public java.lang.String getTabindex()

Return the value of the tabindex property.


setStepSecond

public void setStepSecond(int stepSecond)

Set the value of the stepSecond property.


getStepSecond

public int getStepSecond()

Return the value of the stepSecond property.


setLabelPosition

public void setLabelPosition(java.lang.String labelPosition)

Set the value of the labelPosition property.


getLabelPosition

public java.lang.String getLabelPosition()

Return the value of the labelPosition property.


setLabel

public void setLabel(java.lang.String label)

Set the value of the label property.


getLabel

public java.lang.String getLabel()

Return the value of the label property.


setTimeOnly

public void setTimeOnly(boolean timeOnly)

Set the value of the timeOnly property.


isTimeOnly

public boolean isTimeOnly()

Return the value of the timeOnly property.


setMindate

public void setMindate(java.lang.Object mindate)

Set the value of the mindate property.


getMindate

public java.lang.Object getMindate()

Return the value of the mindate property.


setSize

public void setSize(int size)

Set the value of the size property.


getSize

public int getSize()

Return the value of the size property.


setNavigator

public void setNavigator(boolean navigator)

Set the value of the navigator property.


isNavigator

public boolean isNavigator()

Return the value of the navigator property.


setPattern

public void setPattern(java.lang.String pattern)

Set the value of the pattern property.


getPattern

public java.lang.String getPattern()

Return the value of the pattern property.


setEffect

public void setEffect(java.lang.String effect)

Set the value of the effect property.


getEffect

public java.lang.String getEffect()

Return the value of the effect property.


setPopupIcon

public void setPopupIcon(java.lang.String popupIcon)

Set the value of the popupIcon property.


getPopupIcon

public java.lang.String getPopupIcon()

Return the value of the popupIcon property.


setShowOn

public void setShowOn(java.lang.String showOn)

Set the value of the showOn property.


getShowOn

public java.lang.String getShowOn()

Return the value of the showOn property.


setMaxHour

public void setMaxHour(int maxHour)

Set the value of the maxHour property.


getMaxHour

public int getMaxHour()

Return the value of the maxHour property.


setIndicatorPosition

public void setIndicatorPosition(java.lang.String indicatorPosition)

Set the value of the indicatorPosition property.


getIndicatorPosition

public java.lang.String getIndicatorPosition()

Return the value of the indicatorPosition property.


setReadonly

public void setReadonly(boolean readonly)

Set the value of the readonly property.


isReadonly

public boolean isReadonly()

Return the value of the readonly property.


setDisabled

public void setDisabled(boolean disabled)

Set the value of the disabled property.


isDisabled

public boolean isDisabled()

Return the value of the disabled property.


setPopupIconOnly

public void setPopupIconOnly(boolean popupIconOnly)

Set the value of the popupIconOnly property.


isPopupIconOnly

public boolean isPopupIconOnly()

Return the value of the popupIconOnly property.


setYearRange

public void setYearRange(java.lang.String yearRange)

Set the value of the yearRange property.


getYearRange

public java.lang.String getYearRange()

Return the value of the yearRange property.


getEventNames

public java.util.Collection<java.lang.String> getEventNames()
Specified by:
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getEventNames in class javax.faces.component.UIComponentBase

getDefaultEventName

public java.lang.String getDefaultEventName()
Specified by:
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
getDefaultEventName in class javax.faces.component.UIComponentBase

getDefaultRender

public java.lang.String getDefaultRender(java.lang.String event)
Specified by:
getDefaultRender in interface IceClientBehaviorHolder

getDefaultExecute

public java.lang.String getDefaultExecute(java.lang.String event)
Specified by:
getDefaultExecute in interface IceClientBehaviorHolder

addClientBehavior

public void addClientBehavior(java.lang.String eventName,
                              javax.faces.component.behavior.ClientBehavior behavior)
Specified by:
addClientBehavior in interface javax.faces.component.behavior.ClientBehaviorHolder
Overrides:
addClientBehavior in class javax.faces.component.UIComponentBase

ICEfaces 3.1.0
Java API Documentation

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