| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFolderModelRO
| Method Summary | |
|---|---|
 int | 
GetCurrentFolderID()
Get the id of the current folder.  | 
 int | 
GetCurrentFolderLevel()
Get the level of the current folder  | 
 java.lang.String | 
GetCurrentFolderName()
Get the name of the current folder.  | 
 int | 
GetFirstFolderIndex()
Get the index of the first folder to display.  | 
 int | 
GetFolderColumnCount()
Get the number of columns to display.  | 
 IASQueryResult | 
GetFolderObjectCount()
Get a list of object names and the number of those objects in the current folder.  | 
 IASQueryResult | 
GetFolderQueryResult()
Get an IPTQueryResult containing all of the subfolders of the current folder.  | 
 IFolderViewHelper | 
GetFolderViewHelper()
Retrieves the folder view helper.  | 
 boolean | 
GetIsFolderSelected(int nFolderID)
This method returns whether or not the requested folder is currently selected.  | 
 int | 
GetLastFolderIndex()
Get the index of the first folder to display.  | 
 int | 
GetNumSubSubFoldersToDisplay()
Set the number of sub-subfolders to display after the next page..  | 
 int | 
GetParentFolderID()
Get the ID of the parent folder of the current folder.  | 
 java.lang.Object[] | 
GetParentFolderIDs()
Get an Object array containing the Integer IDs of all the parent folders (the path) of the current folder.  | 
 java.lang.String | 
GetPath()
Get the path to the current folder concatenated with '\'.  | 
 boolean | 
GetShowCheckbox()
Returns whether the folders should have checkboxes next to them.  | 
 boolean | 
GetShowFolderBanner()
Returns whether the subfolder banner should be shown.  | 
 int | 
GetSubFolderCount()
Get the number of folders at all levels in the hierachy  | 
 int | 
GetSubFolderCount(int nFolderLevel)
Get the number of sub folders in the current folder at the specified level.  | 
 boolean | 
InRootFolder()
Returns true if the current folder is the root folder.  | 
| Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject | 
|---|
GetName | 
| Method Detail | 
|---|
int GetCurrentFolderID()
int GetCurrentFolderLevel()
java.lang.String GetCurrentFolderName()
int GetFirstFolderIndex()
int GetFolderColumnCount()
IASQueryResult GetFolderObjectCount()
IASQueryResult GetFolderQueryResult()
IFolderViewHelper GetFolderViewHelper()
boolean GetIsFolderSelected(int nFolderID)
int GetLastFolderIndex()
int GetNumSubSubFoldersToDisplay()
int GetParentFolderID()
java.lang.Object[] GetParentFolderIDs()
java.lang.String GetPath()
boolean GetShowCheckbox()
boolean GetShowFolderBanner()
int GetSubFolderCount(int nFolderLevel)
int GetSubFolderCount()
boolean InRootFolder()
  | 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||