Interface CustomDataField

All Superinterfaces:
Component, DataComponent, InputComponent, LabeledComponent
All Known Implementing Classes:
CustomDataFieldImpl, CustomDataFieldWrapper

@Deprecated public interface CustomDataField extends InputComponent
Deprecated.
A field, that can be used to load custom data from a CustomDataProvider for a DataView or something like that. Would be the best choice, if the value is too complex for simple components such as a textfield or so.