Class LocalTimeField
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.field.AbstractField<VALUE>
org.teamapps.ux.component.field.datetime.AbstractTimeField<LocalTimeField,java.time.LocalTime>
org.teamapps.ux.component.field.datetime.LocalTimeField
- All Implemented Interfaces:
ClientObject,Component,TextInputHandlingField
public class LocalTimeField extends AbstractTimeField<LocalTimeField,java.time.LocalTime>
-
Field Summary
Fields inherited from class org.teamapps.ux.component.field.datetime.AbstractTimeField
onSpecialKeyPressed, onTextInputFields inherited from class org.teamapps.ux.component.field.AbstractField
onValueChanged, onVisibilityChanged -
Constructor Summary
Constructors Constructor Description LocalTimeField() -
Method Summary
Modifier and Type Method Description java.time.LocalTimeconvertUiValueToUxValue(java.lang.Object value)org.teamapps.dto.UiFieldcreateUiComponent()Methods inherited from class org.teamapps.ux.component.field.datetime.AbstractTimeField
getTimeFormat, handleUiEvent, isShowClearButton, isShowDropDownButton, mapAbstractTimeFieldUiValues, onSpecialKeyPressed, onTextInput, setShowClearButton, 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, isEmpty, isRequired, isValid, isValueChangedByClient, mapAbstractFieldAttributesToUiField, removeCustomFieldMessage, removeValidator, setAndLockValue, setCustomFieldMessages, setDefaultMessagePosition, setDefaultMessageVisibility, setEditingMode, setRequired, setValue, setVisible, validateMethods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isDestroyed, isEffectivelyVisible, isRendered, isVisible, mapAbstractUiComponentProperties, 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
-
LocalTimeField
public LocalTimeField()
-
-
Method Details
-
createUiComponent
public org.teamapps.dto.UiField createUiComponent()- Specified by:
createUiComponentin classAbstractComponent
-
convertUiValueToUxValue
public java.time.LocalTime convertUiValueToUxValue(java.lang.Object value)- Overrides:
convertUiValueToUxValuein classAbstractField<java.time.LocalTime>
-