|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.gwt.shared.CmsUploadFileBean
public class CmsUploadFileBean
A bean that holds the upload file infos.
| Constructor Summary | |
|---|---|
CmsUploadFileBean()
The default constructor. |
|
CmsUploadFileBean(java.util.List<java.lang.String> existingFileNames,
java.util.List<java.lang.String> invalidFileNames,
boolean active)
The constructor with parameters. |
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getExistingResourceNames()
Returns the list of resource names that already exist on the VFS. |
java.util.List<java.lang.String> |
getInvalidFileNames()
Returns the list of filenames that are invalid. |
boolean |
isActive()
Returns the active. |
void |
setActive(boolean active)
Sets the active. |
void |
setExistingResourceNames(java.util.List<java.lang.String> existingResourceNames)
Sets the list of resource names that already exist on the VFS. |
void |
setInvalidFileNames(java.util.List<java.lang.String> invalidFileNames)
Sets the list of filenames that are invalid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsUploadFileBean()
public CmsUploadFileBean(java.util.List<java.lang.String> existingFileNames,
java.util.List<java.lang.String> invalidFileNames,
boolean active)
existingFileNames - list of filenames that already exist on the VFSinvalidFileNames - list of filenames that are invalidactive - the upload active flag| Method Detail |
|---|
public java.util.List<java.lang.String> getExistingResourceNames()
public java.util.List<java.lang.String> getInvalidFileNames()
public boolean isActive()
public void setActive(boolean active)
active - the active to setpublic void setExistingResourceNames(java.util.List<java.lang.String> existingResourceNames)
existingResourceNames - the list of resource names that already exist on the VFS to setpublic void setInvalidFileNames(java.util.List<java.lang.String> invalidFileNames)
invalidFileNames - the list of filenames that are invalid to set
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||