Novell::iFolderWeb::Admin::iFolders Class Reference

Summary description for iFolders. More...

Collaboration diagram for Novell::iFolderWeb::Admin::iFolders:

Collaboration graph
[legend]

List of all members.

Protected Member Functions

void AlliFolders_Clicked (Object sender, EventArgs e)
 Event handler that gets called when the all ifolders tab is clicked.
void OrphanediFolders_Clicked (Object sender, EventArgs e)
 Event handler that gets called when the orphaned ifolders tab is clicked.
string GetiFolderImage (object disabled, object shared, object encrypted)
 Gets the image representing the iFolder type.
bool GetMemberCheckedState (Object id)
 Returns the checked state for the specified member.
string GetOwnerUrl (Object ownerID)
 Gets the navigation url for the owner of the ifolder if the owner is not the current user.
string GetiFolderUrl (Object reach, Object iFolderID)
 Gets the navigation url for the ifolder if the iFolder is reachable.
string GetString (string key)
 Get a Localized String.
void OnAlliFoldersChecked (object source, EventArgs e)
 Event handler that gets called when the check all iFolders checkbox is selected.
void OnCreateButton_Click (object source, EventArgs e)
 Event handler that gets called with the create ifolder button is clicked.
void OnDeleteButton_Click (object source, EventArgs e)
 Event handler that gets called with the delete ifolder button is clicked.
void OnDisableButton_Click (object source, EventArgs e)
 Event handler that gets called with the disable ifolder button is clicked.
void OnEnableButton_Click (object source, EventArgs e)
 Event handler that gets called with the enable ifolder button is clicked.
void OniFolderChecked (object source, EventArgs e)
 Event handler that gets called when an ifolder is checked.
void OnSearchButton_Click (object source, EventArgs e)
 Event handler that gets called when the ifolder search button is clicked.
void PageFirstButton_Click (object source, ImageClickEventArgs e)
 Event that first when the PageFirstButton is clicked.
void PagePreviousButton_Click (object source, ImageClickEventArgs e)
 Event that first when the PagePreviousButton is clicked.
void PageNextButton_Click (object source, ImageClickEventArgs e)
 Event that first when the PageNextButton is clicked.
void PageLastButton_Click (object source, ImageClickEventArgs e)
 Event that first when the PageLastButton is clicked.
override void OnInit (EventArgs e)
 OnInit.

Protected Attributes

TopNavigation TopNav
 Top navigation panel control.
CheckBox AlliFoldersCheckBox
 Control that checks or unchecks all of the ifolders in the current view.
DataGrid iFolderList
 iFolder list controls.
ListFooter iFolderListFooter
 iFolder list footer control.
iFolderSearch iFolderSearch
 Web Controls.
Button DeleteButton
 Delete ifolder button control.
Button DisableButton
 Disable ifolder button control.
Button EnableButton
 Enable ifolder button control.
LinkButton AlliFoldersLink
 Create ifolder button control.
LinkButton OrphanediFoldersLink
 iFolder list view tab controls.
HtmlGenericControl CurrentTab
 iFolder list view tab controls.
string currentServerURL
 Server URL for logged in User.


Detailed Description

Summary description for iFolders.


Member Function Documentation

void Novell::iFolderWeb::Admin::iFolders::AlliFolders_Clicked ( Object  sender,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the all ifolders tab is clicked.

Parameters:
sender 
e 

void Novell::iFolderWeb::Admin::iFolders::OrphanediFolders_Clicked ( Object  sender,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the orphaned ifolders tab is clicked.

Parameters:
sender 
e 

string Novell::iFolderWeb::Admin::iFolders::GetiFolderImage ( object  disabled,
object  shared,
object  encrypted 
) [inline, protected]

Gets the image representing the iFolder type.

Parameters:
disabled 
shared 
Returns:

bool Novell::iFolderWeb::Admin::iFolders::GetMemberCheckedState ( Object  id  )  [inline, protected]

Returns the checked state for the specified member.

Parameters:
id ID of the ifolder
Returns:
True if ifolder is checked.

string Novell::iFolderWeb::Admin::iFolders::GetOwnerUrl ( Object  ownerID  )  [inline, protected]

Gets the navigation url for the owner of the ifolder if the owner is not the current user.

Parameters:
ownerID The ID of the owner of the ifolder.
Returns:
The URL to navigate to the owner of the ifolder.

string Novell::iFolderWeb::Admin::iFolders::GetiFolderUrl ( Object  reach,
Object  iFolderID 
) [inline, protected]

Gets the navigation url for the ifolder if the iFolder is reachable.

Parameters:
ownerID The ID of the owner of the ifolder.
Returns:
The URL to navigate to the owner of the ifolder.

string Novell::iFolderWeb::Admin::iFolders::GetString ( string  key  )  [inline, protected]

Get a Localized String.

Parameters:
key 
Returns:

void Novell::iFolderWeb::Admin::iFolders::OnAlliFoldersChecked ( object  source,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the check all iFolders checkbox is selected.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::iFolders::OnCreateButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event handler that gets called with the create ifolder button is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::iFolders::OnDeleteButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event handler that gets called with the delete ifolder button is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::iFolders::OnDisableButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event handler that gets called with the disable ifolder button is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::iFolders::OnEnableButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event handler that gets called with the enable ifolder button is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::iFolders::OniFolderChecked ( object  source,
EventArgs  e 
) [inline, protected]

Event handler that gets called when an ifolder is checked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::iFolders::OnSearchButton_Click ( object  source,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the ifolder search button is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::iFolders::PageFirstButton_Click ( object  source,
ImageClickEventArgs  e 
) [inline, protected]

Event that first when the PageFirstButton is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::iFolders::PagePreviousButton_Click ( object  source,
ImageClickEventArgs  e 
) [inline, protected]

Event that first when the PagePreviousButton is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::iFolders::PageNextButton_Click ( object  source,
ImageClickEventArgs  e 
) [inline, protected]

Event that first when the PageNextButton is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::iFolders::PageLastButton_Click ( object  source,
ImageClickEventArgs  e 
) [inline, protected]

Event that first when the PageLastButton is clicked.

Parameters:
source 
e 

override void Novell::iFolderWeb::Admin::iFolders::OnInit ( EventArgs  e  )  [inline, protected]

OnInit.

Parameters:
e 


Member Data Documentation

Top navigation panel control.

Control that checks or unchecks all of the ifolders in the current view.

iFolder list controls.

iFolder list footer control.

Web Controls.

Delete ifolder button control.

Disable ifolder button control.

Enable ifolder button control.

Create ifolder button control.

iFolder list view tab controls.

iFolder list view tab controls.

HtmlGenericControl Novell::iFolderWeb::Admin::iFolders::CurrentTab [protected]

iFolder list view tab controls.

Server URL for logged in User.


The documentation for this class was generated from the following file:

Generated on Wed Apr 8 14:44:57 2009 for simias by  doxygen 1.5.6