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 Detail

      • 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
      • acceptedFileTypes

        protected java.util.List<java.lang.String> acceptedFileTypes
      • fileItems

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

      • UiSimpleFileField

        public UiSimpleFileField()