Namespace: Consultingwerk.Util
Class 
RadRibbonBarHelper Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:RadRibbonBarHelper
Purpose:Helper methods for Telerik RadRibbonBar
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat May 02 17:31:20 CEST 2015
Purpose: Constructor for the RadRibbonBarHelper class
Notes: Disallow instance creation



Top Method Summary
Options Name Purpose
+ GetAllItemsWithTag (IItemsElement, List, character) Returns a List of all RadItems in the IITemsElement with the given Tag
+ System.Collections.Generic.List <RadItem> GetAllItemsWithTag (RadRibbonBar, character) Returns a List of all RadItems in the RadRibbonBar with the given Tag
+ GetAllItemsWithTag (RibbonTab, List, character) Adds all RadItems in the RibbonTab with the given Tag to the list
+ GetAllTagValues (IItemsElement, CharacterList) Adds all Tag values in the IItemsElement to the list
+ Consultingwerk.Framework.Collections.CharacterList GetAllTagValues (RadRibbonBar) Returns a CharacterList of Tag values in the RadRibbonBar
+ GetAllTagValues (RibbonTab, CharacterList) Adds all Tag values in the RibbonTab to the list
+ LOGICAL TagIsInList (Object, character) Returns if the provided Tag (System.Object) is in the given list of tags

Top Constructor Summary
Options Name Purpose
+ RadRibbonBarHelper () Constructor for the RadRibbonBarHelper class


Method Detail
Top

PUBLIC GetAllItemsWithTag (IItemsElement, List, character)

Purpose: Returns a List of all RadItems in the IITemsElement with the given Tag
Notes:

Parameters:
poItem Telerik.WinControls.IItemsElement
The reference to the current item owner
poList System.Collections.Generic.List
The List to add the items to
pcTag CHARACTER
The Tag value to search for
Top

PUBLIC System.Collections.Generic.List <RadItem> GetAllItemsWithTag (RadRibbonBar, character)

Purpose: Returns a List of all RadItems in the RadRibbonBar with the given Tag
Notes:

Parameters:
poRibbonBar Telerik.WinControls.UI.RadRibbonBar
The reference to the RadRibbonBar
pcTag CHARACTER
The Tag value to search for
Returns System.Collections.Generic.List <RadItem>
The List of RadItems with the given Tag
Top

PUBLIC GetAllItemsWithTag (RibbonTab, List, character)

Purpose: Adds all RadItems in the RibbonTab with the given Tag to the list
Notes:

Parameters:
poRibbonTab Telerik.WinControls.UI.RibbonTab
The reference to the RibbonTab
poList System.Collections.Generic.List
The List to add the items to
pcTag CHARACTER
The Tag value to search for
Top

PUBLIC GetAllTagValues (IItemsElement, CharacterList)

Purpose: Adds all Tag values in the IItemsElement to the list
Notes:

Parameters:
poItem Telerik.WinControls.IItemsElement
The reference to the current item owner
poList Consultingwerk.Framework.Collections.CharacterList
The List to add the items to
Top

PUBLIC Consultingwerk.Framework.Collections.CharacterList GetAllTagValues (RadRibbonBar)

Purpose: Returns a CharacterList of Tag values in the RadRibbonBar
Notes:

Parameters:
poRibbonBar Telerik.WinControls.UI.RadRibbonBar
The reference to the RadRibbonBar
Returns Consultingwerk.Framework.Collections.CharacterList
The List of RadItems with the given Tag
Top

PUBLIC GetAllTagValues (RibbonTab, CharacterList)

Purpose: Adds all Tag values in the RibbonTab to the list
Notes:

Parameters:
poRibbonTab Telerik.WinControls.UI.RibbonTab
The reference to the RibbonTab
poList Consultingwerk.Framework.Collections.CharacterList
The List to add the items to
Top

PUBLIC LOGICAL TagIsInList (Object, character)

Purpose: Returns if the provided Tag (System.Object) is in the given
list of tags
Notes:

Parameters:
poTag System.Object
The reference to the current Tag value
pcTag CHARACTER
The CHARACTER value to compare
Returns LOGICAL
Logical value indicating if the two values are equal


Constructor Detail
Top

PUBLIC RadRibbonBarHelper ()

Purpose: Constructor for the RadRibbonBarHelper class
Notes: Disallow instance creation



©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:16:58