Class UiSimpleFileField

All Implemented Interfaces:
UiObject

public class UiSimpleFileField
extends UiField
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • browseButtonIcon

      protected java.lang.String browseButtonIcon
    • browseButtonCaption

      protected java.lang.String browseButtonCaption
    • uploadUrl

      protected java.lang.String uploadUrl
    • maxBytesPerFile

      protected long maxBytesPerFile
    • fileTooLargeMessage

      protected java.lang.String fileTooLargeMessage
    • uploadErrorMessage

      protected java.lang.String uploadErrorMessage
    • maxFiles

      protected int maxFiles
    • displayMode

      protected UiFileFieldDisplayType displayMode
    • fileItems

      protected java.util.List<UiFileItem> fileItems
  • Constructor Details

    • UiSimpleFileField

      public UiSimpleFileField()
  • Method Details