Class InstantDateField
- java.lang.Object
-
- org.teamapps.ux.component.AbstractComponent
-
- org.teamapps.ux.component.field.AbstractField<VALUE>
-
- org.teamapps.ux.component.field.datetime.AbstractDateField<InstantDateField,java.time.Instant>
-
- org.teamapps.ux.component.field.datetime.InstantDateField
-
- All Implemented Interfaces:
Component,TextInputHandlingField
public class InstantDateField extends AbstractDateField<InstantDateField,java.time.Instant>
-
-
Field Summary
-
Fields inherited from class org.teamapps.ux.component.field.datetime.AbstractDateField
dateFormat, favorPastDates, onSpecialKeyPressed, onTextInput, showClearButton, showDropDownButton
-
Fields inherited from class org.teamapps.ux.component.field.AbstractField
onValueChanged, onVisibilityChanged
-
Fields inherited from class org.teamapps.ux.component.AbstractComponent
onDestroyed, onRendered
-
-
Constructor Summary
Constructors Constructor Description InstantDateField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.time.InstantconvertUiValueToUxValue(java.lang.Object value)org.teamapps.dto.UiFieldcreateUiComponent()java.lang.StringgetTimeZoneId()voidsetTimeZoneId(java.lang.String timeZoneId)-
Methods inherited from class org.teamapps.ux.component.field.datetime.AbstractDateField
doDestroy, getDateFormat, handleUiEvent, isFavorPastDates, isShowClearButton, isShowDropDownButton, mapAbstractDateFieldUiValues, onSpecialKeyPressed, onTextInput, setDateFormat, setFavorPastDates, setShowClearButton, setShowDropDownButton
-
Methods inherited from class org.teamapps.ux.component.field.AbstractField
addFieldMessage, applyValueFromUi, convertUxValueToUiValue, focus, getEditingMode, getFieldMessages, getValue, isVisible, mapAbstractFieldAttributesToUiField, removeFieldMessage, removeFieldMessages, removeValidationMessages, setAndLockValue, setEditingMode, setFieldMessages, setValidationMessage, setValue, setVisible
-
Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiComponentReference, destroy, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, toString, unrender
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.teamapps.ux.component.Component
setCssStyle
-
Methods inherited from interface org.teamapps.ux.component.field.TextInputHandlingField
defaultHandleTextInputEvent
-
-
-
-
Method Detail
-
createUiComponent
public org.teamapps.dto.UiField createUiComponent()
- Specified by:
createUiComponentin classAbstractComponent
-
getTimeZoneId
public java.lang.String getTimeZoneId()
-
setTimeZoneId
public void setTimeZoneId(java.lang.String timeZoneId)
-
convertUiValueToUxValue
public java.time.Instant convertUiValueToUxValue(java.lang.Object value)
- Overrides:
convertUiValueToUxValuein classAbstractField<java.time.Instant>
-
-