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 objectint
Gets 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.UploadedFile
Gets the fileUpload attribute of the EditForm objectboolean
isAccessibleFor
(UserDetails user) boolean
void
Sets the data attribute of the EditForm objectvoid
Sets the dir attribute of the EditForm objectvoid
Sets the file attribute of the EditForm objectvoid
setIndexFulltext
(boolean indexFulltext) void
setLogonDocId
(int logonDocId) void
setOrigDir
(String origDir) void
setOrigFile
(String file) Sets the file attribute of the EditForm objectvoid
setPasswordProtected
(int[] passwordProtected) Sets the passwordProtected attribute of the EditorForm objectvoid
setPasswordProtectedString
(String passwordProtectedString) Sets the passwordProtectedString attribute of the EditorForm objectvoid
setSelectedFilesToDelete
(String[] selectedFilesToDelete) void
setUploadFile
(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)
-