
Public Member Functions | |
| void | GetFileTypePolicy (UserPolicy policy) |
| Gets the file type policy for the current user. | |
| void | GetFileTypePolicy (iFolderPolicy policy) |
| Gets the file type policy for the current ifolder. | |
| void | GetFileTypePolicy (SystemPolicy policy) |
| Gets the file type policy for the system. | |
| void | SetFileTypePolicy (UserPolicy policy) |
| Sets the file type policy for this user. | |
| void | SetFileTypePolicy (iFolderPolicy policy) |
| Sets the file type policy for this ifolder. | |
| void | SetFileTypePolicy (SystemPolicy policy) |
| Sets the file type policy for the system. | |
Protected Member Functions | |
| string | GetString (string key) |
| Get a Localized String. | |
| bool | IsEntryChecked (Object entry) |
| Returns whether the entry has been checked. | |
| void | OnAllFilesChecked (Object sender, EventArgs e) |
| Event handler that gets called when the all files checkbox is checked. | |
| void | OnDeleteFileType (Object sender, EventArgs e) |
| Event handler that gets called when the delete button is clicked. | |
| void | OnAllowFileType (Object sender, EventArgs e) |
| Event handler that gets called when the allow file type button is clicked. | |
| void | OnDenyFileType (Object sender, EventArgs e) |
| Event handler that gets called when the deny file type button is clicked. | |
| void | OnFileTypeAddClick (Object sender, EventArgs e) |
| Event handler that gets called when the add button is clicked. | |
| void | OnFileTypeCheckChanged (Object sender, EventArgs e) |
| Event handler that gets called when the file type checkbox is changed. | |
| void | PageFirstButton_Click (object source, ImageClickEventArgs e) |
| Event handler for the PageFirstButton. | |
| 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 | PagePreviousButton_Click (object source, ImageClickEventArgs e) |
| Event that first when the PagePreviousButton is clicked. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| Label | Title |
| File type filter control. | |
| DataGrid | FileTypeList |
| Non system file type policy controls. | |
| ListFooter | FileTypeListFooter |
| Table footer control. | |
| Button | DeleteButton |
| Button control. | |
| Button | AddButton |
| Button control. | |
| Button | AllowButton |
| Button control. | |
| Button | DenyButton |
| Button control. | |
| TextBox | NewFileTypeName |
| Control that allows a new file type to be added. | |
| CheckBox | AllFilesCheckBox |
| Controls that selects file type entries. | |
Events | |
| EventHandler | ListChanged = null |
| Event that notifies consumer that the filter list has changed. | |
| string Novell::iFolderWeb::Admin::FileTypeFilter::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| bool Novell::iFolderWeb::Admin::FileTypeFilter::IsEntryChecked | ( | Object | entry | ) | [inline, protected] |
Returns whether the entry has been checked.
| entry |
| void Novell::iFolderWeb::Admin::FileTypeFilter::OnAllFilesChecked | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the all files checkbox is checked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::FileTypeFilter::OnDeleteFileType | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the delete button is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::FileTypeFilter::OnAllowFileType | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the allow file type button is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::FileTypeFilter::OnDenyFileType | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the deny file type button is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::FileTypeFilter::OnFileTypeAddClick | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the add button is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::FileTypeFilter::OnFileTypeCheckChanged | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the file type checkbox is changed.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::FileTypeFilter::PageFirstButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event handler for the PageFirstButton.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::FileTypeFilter::PageNextButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageNextButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::FileTypeFilter::PageLastButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PageLastButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::FileTypeFilter::PagePreviousButton_Click | ( | object | source, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event that first when the PagePreviousButton is clicked.
| source | ||
| e |
| void Novell::iFolderWeb::Admin::FileTypeFilter::GetFileTypePolicy | ( | UserPolicy | policy | ) | [inline] |
Gets the file type policy for the current user.
| policy | User policy. |
| void Novell::iFolderWeb::Admin::FileTypeFilter::GetFileTypePolicy | ( | iFolderPolicy | policy | ) | [inline] |
Gets the file type policy for the current ifolder.
| policy | iFolder policy. |
| void Novell::iFolderWeb::Admin::FileTypeFilter::GetFileTypePolicy | ( | SystemPolicy | policy | ) | [inline] |
Gets the file type policy for the system.
| policy | System policy. |
| void Novell::iFolderWeb::Admin::FileTypeFilter::SetFileTypePolicy | ( | UserPolicy | policy | ) | [inline] |
Sets the file type policy for this user.
| policy | User policy that the new file type filter will be set. |
| void Novell::iFolderWeb::Admin::FileTypeFilter::SetFileTypePolicy | ( | iFolderPolicy | policy | ) | [inline] |
Sets the file type policy for this ifolder.
| policy | iFolder policy that the new file type filter will be set. |
| void Novell::iFolderWeb::Admin::FileTypeFilter::SetFileTypePolicy | ( | SystemPolicy | policy | ) | [inline] |
Sets the file type policy for the system.
| policy | System policy that the new file type filter will be set. |
| override void Novell::iFolderWeb::Admin::FileTypeFilter::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
Label Novell::iFolderWeb::Admin::FileTypeFilter::Title [protected] |
File type filter control.
DataGrid Novell::iFolderWeb::Admin::FileTypeFilter::FileTypeList [protected] |
Non system file type policy controls.
Table footer control.
Button Novell::iFolderWeb::Admin::FileTypeFilter::DeleteButton [protected] |
Button control.
Button Novell::iFolderWeb::Admin::FileTypeFilter::AddButton [protected] |
Button control.
Button Novell::iFolderWeb::Admin::FileTypeFilter::AllowButton [protected] |
Button control.
Button Novell::iFolderWeb::Admin::FileTypeFilter::DenyButton [protected] |
Button control.
TextBox Novell::iFolderWeb::Admin::FileTypeFilter::NewFileTypeName [protected] |
Control that allows a new file type to be added.
CheckBox Novell::iFolderWeb::Admin::FileTypeFilter::AllFilesCheckBox [protected] |
Controls that selects file type entries.
| EventHandler Novell::iFolderWeb::Admin::FileTypeFilter::ListChanged = null |
Event that notifies consumer that the filter list has changed.
1.5.6