Class AbstractDateTimeField<VALUE>
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.field.AbstractField<VALUE>
org.teamapps.ux.component.field.datetime.AbstractDateTimeField<VALUE>
- All Implemented Interfaces:
ClientObject,Component
- Direct Known Subclasses:
InstantDateTimeField,LocalDateTimeField
-
Field Summary
Fields inherited from class org.teamapps.ux.component.field.AbstractField
onBlur, onFocus, onValueChanged, onVisibilityChangedFields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.ibm.icu.util.ULocalebooleanbooleanprotected voidvoidsetDateFormat(DateTimeFormatDescriptor dateFormat) voidsetFavorPastDates(boolean favorPastDates) voidvoidsetShowDropDownButton(boolean showDropDownButton) voidsetTimeFormat(DateTimeFormatDescriptor timeFormat) voidsetULocale(com.ibm.icu.util.ULocale locale) Methods inherited from class org.teamapps.ux.component.field.AbstractField
addCustomFieldMessage, addCustomFieldMessage, addValidator, applyValueFromUi, clearCustomFieldMessages, clearValidatorMessages, convertUiValueToUxValue, convertUxValueToUiValue, focus, getCustomFieldMessages, getDefaultMessagePosition, getDefaultMessageVisibility, getEditingMode, getFieldMessages, getMaxFieldMessageSeverity, getValidators, getValue, handleUiEvent, isEmpty, isEmptyValue, isRequired, isValid, isValueChangedByClient, isValueLocked, mapAbstractFieldAttributesToUiField, removeCustomFieldMessage, removeValidator, setAndLockValue, setCustomFieldMessages, setDefaultMessagePosition, setDefaultMessageVisibility, setEditingMode, setRequired, setRequiredIfVisibleAndEditable, setValue, setValueChangedByClient, setVisible, validateMethods inherited from class org.teamapps.ux.component.AbstractComponent
createUiComponent, createUiReference, getDebuggingId, getId, getParent, getSessionContext, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setAttribute, setCssStyle, setDebuggingId, setParent, toggleCssClass, toString, unrenderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.ClientObject
handleUiQueryMethods inherited from interface org.teamapps.ux.component.Component
setAriaLabel, setAttribute, setCssStyle, setHtmlTitle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setShadow, toggleCssClass
-
Constructor Details
-
AbstractDateTimeField
public AbstractDateTimeField()
-
-
Method Details
-
mapAbstractDateTimeFieldUiValues
-
isShowDropDownButton
public boolean isShowDropDownButton() -
setShowDropDownButton
public void setShowDropDownButton(boolean showDropDownButton) -
isFavorPastDates
public boolean isFavorPastDates() -
setFavorPastDates
public void setFavorPastDates(boolean favorPastDates) -
getLocale
-
getULocale
public com.ibm.icu.util.ULocale getULocale() -
setLocale
-
setULocale
public void setULocale(com.ibm.icu.util.ULocale locale) -
getDateFormat
-
setDateFormat
-
getTimeFormat
-
setTimeFormat
-