Novell::iFolderWeb::Admin::iFolderDetailsPage Class Reference

Summary description for iFolderDetailsPage. More...

Collaboration diagram for Novell::iFolderWeb::Admin::iFolderDetailsPage:

Collaboration graph
[legend]

List of all members.

Public Types

enum  Share
 sharing information in enum More...

Protected Member Functions

void AddiFolderMembers (Object sender, EventArgs e)
 Event handler that gets called when the add member button is clicked.
void AllMembersChecked (object sender, EventArgs e)
 Event handler that gets called when the check all members checkbox is selected.
void ChangeMemberRights (object sender, EventArgs e)
 Event handler that gets called when the set rights button is clicked.
void ChangeOwner (object sender, EventArgs e)
 Event handler that gets called when the change owner button is clicked.
void DeleteiFolderMembers (Object sender, EventArgs e)
 Event handler that gets called when the delete member button is clicked.
void DescriptionChanged (object sender, EventArgs e)
 Event handler that gets called when the description text changes.
string GetiFolderName ()
 Gets the iFolder display name.
bool GetMemberCheckedState (Object memberID)
 Returns the checked state for the specified member.
string GetString (string key)
 Get a Localized String.
string GetUserImage (Object isOwner)
 Gets the image url based on whether the member is an owner.
void MemberChecked (object source, EventArgs e)
 Event handler that gets called when an ifolder member is checked.
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.
void SaveDescription (object sender, EventArgs e)
 Event handler that gets called when the Description button is clicked.
void AdoptOrphanediFolder (object sender, EventArgs e)
 Event handler that gets called when the Adopt button is clicked.
override void OnInit (EventArgs e)
 OnInit().

Protected Attributes

TopNavigation TopNav
 Top navigation panel control.
MemberSearch MemberSearch
 Web Controls.
Literal Name
 Controls used to display and edit iFolder information.
TextBox Description
 Controls used to display and edit iFolder information.
Button DescriptionButton
 Control used to save the changed description.
Table iFolderInfoTable
 Controls used to display and edit iFolder information.
HyperLink Owner
 Controls used to display and edit iFolder information.
Literal LastModified
 Controls used to display and edit iFolder information.
Literal Size
 Controls used to display and edit iFolder information.
Literal Directories
 Controls used to display and edit iFolder information.
Literal Files
 Controls used to display and edit iFolder information.
Literal Orphan
 Controls used to display and edit iFolder information.
Button AdoptButton
 Control used to adopt the orphaned ifolders.
Literal UnManagedPath
 Controls used to display and edit iFolder information.
DataGrid iFolderMemberList
 Control used to display iFolder members.
ListFooter iFolderMemberListFooter
 Control that implements the paging of the member list.
Button MemberDeleteButton
 Control that deletes all checked members.
Button MemberAddButton
 Control that adds members to the ifolder.
DropDownList MemberRightsList
 Control that sets the rights for members.
Button MemberRightsButton
 Control that applies the membership changes.
Button MemberOwnerButton
 Control that applies ifolder owner changes.
Policy Policy
 iFolder user policy control.
Literal ServerName
 Display the Server Name, the ifolder belongs.


Detailed Description

Summary description for iFolderDetailsPage.


Member Enumeration Documentation

sharing information in enum


Member Function Documentation

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

Event handler that gets called when the add member button is clicked.

Parameters:
sender 
e 

First check whether policy allows this iFolder to share itself or not

void Novell::iFolderWeb::Admin::iFolderDetailsPage::AllMembersChecked ( object  sender,
EventArgs  e 
) [inline, protected]

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

Parameters:
sender 
e 

void Novell::iFolderWeb::Admin::iFolderDetailsPage::ChangeMemberRights ( object  sender,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the set rights button is clicked.

Parameters:
sender 
e 

void Novell::iFolderWeb::Admin::iFolderDetailsPage::ChangeOwner ( object  sender,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the change owner button is clicked.

Parameters:
sender 
e 

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

Event handler that gets called when the delete member button is clicked.

Parameters:
sender 
e 

void Novell::iFolderWeb::Admin::iFolderDetailsPage::DescriptionChanged ( object  sender,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the description text changes.

Parameters:
sender 
e 

string Novell::iFolderWeb::Admin::iFolderDetailsPage::GetiFolderName (  )  [inline, protected]

Gets the iFolder display name.

Returns:
The display name of the current iFolder

bool Novell::iFolderWeb::Admin::iFolderDetailsPage::GetMemberCheckedState ( Object  memberID  )  [inline, protected]

Returns the checked state for the specified member.

Parameters:
memberID ID of the member
Returns:
True if user is to be added.

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

Get a Localized String.

Parameters:
key Key to the localized string.
Returns:
Localized string.

string Novell::iFolderWeb::Admin::iFolderDetailsPage::GetUserImage ( Object  isOwner  )  [inline, protected]

Gets the image url based on whether the member is an owner.

Parameters:
isOwner 
Returns:

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

Event handler that gets called when an ifolder member is checked.

Parameters:
source 
e 

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

Event that first when the PageFirstButton is clicked.

Parameters:
source 
e 

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

Event that first when the PagePreviousButton is clicked.

Parameters:
source 
e 

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

Event that first when the PageNextButton is clicked.

Parameters:
source 
e 

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

Event that first when the PageLastButton is clicked.

Parameters:
source 
e 

void Novell::iFolderWeb::Admin::iFolderDetailsPage::SaveDescription ( object  sender,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the Description button is clicked.

Parameters:
sender 
e 

void Novell::iFolderWeb::Admin::iFolderDetailsPage::AdoptOrphanediFolder ( object  sender,
EventArgs  e 
) [inline, protected]

Event handler that gets called when the Adopt button is clicked.

Parameters:
sender 
e 

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

OnInit().

Parameters:
e 


Member Data Documentation

Top navigation panel control.

Web Controls.

Controls used to display and edit iFolder information.

Controls used to display and edit iFolder information.

Control used to save the changed description.

Controls used to display and edit iFolder information.

Controls used to display and edit iFolder information.

Controls used to display and edit iFolder information.

Controls used to display and edit iFolder information.

Controls used to display and edit iFolder information.

Controls used to display and edit iFolder information.

Controls used to display and edit iFolder information.

Control used to adopt the orphaned ifolders.

Controls used to display and edit iFolder information.

Control used to display iFolder members.

Control that implements the paging of the member list.

Control that deletes all checked members.

Control that adds members to the ifolder.

Control that sets the rights for members.

Control that applies the membership changes.

Control that applies ifolder owner changes.

iFolder user policy control.

Display the Server Name, the ifolder belongs.


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

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