Class TimePickerDelegate<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<TypedTimePicker<V>,V,LocalTime>
io.jmix.flowui.component.delegate.TimePickerDelegate<V>
- All Implemented Interfaces:
ValueBindingDelegate<V>
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@Component("flowui_TimePickerDelegate")
@Scope("prototype")
public class TimePickerDelegate<V extends Comparable>
extends AbstractDateTimeFieldDelegate<TypedTimePicker<V>,V,LocalTime>
-
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, minDate
Fields inherited from class io.jmix.flowui.component.delegate.AbstractFieldDelegate
applicationContext, datatype, explicitlyInvalid, messages, metadataTools, PROPERTY_INVALID, requiredMessage, toModelConverter, validators
Fields inherited from class io.jmix.flowui.component.delegate.AbstractValueComponentDelegate
valueBinding
Fields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
component
-
Constructor Summary
-
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, updateDateTimeValidator
Methods inherited from class io.jmix.flowui.component.delegate.AbstractFieldDelegate
addValidator, applyDefaultValueFormat, executeValidators, formatMessage, getComponentErrorMessage, getComponentValue, getDatatype, getMessage, getRequiredErrorMessage, getRequiredMessage, isInvalid, isInvalidInternal, setApplicationContext, setComponentErrorMessage, setComponentRequiredErrorState, setInvalid, setInvalidInternal, setMessages, setMetadataTools, setRequiredMessage, setToModelConverter, updateInvalidState, validatorsPassed
Methods inherited from class io.jmix.flowui.component.delegate.AbstractValueComponentDelegate
addValueBindingChangeListener, getEventBus, getValueBinding, getValueSource, valueBindingChanged
Methods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
getComponent
-
Constructor Details
-
TimePickerDelegate
-
-
Method Details
-
createValueBinding
- Specified by:
createValueBinding
in classAbstractValueComponentDelegate<TypedTimePicker<V extends Comparable>,
V extends Comparable, LocalTime>
-