Novell::iFolderWeb::Admin::Details Class Reference

Summary description for UserDetails. More...

Collaboration diagram for Novell::iFolderWeb::Admin::Details:

Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static string FormatInputString (String InputString, int InsertIndex)

Protected Member Functions

void AlliFolders_Clicked (Object sender, EventArgs e)
 Event handler that gets called when the all ifolders tab is clicked.
string GetiFolderImage (object disabled, object shared, object encrypted)
 Gets the image representing the iFolder type.
bool GetMemberCheckedState (Object iFolderID)
 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 sender, EventArgs e)
 Event handler that gets called when the check all iFolders checkbox is selected.
void OnCreateiFolder (object source, EventArgs e)
 Event handler that gets called when the create ifolder button is clicked.
void OnDeleteiFolder (object source, EventArgs e)
 Event handler that gets called when the delete ifolder button is clicked.
void OnDisableiFolder (object source, EventArgs e)
 Event handler that gets called when the disable ifolder button is clicked.
void OnEnableiFolder (object source, EventArgs e)
 Event handler that gets called when the enable ifolder button is clicked.
void OniFolderChecked (object source, EventArgs e)
 Event handler that gets called when an ifolder is checked.
void OwnediFolders_Clicked (Object sender, EventArgs e)
 Event handler that gets called when the owned ifolders tab 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.
void SharediFolders_Clicked (Object sender, EventArgs e)
 Event handler that gets called when the shared ifolders tab is clicked.
override void OnInit (EventArgs e)
 OnInit.

Protected Attributes

TopNavigation TopNav
 Top navigation panel control.
Literal UserName
 User detail controls.
Literal FullName
 User detail controls.
Literal MemberType
 User detail controls.
Literal MembersTag
 User detail controls.
Literal MembersList
 User detail controls.
Literal LdapContext
 User detail controls.
Literal LastLogin
 User detail controls.
Policy Policy
 iFolder user policy control.
DataGrid iFolderList
 iFolder list controls.
ListFooter iFolderListFooter
 iFolder list footer control.
LinkButton AlliFoldersLink
 iFolder list view tab controls.
LinkButton OwnediFoldersLink
 iFolder list view tab controls.
LinkButton SharediFoldersLink
 iFolder list view tab controls.
HtmlGenericControl CurrentTab
 iFolder list view tab controls.
Button DisableiFolderButton
 iFolder delete button control.
Button EnableiFolderButton
 iFolder enable button control.
CheckBox AlliFoldersCheckBox
 iFolder create button control.
string currentServerURL
 Server URL for logged in user.
bool reachable = true
 bool showing server reachable state


Detailed Description

Summary description for UserDetails.


Member Function Documentation

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

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

Parameters:
sender 
e 

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

Gets the image representing the iFolder type.

Parameters:
disabled 
shared 
Returns:

bool Novell::iFolderWeb::Admin::Details::GetMemberCheckedState ( Object  iFolderID  )  [inline, protected]

Returns the checked state for the specified member.

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

string Novell::iFolderWeb::Admin::Details::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::Details::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 ifolder.
Returns:
The URL to navigate to the ifolder.

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

Get a Localized String.

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

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

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

Parameters:
sender 
e 

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

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

Parameters:
source 
e 

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

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

Parameters:
source 
e 

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

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

Parameters:
source 
e 

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

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

Parameters:
source 
e 

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

Event handler that gets called when an ifolder is checked.

Parameters:
source 
e 

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

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

Parameters:
sender 
e 

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

Event that first when the PageFirstButton is clicked.

Parameters:
source 
e 

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

Event that first when the PagePreviousButton is clicked.

Parameters:
source 
e 

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

Event that first when the PageNextButton is clicked.

Parameters:
source 
e 

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

Event that first when the PageLastButton is clicked.

Parameters:
source 
e 

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

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

Parameters:
sender 
e 

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

OnInit.

Parameters:
e 

static string Novell::iFolderWeb::Admin::Details::FormatInputString ( String  InputString,
int  InsertIndex 
) [inline, static]

Function called to format the input String by keeping newline after every 80 character.

Parameters:
InputString 


Member Data Documentation

Top navigation panel control.

User detail controls.

User detail controls.

User detail controls.

User detail controls.

User detail controls.

User detail controls.

User detail controls.

iFolder user policy control.

iFolder list controls.

iFolder list footer control.

iFolder list view tab controls.

iFolder list view tab controls.

iFolder list view tab controls.

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

iFolder list view tab controls.

iFolder delete button control.

iFolder disable button control.

iFolder enable button control.

iFolder create button control.

All checked ifolders control.

Server URL for logged in user.

bool showing server reachable state


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

Generated on Wed Apr 8 14:45:30 2009 for simias by  doxygen 1.5.6