Class LocalDateTimeField
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.field.AbstractField<VALUE>
org.teamapps.ux.component.field.datetime.AbstractDateTimeField<java.time.LocalDateTime>
org.teamapps.ux.component.field.datetime.LocalDateTimeField
- All Implemented Interfaces:
ClientObject,Component
public class LocalDateTimeField extends AbstractDateTimeField<java.time.LocalDateTime>
-
Field Summary
Fields 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()Methods inherited from class org.teamapps.ux.component.field.datetime.AbstractDateTimeField
getDateFormat, getLocale, getTimeFormat, getULocale, isFavorPastDates, isShowDropDownButton, mapAbstractDateTimeFieldUiValues, setDateFormat, setFavorPastDates, setLocale, setShowDropDownButton, setTimeFormat, setULocaleMethods inherited from class org.teamapps.ux.component.field.AbstractField
addCustomFieldMessage, addValidator, applyValueFromUi, clearCustomFieldMessages, clearValidatorMessages, convertUxValueToUiValue, focus, getCustomFieldMessages, getDefaultMessagePosition, getDefaultMessageVisibility, getEditingMode, getFieldMessages, getMaxFieldMessageSeverity, getValidators, getValue, handleUiEvent, isEmpty, isRequired, isValid, isValueChangedByClient, mapAbstractFieldAttributesToUiField, removeCustomFieldMessage, removeValidator, setAndLockValue, setCustomFieldMessages, setDefaultMessagePosition, setDefaultMessageVisibility, setEditingMode, setRequired, setRequiredIfVisibleAndEditable, setValue, setVisible, validateMethods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setCssStyle, setDebuggingId, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setParent, setShadow, toString, unrender
-
Constructor Details
-
LocalDateTimeField
public LocalDateTimeField()
-
-
Method Details
-
createUiComponent
public org.teamapps.dto.UiField createUiComponent()- Specified by:
createUiComponentin classAbstractComponent
-
convertUiValueToUxValue
public java.time.LocalDateTime convertUiValueToUxValue(java.lang.Object value)- Overrides:
convertUiValueToUxValuein classAbstractField<java.time.LocalDateTime>
-