Uses of Enum
de.xima.fc.gui.bean.designer.event.EDesignerUploadFileSource
Packages that use EDesignerUploadFileSource
-
Uses of EDesignerUploadFileSource in de.xima.fc.gui.bean.designer.event
Methods in de.xima.fc.gui.bean.designer.event that return EDesignerUploadFileSourceModifier and TypeMethodDescriptionstatic EDesignerUploadFileSource
Returns the enum constant of this type with the specified name.static EDesignerUploadFileSource[]
EDesignerUploadFileSource.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EDesignerUploadFileSource in de.xima.fc.gui.bean.designer.request
Methods in de.xima.fc.gui.bean.designer.request that return EDesignerUploadFileSourceConstructors in de.xima.fc.gui.bean.designer.request with parameters of type EDesignerUploadFileSourceModifierConstructorDescriptionFileUploadedRequest
(EContentView contentView, EDesignerUploadFileSource fileSource, String fileName, byte[] fileContent, String contentType, boolean canAccessPdfImporter) A new POJO with the given data.FileUploadedRequest
(String sourceTabId, EDesignerUploadFileSource fileSource, String fileName, byte[] fileContent, String contentType, boolean canAccessPdfImporter) A new POJO with the given data.