com.plumtree.portalpages.common.uiparts.navpagetype
Class DirectoryNavPage

java.lang.Object
  extended by com.plumtree.portalpages.common.uiparts.navpagetype.NavigationPage
      extended by com.plumtree.portalpages.common.uiparts.navpagetype.DirectoryNavPage
All Implemented Interfaces:
IDirectoryNavPageRO, INavigationPageRO, IMVCObject

public class DirectoryNavPage
extends NavigationPage
implements IDirectoryNavPageRO

Delegates model methods only usable by directory page.

Author:
DavidP

Field Summary
 
Fields inherited from class com.plumtree.portalpages.common.uiparts.navpagetype.NavigationPage
m_model, m_type
 
Constructor Summary
DirectoryNavPage(INavigationModelRO model)
          DirectoryNavPage constructor.
 
Method Summary
 int GetCurDocDirFolderID()
          Gets the id of the current document directory folder, or 0 if we are not currently in a single doc directory folder.
 java.lang.String GetName()
          Core name of object.
 
Methods inherited from class com.plumtree.portalpages.common.uiparts.navpagetype.NavigationPage
Create, GetPageType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryNavPage

public DirectoryNavPage(INavigationModelRO model)
DirectoryNavPage constructor.

Parameters:
model -
Method Detail

GetName

public java.lang.String GetName()
Description copied from class: NavigationPage
Core name of object. Critical for link matchign and naming.

Specified by:
GetName in interface IDirectoryNavPageRO
Specified by:
GetName in interface INavigationPageRO
Specified by:
GetName in interface IMVCObject
Overrides:
GetName in class NavigationPage
Returns:
String
See Also:
IMVCObject.GetName()

GetCurDocDirFolderID

public int GetCurDocDirFolderID()
Description copied from interface: IDirectoryNavPageRO
Gets the id of the current document directory folder, or 0 if we are not currently in a single doc directory folder.

Specified by:
GetCurDocDirFolderID in interface IDirectoryNavPageRO
Returns:
Current folder ID or 0 if not in Document Directory
See Also:
IDirectoryNavPageRO.GetCurDocDirFolderID()



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