Class AbstractValueComponentDelegate<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,V>,T,V>
java.lang.Object
io.jmix.flowui.component.delegate.AbstractComponentDelegate<C>
io.jmix.flowui.component.delegate.AbstractValueComponentDelegate<C,T,V>
- Direct Known Subclasses:
AbstractFieldDelegate
public abstract class AbstractValueComponentDelegate<C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,V>,T,V>
extends AbstractComponentDelegate<C>
-
Field Summary
Fields inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
component
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract AbstractValueBinding<T>
createValueBinding
(ValueSource<T> valueSource) void
setValueSource
(ValueSource<T> valueSource) Methods inherited from class io.jmix.flowui.component.delegate.AbstractComponentDelegate
getComponent
-
Field Details
-
valueBinding
-
-
Constructor Details
-
AbstractValueComponentDelegate
-
-
Method Details
-
getValueSource
-
setValueSource
-
createValueBinding
-