|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.core.adminui.FileBrowserResult
public class FileBrowserResult
the result of the FileBrowser.
| Constructor Summary | |
|---|---|
FileBrowserResult()
|
|
| Method Summary | |
|---|---|
org.jdom.Element |
deserializeToJDOM()
the result of the FileBrowser. |
void |
setDirDescriptors(java.util.List<VFSDirectoryDescriptor> dds)
sets the directory-descriptors of the result. |
void |
setFile(VirtualFile f)
sets the VirtualFile of the result. |
void |
setFileDescriptors(java.util.List<VFSFileDescriptor> fds)
sets the file-descriptors of the result. |
void |
setView(java.lang.String v)
sets the view for the result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileBrowserResult()
| Method Detail |
|---|
public org.jdom.Element deserializeToJDOM()
FileBrowser.
deserializeToJDOM in interface JDOMableFileBrowserJDOMable.deserializeToJDOM()public final void setDirDescriptors(java.util.List<VFSDirectoryDescriptor> dds)
dds - the directory-descriptors to setpublic final void setFileDescriptors(java.util.List<VFSFileDescriptor> fds)
fds - the file-descriptors to setpublic final void setFile(VirtualFile f)
VirtualFile of the result.
f - the VirtualFile to setpublic void setView(java.lang.String v)
v = 'list' -> the preview-panel of the vfs-permission.editor will show grid for folder-display
v = any other value -> the preview-panel of the vfs-permission.editor will show tiles for folder-display
v - the view to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||