com.jalios.jcms.workspace
Class TreeHelper.WSTreeMemo

java.lang.Object
  extended by com.jalios.jcms.workspace.TreeHelper.WSTreeMemo
Enclosing class:
TreeHelper

public static class TreeHelper.WSTreeMemo
extends Object

When displaying a WSTree, a WSTreeMemo object is created and placed as AjaxRequestAttribute with the key AJAXATTRIBUTEKEY_WSTREEMEMO. This object is then used in the JSP when a wsnode is opened

Since:
jcms-7.0.0

Method Summary
 String getGroupParamName()
           
 Set<String> getOpenTreeGroupSet()
           
 Group getSelectedGrp()
           
 Workspace getSelectedWorkspace()
           
 String getUserLang()
           
 boolean isShowGroups()
           
 TreeHelper.WSTreeMemo setGroupParamName(String groupParamName)
           
 TreeHelper.WSTreeMemo setOpenTreeGroupSet(Set<String> openTreeGroupSet)
           
 TreeHelper.WSTreeMemo setSelectedGrp(Group selectedGrp)
           
 TreeHelper.WSTreeMemo setSelectedWorkspace(Workspace selectedWorkspace)
           
 TreeHelper.WSTreeMemo setShowGroups(boolean showGroups)
           
 TreeHelper.WSTreeMemo setUserLang(String userLang)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setShowGroups

public TreeHelper.WSTreeMemo setShowGroups(boolean showGroups)

setGroupParamName

public TreeHelper.WSTreeMemo setGroupParamName(String groupParamName)

setSelectedGrp

public TreeHelper.WSTreeMemo setSelectedGrp(Group selectedGrp)

setOpenTreeGroupSet

public TreeHelper.WSTreeMemo setOpenTreeGroupSet(Set<String> openTreeGroupSet)

setSelectedWorkspace

public TreeHelper.WSTreeMemo setSelectedWorkspace(Workspace selectedWorkspace)

setUserLang

public TreeHelper.WSTreeMemo setUserLang(String userLang)

isShowGroups

public boolean isShowGroups()

getGroupParamName

public String getGroupParamName()

getSelectedGrp

public Group getSelectedGrp()

getOpenTreeGroupSet

public Set<String> getOpenTreeGroupSet()

getSelectedWorkspace

public Workspace getSelectedWorkspace()

getUserLang

public String getUserLang()


Copyright © 2001-2010 Jalios SA. All Rights Reserved.