@Deprecated
public interface DatasourceComponent<V>
extends io.jmix.ui.component.Component, io.jmix.ui.component.HasValue<V>, io.jmix.ui.component.data.HasValueSource<V>
io.jmix.ui.component.HasValue.ValueChangeEvent<V>
io.jmix.ui.component.Component.Alignment, io.jmix.ui.component.Component.BelongToFrame, io.jmix.ui.component.Component.Disposable, io.jmix.ui.component.Component.Editable, io.jmix.ui.component.Component.Focusable, io.jmix.ui.component.Component.HasCaption, io.jmix.ui.component.Component.HasDescription, io.jmix.ui.component.Component.HasIcon, io.jmix.ui.component.Component.HasXmlDescriptor, io.jmix.ui.component.Component.Wrapper
Modifier and Type | Method and Description |
---|---|
default Datasource |
getDatasource()
Deprecated.
Use
HasValueSource.getValueSource() instead |
default io.jmix.core.metamodel.model.MetaProperty |
getMetaProperty()
Deprecated.
Use
HasValueSource.getValueSource() instead |
default io.jmix.core.metamodel.model.MetaPropertyPath |
getMetaPropertyPath()
Deprecated.
Use
HasValueSource.getValueSource() instead |
default void |
setDatasource(Datasource datasource,
java.lang.String property)
Deprecated.
Use
HasValueSource.setValueSource(ValueSource) instead |
addValueChangeListener, clear, getEmptyValue, getValue, isEmpty, setValue
addStyleName, getAlignment, getHeight, getHeightSizeUnit, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, isEnabled, isEnabledRecursive, isResponsive, isVisible, isVisibleRecursive, removeStyleName, setAlignment, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapComposition, unwrapCompositionOrNull, unwrapOrNull, withUnwrapped, withUnwrappedComposition
@Deprecated default Datasource getDatasource()
HasValueSource.getValueSource()
instead@Deprecated default io.jmix.core.metamodel.model.MetaProperty getMetaProperty()
HasValueSource.getValueSource()
instead@Deprecated default io.jmix.core.metamodel.model.MetaPropertyPath getMetaPropertyPath()
HasValueSource.getValueSource()
instead@Deprecated default void setDatasource(Datasource datasource, java.lang.String property)
HasValueSource.setValueSource(ValueSource)
instead