@GenerateDto(dtoPackage="net.datenwerke.rs.base.ext.client.parameters.fileselection.dto", displayTitle="RsMessages.INSTANCE.fileSelectionParameterText()", additionalImports=RsMessages.class) public class FileSelectionParameterDefinition extends ParameterDefinition<FileSelectionParameterInstance>
Constructor and Description |
---|
FileSelectionParameterDefinition() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAllowedFileExtensions() |
long |
getFileSize() |
java.lang.String |
getFileSizeString() |
int |
getHeight() |
java.lang.Integer |
getMaxNumberOfFiles() |
java.lang.Integer |
getMinNumberOfFiles() |
int |
getWidth() |
boolean |
isAllowDownload() |
boolean |
isAllowFileServerSelection() |
boolean |
isAllowFileUpload() |
boolean |
isAllowTeamSpaceSelection() |
void |
setAllowDownload(boolean allowDownload) |
void |
setAllowedFileExtensions(java.lang.String allowedFileExtensions) |
void |
setAllowFileServerSelection(boolean allowFileServerSelection) |
void |
setAllowFileUpload(boolean allowFileUpload) |
void |
setAllowTeamSpaceSelection(boolean allowTeamSpaceSelection) |
void |
setFileSizeString(java.lang.String fileSizeString) |
void |
setHeight(int height) |
void |
setMaxNumberOfFiles(java.lang.Integer maxNumberOfFiles) |
void |
setMinNumberOfFiles(java.lang.Integer minNumberOfFiles) |
void |
setWidth(int width) |
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
@ExposeMethodToClient public long getFileSize()
public boolean isAllowFileUpload()
public void setAllowFileUpload(boolean allowFileUpload)
public boolean isAllowTeamSpaceSelection()
public void setAllowTeamSpaceSelection(boolean allowTeamSpaceSelection)
public boolean isAllowFileServerSelection()
public void setAllowFileServerSelection(boolean allowFileServerSelection)
public java.lang.String getFileSizeString()
public void setFileSizeString(java.lang.String fileSizeString)
public java.lang.String getAllowedFileExtensions()
public void setAllowedFileExtensions(java.lang.String allowedFileExtensions)
public java.lang.Integer getMinNumberOfFiles()
public void setMinNumberOfFiles(java.lang.Integer minNumberOfFiles)
public java.lang.Integer getMaxNumberOfFiles()
public void setMaxNumberOfFiles(java.lang.Integer maxNumberOfFiles)
public boolean isAllowDownload()
public void setAllowDownload(boolean allowDownload)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)