Package sk.iway.iwcm.filebrowser
Class EditForm
java.lang.Object
sk.iway.iwcm.filebrowser.EditForm
Formular pre editaciu suboru
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()Gets the data attribute of the EditForm objectgetDir()Gets the dir attribute of the EditForm objectgetFile()Gets the file attribute of the EditForm objectintGets the file attribute of the EditForm objectint[]Gets the passwordProtected attribute of the EditorForm objectGets the passwordProtectedString attribute of the EditorForm objectString[]sk.iway.upload.UploadedFileGets the fileUpload attribute of the EditForm objectbooleanisAccessibleFor(UserDetails user) booleanvoidSets the data attribute of the EditForm objectvoidSets the dir attribute of the EditForm objectvoidSets the file attribute of the EditForm objectvoidsetIndexFulltext(boolean indexFulltext) voidsetLogonDocId(int logonDocId) voidsetOrigDir(String origDir) voidsetOrigFile(String file) Sets the file attribute of the EditForm objectvoidsetPasswordProtected(int[] passwordProtected) Sets the passwordProtected attribute of the EditorForm objectvoidsetPasswordProtectedString(String passwordProtectedString) Sets the passwordProtectedString attribute of the EditorForm objectvoidsetSelectedFilesToDelete(String[] selectedFilesToDelete) voidsetUploadFile(sk.iway.upload.UploadedFile uploadFile) Sets the fileUpload attribute of the EditForm object
-
Constructor Details
-
EditForm
public EditForm()
-
-
Method Details
-
isAccessibleFor
-
getSelectedFilesToDelete
-
setSelectedFilesToDelete
-
getDir
Gets the dir attribute of the EditForm object- Returns:
- The dir value
-
setDir
Sets the dir attribute of the EditForm object- Parameters:
dir- The new dir value
-
setFile
Sets the file attribute of the EditForm object- Parameters:
file- The new file value
-
getFile
Gets the file attribute of the EditForm object- Returns:
- The file value
-
setOrigFile
Sets the file attribute of the EditForm object- Parameters:
file- The new file value
-
getOrigFile
Gets the file attribute of the EditForm object- Returns:
- The file value
-
setData
Sets the data attribute of the EditForm object- Parameters:
data- The new data value
-
getData
Gets the data attribute of the EditForm object- Returns:
- The data value
-
setUploadFile
public void setUploadFile(sk.iway.upload.UploadedFile uploadFile) Sets the fileUpload attribute of the EditForm object -
getUploadFile
public sk.iway.upload.UploadedFile getUploadFile()Gets the fileUpload attribute of the EditForm object- Returns:
- The fileUpload value
-
getOrigDir
-
setOrigDir
-
setPasswordProtected
public void setPasswordProtected(int[] passwordProtected) Sets the passwordProtected attribute of the EditorForm object- Parameters:
passwordProtected- The new passwordProtected value
-
setPasswordProtectedString
Sets the passwordProtectedString attribute of the EditorForm object- Parameters:
passwordProtectedString- The new passwordProtectedString value
-
getPasswordProtected
public int[] getPasswordProtected()Gets the passwordProtected attribute of the EditorForm object- Returns:
- The passwordProtected value
-
getPasswordProtectedString
Gets the passwordProtectedString attribute of the EditorForm object- Returns:
- The passwordProtectedString value
-
isIndexFulltext
public boolean isIndexFulltext() -
setIndexFulltext
public void setIndexFulltext(boolean indexFulltext) -
getLogonDocId
public int getLogonDocId() -
setLogonDocId
public void setLogonDocId(int logonDocId)
-