|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.ade.galleries.shared.CmsVfsEntryBean
public class CmsVfsEntryBean
Represents a single VFS resource entry for use by the VFS tab of the galleries.
| Constructor Summary | |
|---|---|
protected |
CmsVfsEntryBean()
Hidden default constructor. |
|
CmsVfsEntryBean(java.lang.String sitePath,
java.lang.String title,
boolean isRoot,
boolean editable)
Creates a new VFS entry bean. |
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Gets the name which should be displayed in the widget representing this VFS entry. |
java.lang.String |
getSitePath()
Returns the site path of this VFS tree. |
boolean |
isEditable()
Returns the editable flag. |
boolean |
isRoot()
Returns true if this entry is a top-level entry. |
void |
setEditable(boolean editable)
Sets if the user has write permissions to the folder. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsVfsEntryBean(java.lang.String sitePath,
java.lang.String title,
boolean isRoot,
boolean editable)
sitePath - the site pathtitle - the folder titleisRoot - flag indicating whether this is entry should be displayed at the top level of the treeeditable - true if the user has write permissions to the folderprotected CmsVfsEntryBean()
| Method Detail |
|---|
public java.lang.String getDisplayName()
public java.lang.String getSitePath()
public boolean isEditable()
public boolean isRoot()
public void setEditable(boolean editable)
editable - true if the user has write permissions to the folder
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||