Class LocalDateField
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.field.AbstractField<VALUE>
org.teamapps.ux.component.field.datetime.AbstractDateField<LocalDateField,java.time.LocalDate>
org.teamapps.ux.component.field.datetime.LocalDateField
- All Implemented Interfaces:
Component,TextInputHandlingField
public class LocalDateField extends AbstractDateField<LocalDateField,java.time.LocalDate>
-
Field Summary
Fields inherited from class org.teamapps.ux.component.field.datetime.AbstractDateField
dateFormat, favorPastDates, onSpecialKeyPressed, onTextInput, showClearButton, showDropDownButtonFields inherited from class org.teamapps.ux.component.field.AbstractField
onValueChanged, onVisibilityChanged -
Constructor Summary
Constructors Constructor Description LocalDateField() -
Method Summary
Modifier and Type Method Description java.time.LocalDateconvertUiValueToUxValue(java.lang.Object value)org.teamapps.dto.UiFieldcreateUiComponent()Methods inherited from class org.teamapps.ux.component.field.datetime.AbstractDateField
doDestroy, getDateFormat, handleUiEvent, isFavorPastDates, isShowClearButton, isShowDropDownButton, mapAbstractDateFieldUiValues, onSpecialKeyPressed, onTextInput, setDateFormat, setFavorPastDates, setShowClearButton, setShowDropDownButtonMethods inherited from class org.teamapps.ux.component.field.AbstractField
addCustomFieldMessage, addValidator, applyValueFromUi, clearCustomFieldMessages, convertUxValueToUiValue, focus, getCustomFieldMessages, getDefaultMessagePosition, getDefaultMessageVisibility, getEditingMode, getFieldMessages, getMaxFieldMessageSeverity, getValidators, getValue, 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, unrenderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.field.TextInputHandlingField
defaultHandleTextInputEvent
-
Constructor Details
-
LocalDateField
public LocalDateField()
-
-
Method Details
-
createUiComponent
public org.teamapps.dto.UiField createUiComponent()- Specified by:
createUiComponentin classAbstractComponent
-
convertUiValueToUxValue
public java.time.LocalDate convertUiValueToUxValue(java.lang.Object value)- Overrides:
convertUiValueToUxValuein classAbstractField<java.time.LocalDate>
-