Class FileSelectionParameterDefinition
java.lang.Object
net.datenwerke.rs.core.service.parameters.entities.ParameterDefinition<FileSelectionParameterInstance>
net.datenwerke.rs.base.ext.service.parameters.fileselection.FileSelectionParameterDefinition
- All Implemented Interfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@GenerateDto(dtoPackage="net.datenwerke.rs.base.ext.client.parameters.fileselection.dto",
displayTitle="RsMessages.INSTANCE.fileSelectionParameterText()",
additionalImports=RsMessages.class)
public class FileSelectionParameterDefinition
extends ParameterDefinition<FileSelectionParameterInstance>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongintintgetWidth()booleanbooleanbooleanbooleanvoidsetAllowDownload(boolean allowDownload) voidsetAllowedFileExtensions(String allowedFileExtensions) voidsetAllowFileServerSelection(boolean allowFileServerSelection) voidsetAllowFileUpload(boolean allowFileUpload) voidsetAllowTeamSpaceSelection(boolean allowTeamSpaceSelection) voidsetFileSizeString(String fileSizeString) voidsetHeight(int height) voidsetMaxNumberOfFiles(Integer maxNumberOfFiles) voidsetMinNumberOfFiles(Integer minNumberOfFiles) voidsetWidth(int width) Methods inherited from class net.datenwerke.rs.core.service.parameters.entities.ParameterDefinition
cleanDuplicated, configureParameterDefinitionForJuel, createParameterDefinitionForJuel, createParameterInstance, equals, getAllDependents, getDependsOn, getDescription, getId, getKey, getLabelWidth, getN, getName, getOldTransientId, getVersion, hashCode, initWithDefaultValues, isDisplayInline, isEditable, isHidden, isMandatory, isSeparator, setDependsOn, setDescription, setDisplayInline, setEditable, setHidden, setId, setKey, setLabelWidth, setMandatory, setN, setName, setOldTransientId, setVersion, toString
-
Constructor Details
-
FileSelectionParameterDefinition
public FileSelectionParameterDefinition()
-
-
Method Details
-
getFileSize
-
isAllowFileUpload
public boolean isAllowFileUpload() -
setAllowFileUpload
public void setAllowFileUpload(boolean allowFileUpload) -
isAllowTeamSpaceSelection
public boolean isAllowTeamSpaceSelection() -
setAllowTeamSpaceSelection
public void setAllowTeamSpaceSelection(boolean allowTeamSpaceSelection) -
isAllowFileServerSelection
public boolean isAllowFileServerSelection() -
setAllowFileServerSelection
public void setAllowFileServerSelection(boolean allowFileServerSelection) -
getFileSizeString
-
setFileSizeString
-
getAllowedFileExtensions
-
setAllowedFileExtensions
-
getMinNumberOfFiles
-
setMinNumberOfFiles
-
getMaxNumberOfFiles
-
setMaxNumberOfFiles
-
isAllowDownload
public boolean isAllowDownload() -
setAllowDownload
public void setAllowDownload(boolean allowDownload) -
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height)
-