Class DateTimePickerDelegate<V extends Comparable>
java.lang.Object
io.jmix.flowui.component.delegate.AbstractComponentDelegate<C>
io.jmix.flowui.component.delegate.AbstractValueComponentDelegate<C,T,V>
io.jmix.flowui.component.delegate.AbstractFieldDelegate<C,T,V>
io.jmix.flowui.component.delegate.AbstractDateTimeFieldDelegate<TypedDateTimePicker<V>,V,LocalDateTime>
io.jmix.flowui.component.delegate.DateTimePickerDelegate<V>
- All Implemented Interfaces:
ValueBindingDelegate<V>,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@Component("flowui_DateTimePickerDelegate")
@Scope("prototype")
public class DateTimePickerDelegate<V extends Comparable>
extends AbstractDateTimeFieldDelegate<TypedDateTimePicker<V>,V,LocalDateTime>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.flowui.component.delegate.ValueBindingDelegate
ValueBindingDelegate.ValueBindingChangeEvent<T> -
Field Summary
Fields inherited from class io.jmix.flowui.component.delegate.AbstractDateTimeFieldDelegate
dateTimeRangeValidator, maxDate, minDateFields inherited from class io.jmix.flowui.component.delegate.AbstractFieldDelegate
applicationContext, datatype, errorMessage, explicitlyInvalid, messages, metadataTools, PROPERTY_INVALID, requiredMessage, statusChangeHandler, toModelConverter, validatorsFields inherited from class io.jmix.flowui.component.delegate.AbstractValueComponentDelegate
valueBindingFields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
component -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractValueBinding<V>createValueBinding(ValueSource<V> valueSource) Methods inherited from class io.jmix.flowui.component.delegate.AbstractDateTimeFieldDelegate
getMax, getMin, getValueType, setDatatype, setMax, setMin, setValueSource, updateDateTimeValidatorMethods inherited from class io.jmix.flowui.component.delegate.AbstractFieldDelegate
addValidator, applyDefaultValueFormat, executeValidators, formatMessage, getComponentValue, getDatatype, getErrorMessage, getMessage, getRequiredErrorMessage, getRequiredMessage, isInvalid, isInvalidInternal, setApplicationContext, setComponentRequiredErrorState, setErrorMessage, setInvalid, setInvalidInternal, setMessages, setMetadataTools, setRequiredMessage, setStatusChangeHandler, setToModelConverter, updateInvalidState, validatorsPassedMethods inherited from class io.jmix.flowui.component.delegate.AbstractValueComponentDelegate
addValueBindingChangeListener, getEventBus, getValueBinding, getValueSource, valueBindingChangedMethods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
getComponent
-
Constructor Details
-
DateTimePickerDelegate
-
-
Method Details
-
createValueBinding
- Specified by:
createValueBindingin classAbstractValueComponentDelegate<TypedDateTimePicker<V extends Comparable>,V extends Comparable, LocalDateTime>
-