public class DateTimeEntry extends DateTimeEntryBase implements org.icefaces.component.Focusable
DateTimeEntryBase.PropertyKeys| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INPUT_STYLE_CLASS |
static java.lang.String |
POPUP_ICON |
COMPONENT_TYPE, RENDERER_TYPE| Constructor and Description |
|---|
DateTimeEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Locale |
calculateLocale(javax.faces.context.FacesContext facesContext) |
java.util.TimeZone |
calculateTimeZone() |
protected javax.faces.context.FacesContext |
getFacesContext() |
java.lang.String |
getFocusedElementId() |
boolean |
hasTime() |
boolean |
isPopup() |
boolean |
isSingleSubmit()
Return the value of the
singleSubmit property. |
void |
queueEvent(javax.faces.event.FacesEvent event) |
void |
validate(javax.faces.context.FacesContext context) |
addClientBehavior, getAccesskey, getButtonText, getDefaultEventName, getDefaultExecute, getDefaultRender, getEffect, getEffectDuration, getEventNames, getFamily, getIndicatorPosition, getLabel, getLabelPosition, getLeftMonthOffset, getListenerArgument, getLocale, getMaxdate, getMaxHour, getMaxlength, getMaxMinute, getMaxSecond, getMindate, getMinHour, getMinMinute, getMinSecond, getOptionalIndicator, getPages, getPattern, getPopupIcon, getRequiredIndicator, getSelectableDateRanges, getShowOn, getSize, getStepHour, getStepMinute, getStepSecond, getStyle, getStyleClass, getTabindex, getTimeZone, getTitle, getWidgetVar, getYearRange, isDisabled, isDisableHoverStyling, isLenientParsing, isNavigator, isPopupIconOnly, isPropertySet, isReadonly, isReadOnlyInputText, isRenderAsPopup, isSelectOtherMonths, isShowButtonPanel, isShowOtherMonths, isShowWeek, isTimeOnly, isTodayNowButtonsAlsoSelect, setAccesskey, setButtonText, setDisabled, setDisableHoverStyling, setEffect, setEffectDuration, setIndicatorPosition, setLabel, setLabelPosition, setLeftMonthOffset, setLenientParsing, setLocale, setMaxdate, setMaxHour, setMaxlength, setMaxMinute, setMaxSecond, setMindate, setMinHour, setMinMinute, setMinSecond, setNavigator, setOptionalIndicator, setPages, setPattern, setPopupIcon, setPopupIconOnly, setReadonly, setReadOnlyInputText, setRenderAsPopup, setRequiredIndicator, setSelectableDateRanges, setSelectOtherMonths, setShowButtonPanel, setShowOn, setShowOtherMonths, setShowWeek, setSingleSubmit, setSize, setStepHour, setStepMinute, setStepSecond, setStyle, setStyleClass, setTabindex, setTimeOnly, setTimeZone, setTitle, setTodayNowButtonsAlsoSelect, setValueExpression, setWidgetVar, setYearRangeaddValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, 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, validateValuegetConverter, getLocalValue, setConverteraddFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String INPUT_STYLE_CLASS
public static java.lang.String POPUP_ICON
public java.util.Locale calculateLocale(javax.faces.context.FacesContext facesContext)
public java.util.TimeZone calculateTimeZone()
public boolean isPopup()
public boolean hasTime()
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic void validate(javax.faces.context.FacesContext context)
validate in class javax.faces.component.UIInputprotected javax.faces.context.FacesContext getFacesContext()
getFacesContext in class javax.faces.component.UIComponentBasepublic boolean isSingleSubmit()
DateTimeEntryBaseReturn the value of the singleSubmit property.
Contents: When singleSubmit is true, changing the value of this component will submit and execute this component only (equivalent to <f:ajax execute="@this" render="@all">). When singleSubmit is false, no submit will occur. <ace:ajax> submit events have precedence over singleSubmit. Default = 'false'.
isSingleSubmit in interface IDateTimeEntryisSingleSubmit in class DateTimeEntryBasepublic java.lang.String getFocusedElementId()
getFocusedElementId in interface org.icefaces.component.FocusableCopyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.