Interface DocumentField

All Superinterfaces:
Component, DataComponent, InputComponent, LabeledComponent
All Known Subinterfaces:
NamedUploadField, UploadField
All Known Implementing Classes:
AbstractDocumentField, DocumentFieldImpl, DocumentFieldWrapper, NamedUploadFieldImpl, NamedUploadFieldWrapper, UploadFieldImpl, UploadFieldWrapper

@Deprecated public interface DocumentField extends InputComponent
Deprecated.
DMS document field.
  • Method Details

    • getPreview

      Boolean getPreview()
      Deprecated.
    • setPreview

      void setPreview(Boolean preview)
      Deprecated.
    • getDownloadButton

      Boolean getDownloadButton()
      Deprecated.
    • setDownloadButton

      void setDownloadButton(Boolean downloadButton)
      Deprecated.