Class LocalDateField
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.field.AbstractField<VALUE>
org.teamapps.ux.component.field.datetime.AbstractDateField<java.time.LocalDate>
org.teamapps.ux.component.field.datetime.LocalDateField
- All Implemented Interfaces:
ClientObject,Component,TextInputHandlingField
public class LocalDateField extends AbstractDateField<java.time.LocalDate>
-
Field Summary
Fields inherited from class org.teamapps.ux.component.field.datetime.AbstractDateField
dateFormat, favorPastDates, locale, onSpecialKeyPressed, onTextInput, showClearButton, showDropDownButtonFields inherited from class org.teamapps.ux.component.field.AbstractField
onValueChanged, onVisibilityChangedFields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered -
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
getDateFormat, getLocale, getULocale, handleUiEvent, isFavorPastDates, isShowClearButton, isShowDropDownButton, mapAbstractDateFieldUiValues, onSpecialKeyPressed, onTextInput, setDateFormat, setFavorPastDates, setLocale, setShowClearButton, setShowDropDownButton, 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, 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, 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.Component
setAttribute, setCssStyle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setShadow, toggleCssClassMethods 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>
-