org.rivetlogic.scar.action
Class FolderPropertiesAction
java.lang.Object
org.rivetlogic.scar.action.BaseAction
org.rivetlogic.scar.action.FolderPropertiesAction
- All Implemented Interfaces:
- java.io.Serializable
@Name(value="action.folderproperties")
@Scope(value=SESSION)
public class FolderPropertiesAction
- extends BaseAction
Backing bean for the folder properties panel.
- Author:
- Rivet Logic Corporation
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FolderPropertiesAction
public FolderPropertiesAction()
getFolderProperties
public java.util.List<Property> getFolderProperties()
populateFolderDetails
public void populateFolderDetails(TreeNodeData node)
editFolderDetails
public void editFolderDetails()
togglePanel
public java.lang.String togglePanel()
- Toggle session state of folder properties panel
- Returns:
- null
isOpened
public boolean isOpened()
setOpened
public void setOpened(boolean opened)
setFolderProperties
public void setFolderProperties(java.util.List<Property> folderProperties)
Copyright 2008, Rivet Logic Corporation.