com.plumtree.portalpages.browsing.objectselection
Class ObjSelFolderViewHelper

java.lang.Object
  extended by com.plumtree.portalpages.browsing.objectselection.ObjSelFolderViewHelper
All Implemented Interfaces:
IFolderViewHelper

public class ObjSelFolderViewHelper
extends java.lang.Object
implements IFolderViewHelper

Author:
michaeld

Field Summary
static java.lang.String HTMLINPUT_OPENFOLDERID
          HTML Input hidden: Open Folder ID
static java.lang.String JAVASCRIPT_OPEN_FOLDER
          Javascript function: openFolder
static java.lang.String QS_CHECKBOX
           
 
Constructor Summary
ObjSelFolderViewHelper()
           
 
Method Summary
 int DisplayFolder(int nFolderIndex, HTMLTableCell tableCell, IFolderModelRO model, AActivitySpace space)
          Displays one folder and any related items.
 HTMLScript DisplayJavascript(AActivitySpace asOwner)
           
 void SetControlName(java.lang.String strControlName)
           
 void SetRepostAction(int nRepostAction)
           
 void SetupAnchorToOpenFolder(HTMLAnchor _anchor, int _nFolderID, IFolderModelRO _model, AActivitySpace _space)
          SetupAnchorToOpenFolder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QS_CHECKBOX

public static final java.lang.String QS_CHECKBOX
See Also:
Constant Field Values

JAVASCRIPT_OPEN_FOLDER

public static final java.lang.String JAVASCRIPT_OPEN_FOLDER
Javascript function: openFolder

See Also:
Constant Field Values

HTMLINPUT_OPENFOLDERID

public static final java.lang.String HTMLINPUT_OPENFOLDERID
HTML Input hidden: Open Folder ID

See Also:
Constant Field Values
Constructor Detail

ObjSelFolderViewHelper

public ObjSelFolderViewHelper()
Method Detail

DisplayFolder

public int DisplayFolder(int nFolderIndex,
                         HTMLTableCell tableCell,
                         IFolderModelRO model,
                         AActivitySpace space)
Description copied from interface: IFolderViewHelper
Displays one folder and any related items.

Specified by:
DisplayFolder in interface IFolderViewHelper
Parameters:
nFolderIndex - the index of the subfolder to be displayed
tableCell - the table to add the folder view to
model - passes the current state of the opened folder
space - current activity space
Returns:
the next Folder Index to display.
See Also:
IFolderViewHelper.DisplayFolder(int, HTMLTableCell, IFolderModelRO, AActivitySpace)

DisplayJavascript

public HTMLScript DisplayJavascript(AActivitySpace asOwner)
Parameters:
asOwner -
Returns:

SetControlName

public void SetControlName(java.lang.String strControlName)
Parameters:
strControlName -

SetRepostAction

public void SetRepostAction(int nRepostAction)
Parameters:
nRepostAction -

SetupAnchorToOpenFolder

public void SetupAnchorToOpenFolder(HTMLAnchor _anchor,
                                    int _nFolderID,
                                    IFolderModelRO _model,
                                    AActivitySpace _space)
Description copied from interface: IFolderViewHelper
SetupAnchorToOpenFolder. Sets up the anchor to open the folder with the given id.

Specified by:
SetupAnchorToOpenFolder in interface IFolderViewHelper



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.