Public Member Functions | |
| void | SetPageButtonState (DataGrid dataGrid, int currentItemOffset, int totalItems, string multipleItemType, string singleItemType) |
| Enables or disables the search navigation buttons depending on the display data index. | |
Protected Member Functions | |
| void | OnFirstPageClicked (Object sender, ImageClickEventArgs e) |
| Event handler that gets called when the PageFirstButton is clicked. | |
| void | OnLastPageClicked (Object sender, ImageClickEventArgs e) |
| Event handler that gets called when the PageLastButton is clicked. | |
| void | OnNextPageClicked (Object sender, ImageClickEventArgs e) |
| Event handler that gets called when the PageNextButton is clicked. | |
| void | OnPreviousPageClicked (Object sender, ImageClickEventArgs e) |
| Event handler that gets called when the PagePreviousButton is clicked. | |
| string | GetString (string key) |
| Get a Localized String. | |
| override void | OnInit (EventArgs e) |
| OnInit(). | |
Protected Attributes | |
| ImageButton | PageFirstButton |
| Web Controls. | |
| ImageButton | PagePreviousButton |
| Web Controls. | |
| ImageButton | PageNextButton |
| Web Controls. | |
| ImageButton | PageLastButton |
| Web Controls. | |
| System.Web.UI.WebControls.Image | PageFirstDisabledButton |
| Web Controls. | |
| System.Web.UI.WebControls.Image | PagePreviousDisabledButton |
| Web Controls. | |
| System.Web.UI.WebControls.Image | PageNextDisabledButton |
| Web Controls. | |
| System.Web.UI.WebControls.Image | PageLastDisabledButton |
| Web Controls. | |
| Label | PageText |
| Web Controls. | |
Events | |
| ImageClickEventHandler | PageFirstClick = null |
| Event that notifies the consumer that the PageFirstButton was clicked. | |
| ImageClickEventHandler | PagePreviousClick = null |
| Event that notifies the consumer that the PagePreviousButton was clicked. | |
| ImageClickEventHandler | PageNextClick = null |
| Event that notifies the consumer that the PageNextButton was clicked. | |
| ImageClickEventHandler | PageLastClick = null |
| Event that notifies the consumer that the PageLastButton was clicked. | |
| void Novell::iFolderWeb::Admin::ListFooter::OnFirstPageClicked | ( | Object | sender, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the PageFirstButton is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::ListFooter::OnLastPageClicked | ( | Object | sender, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the PageLastButton is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::ListFooter::OnNextPageClicked | ( | Object | sender, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the PageNextButton is clicked.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::ListFooter::OnPreviousPageClicked | ( | Object | sender, | |
| ImageClickEventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the PagePreviousButton is clicked.
| sender | ||
| e |
| string Novell::iFolderWeb::Admin::ListFooter::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| void Novell::iFolderWeb::Admin::ListFooter::SetPageButtonState | ( | DataGrid | dataGrid, | |
| int | currentItemOffset, | |||
| int | totalItems, | |||
| string | multipleItemType, | |||
| string | singleItemType | |||
| ) | [inline] |
Enables or disables the search navigation buttons depending on the display data index.
| dataGrid | ||
| currentItemOffset | ||
| totalItems | ||
| multipleItemType | ||
| singleItemType |
| override void Novell::iFolderWeb::Admin::ListFooter::OnInit | ( | EventArgs | e | ) | [inline, protected] |
ImageButton Novell::iFolderWeb::Admin::ListFooter::PageFirstButton [protected] |
Web Controls.
ImageButton Novell::iFolderWeb::Admin::ListFooter::PagePreviousButton [protected] |
Web Controls.
ImageButton Novell::iFolderWeb::Admin::ListFooter::PageNextButton [protected] |
Web Controls.
ImageButton Novell::iFolderWeb::Admin::ListFooter::PageLastButton [protected] |
Web Controls.
System.Web.UI.WebControls.Image Novell::iFolderWeb::Admin::ListFooter::PageFirstDisabledButton [protected] |
Web Controls.
System.Web.UI.WebControls.Image Novell::iFolderWeb::Admin::ListFooter::PagePreviousDisabledButton [protected] |
Web Controls.
System.Web.UI.WebControls.Image Novell::iFolderWeb::Admin::ListFooter::PageNextDisabledButton [protected] |
Web Controls.
System.Web.UI.WebControls.Image Novell::iFolderWeb::Admin::ListFooter::PageLastDisabledButton [protected] |
Web Controls.
Label Novell::iFolderWeb::Admin::ListFooter::PageText [protected] |
Web Controls.
| ImageClickEventHandler Novell::iFolderWeb::Admin::ListFooter::PageFirstClick = null |
Event that notifies the consumer that the PageFirstButton was clicked.
| ImageClickEventHandler Novell::iFolderWeb::Admin::ListFooter::PagePreviousClick = null |
Event that notifies the consumer that the PagePreviousButton was clicked.
| ImageClickEventHandler Novell::iFolderWeb::Admin::ListFooter::PageNextClick = null |
Event that notifies the consumer that the PageNextButton was clicked.
| ImageClickEventHandler Novell::iFolderWeb::Admin::ListFooter::PageLastClick = null |
Event that notifies the consumer that the PageLastButton was clicked.
1.5.6