Class LocalDateTimeField
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.field.AbstractField<VALUE>
org.teamapps.ux.component.field.datetime.AbstractDateTimeField<LocalDateTimeField,java.time.LocalDateTime>
org.teamapps.ux.component.field.datetime.LocalDateTimeField
- All Implemented Interfaces:
Component
public class LocalDateTimeField extends AbstractDateTimeField<LocalDateTimeField,java.time.LocalDateTime>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringtimeZoneIdFields inherited from class org.teamapps.ux.component.field.AbstractField
onValueChanged, onVisibilityChanged -
Constructor Summary
Constructors Constructor Description LocalDateTimeField() -
Method Summary
Modifier and Type Method Description java.time.LocalDateTimeconvertUiValueToUxValue(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.AbstractDateTimeField
doDestroy, getDateFormat, getTimeFormat, isFavorPastDates, isShowDropDownButton, mapAbstractDateTimeFieldUiValues, setDateFormat, setFavorPastDates, setShowDropDownButton, setTimeFormatMethods inherited from class org.teamapps.ux.component.field.AbstractField
addCustomFieldMessage, addValidator, applyValueFromUi, clearCustomFieldMessages, convertUxValueToUiValue, focus, getCustomFieldMessages, getDefaultMessagePosition, getDefaultMessageVisibility, getEditingMode, getFieldMessages, getMaxFieldMessageSeverity, getValidators, getValue, handleUiEvent, isEmpty, isRequired, isValid, mapAbstractFieldAttributesToUiField, removeCustomFieldMessage, removeValidator, setAndLockValue, setCustomFieldMessages, setDefaultMessagePosition, setDefaultMessageVisibility, setEditingMode, setRequired, setValue, setVisible, validateMethods inherited from class org.teamapps.ux.component.AbstractComponent
createUiComponentReference, destroy, getDebuggingId, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, onDestroyed, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setDebuggingId, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, toString, unrender
-
Field Details
-
timeZoneId
protected java.lang.String timeZoneId
-
-
Constructor Details
-
LocalDateTimeField
public LocalDateTimeField()
-
-
Method Details
-
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.LocalDateTime convertUiValueToUxValue(java.lang.Object value)- Overrides:
convertUiValueToUxValuein classAbstractField<java.time.LocalDateTime>
-