@Deprecated public interface DatasourceComponent<V> extends Component, HasValue<V>, HasValueSource<V>
HasValue.ValueChangeEvent<V>Component.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.OptionsStyleProvider, Component.WrapperAUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE, UNITS_PERCENTAGE, UNITS_PIXELS| Modifier and Type | Method and Description |
|---|---|
default Datasource |
getDatasource()
Deprecated.
Use
HasValueSource.getValueSource() instead |
default MetaProperty |
getMetaProperty()
Deprecated.
Use
HasValueSource.getValueSource() instead |
default 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, removeValueChangeListener, setValueaddStyleName, getAlignment, getHeight, getHeightSizeUnit, getHeightUnits, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, getWidthUnits, isEnabled, isEnabledItself, isEnabledRecursive, isResponsive, isVisible, isVisibleItself, isVisibleRecursive, removeStyleName, requestFocus, setAlignment, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapCompositiongetValueSource, setValueSource@Deprecated default Datasource getDatasource()
HasValueSource.getValueSource() instead@Deprecated default MetaProperty getMetaProperty()
HasValueSource.getValueSource() instead@Deprecated default MetaPropertyPath getMetaPropertyPath()
HasValueSource.getValueSource() instead@Deprecated default void setDatasource(Datasource datasource, java.lang.String property)
HasValueSource.setValueSource(ValueSource) instead