|
Options |
Name |
Purpose |
|
|
|
AddNodeForNewMenuRecord (UltraTreeNode, character, character)
|
Creates a new Node in the MenuTree
|
|
|
|
ButtonAssignGroupToMenu_Click (Object, EventArgs)
|
Adds an assignment to a Menu for a Group
|
|
|
|
ButtonUnAssignGroupFromMenu_Click (Object, EventArgs)
|
Removes the assignment of a User to a Group
|
|
|
|
CopyMenuGuid ()
|
Copies the current MenuGuid to the system clipboard
|
|
|
|
CreateDummyChildNode (UltraTreeNode)
|
Add a dummy ChildNode to the given ParentNode
|
|
|
|
CreateRootNode ()
|
Adds a RootNode to the MenuTree
|
|
|
|
InitializeComponent ()
|
|
|
|
|
MenuAdapter_AfterRetrieveData (Object, EventArgs)
|
Invokes the population of the tree after retrieving data.
|
|
|
|
MenuAdapter_BeforeCreateRecord (Object, BeforeCreateRecordEventArgs)
|
Adding a new Node to the tree
|
|
|
|
MenuGroupAdapter_AfterRejectTransaction (Object, EventArgs)
|
Refresh the Assignment button sensitivity after rejecting changes
|
|
|
|
MenuGroupAdapter_AfterRetrieveData (Object, EventArgs)
|
Refreshes the PossibleGroup Browser after new Data has been
read by the MenuGroupAdapter
|
|
|
|
MenuGroupAdapter_SmartTransactionStateChanged (Object, EventArgs)
|
Makes sure that the PossibleAssignment Browser shows the correct
data
|
|
|
|
MenuTree_AfterActivate (Object, NodeEventArgs)
|
Event handler for the AfterActivate event of the MenuTree
|
|
|
|
MenuTree_AfterSelect (Object, SelectEventArgs)
|
Repositions the MenuAdapter to show the corresponding record
in the SmartMenuViewer
|
|
|
|
MenuTree_BeforeExpand (Object, CancelableNodeEventArgs)
|
Invokes the population of the tree after a node has been selected
and removes the DummyNode if necessary.
|
|
|
|
MenuTree_BeforeSelect (Object, BeforeSelectEventArgs)
|
Save or reject pending changes of the MenuGroupAdapter if required
|
|
|
|
MenuTree_DragDrop (Object, DragEventArgs)
|
Creates a new Node in the MenuTree and a SmartMenu entry in the
TEMP-TABLE eSmartMenu
|
|
|
|
MenuTree_DragOver (Object, DragEventArgs)
|
Allows or disallows the drop for a drag & drop action
|
|
|
|
MenuTree_MouseDown (Object, MouseEventArgs)
|
Event handler for the MouseDown event of the MenuTree
|
|
|
|
OnShown (EventArgs)
|
Override of the OnShown Method to first show the form and then
initiate reading data.
|
|
|
|
PopulateTree (UltraTreeNode)
|
Populates all child records of the given GUID to the tree.
|
|
|
|
LOGICAL RemoveNodeWithKey (character)
|
Removes the Node with the given key
|
|
|
|
SelectFirstMenuEntry ()
|
Selects the first real Menu Entry if possible
|
|
|
|
SetAssignmentButtonState ()
|
Set Assignment buttons en or disabled according to the availability
of data to be assigned
|
|
|
|
SmartDataBrowserDefaultActionHandler (SmartDataBrowser, EventArgs)
|
Assign or unassign a Group from the Menu
|
|
|
|
smartMenuViewer1_AfterCancelUpdate (Object, EventArgs)
|
Remove the TreeNode when canceling the addition of a new menu record
|
|
|
|
smartMenuViewer1_AfterDeleteRecord (Object, EventArgs)
|
Remove the TreeNode when deleting a menu record
|
|
|
|
smartMenuViewer1_AfterSaveChanges (Object, EventArgs)
|
Sets the NodeKey of a new menu record to the MenuGuid value assigned
from the create trigger
|
|
|
|
smartMenuViewer1_BeforeDeleteRecord (Object, CancelEventArgs)
|
Stores the MenuGuid of the menu record to be deleted in the variable
cDeletingRecordMenuGuid
|
|
|
|
smartMenuViewer1_SmartTableIOStateChanged (Object, SmartTableIOStateChangedEventArgs)
|
Disables the tree during update or add operations in the viewer
|
|
|
|
smartToolbarController1_ToolClick (Object, ToolClickEventArgs)
|
Handler for the ToolClick Event of the smartToolbarController
|
|
|
|
ultraTabControl1_SelectedTabChanged (Object, SelectedTabChangedEventArgs)
|
When switching to the GroupAssignment tab the contextual tab for
this purpose gets shown
|