Uses of Class
de.xima.fc.gui.bean.designer.event.EDesignerUploadFileSource
-
Packages that use EDesignerUploadFileSource Package Description de.xima.fc.gui.bean.designer.event de.xima.fc.gui.bean.designer.request -
-
Uses of EDesignerUploadFileSource in de.xima.fc.gui.bean.designer.event
Methods in de.xima.fc.gui.bean.designer.event that return EDesignerUploadFileSource Modifier and Type Method Description static EDesignerUploadFileSource
EDesignerUploadFileSource. valueOf(String name)
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 EDesignerUploadFileSource Modifier and Type Method Description EDesignerUploadFileSource
FileUploadedRequest. getFileSource()
Constructors in de.xima.fc.gui.bean.designer.request with parameters of type EDesignerUploadFileSource Constructor Description FileUploadedRequest(EContentView contentView, EDesignerUploadFileSource fileSource, String fileName, byte[] fileContent, String contentType)
A new POJO with the given data.FileUploadedRequest(String sourceTabId, EDesignerUploadFileSource fileSource, String fileName, byte[] fileContent, String contentType)
A new POJO with the given data.
-