Property | Type | Description | |
---|---|---|---|
Control | |||
IsMenuItemsCreated | System.Boolean | ||
actionObjects | MenuActionItemBase>.Dictionary |
Property | Type | Description | |
---|---|---|---|
Action_Changed | void | ||
BuildMenuActions | void | ||
ClearChildControls | void | ||
CreateContainers | List |
||
FindactionObject | MenuActionItemBase | ||
GenerateActionObjectCore | WebActionBaseItem | ||
GenerateactionObject | MenuActionItemBase | ||
GetAllMenuItems | List |
||
GetClickHandlers | string>.Dictionary | ||
GetDesignTimeHtml | string | ||
OnMenuItemsCreated | void | ||
RegisterContainerActions | void | ||
UnsubsribeActionEvents | void | ||
UpdateGroupsAndIndexes | void | ||
container_ActionRegistered | void | ||
container_ActionsClearing | void |
Method | Description | |
---|---|---|
AddActionContainer ( WebActionContainer container ) : void | ||
Callback_OnCallback ( object source, CallbackEventArgs e ) : void | ||
Clear ( ) : void | ||
ClearContiners ( ) : void | ||
CreateMenuItems ( ) : void | ||
Dispose ( ) : void | ||
FindActionContainerById ( string containerId ) : IActionContainer | ||
HasActiveActions ( ) : bool | ||
Initlialize ( ) : void | ||
SetActionContainers ( IList |
||
SetActionContainers ( string categories ) : void | ||
UpdateMenuVisibility ( ) : void | ||
XbActionContainerHolder ( ) : System |
Method | Description | |
---|---|---|
CreateChildControls ( ) : void | ||
CreateDefaultactionObject ( ActionBase action ) : MenuActionItemBase | ||
CreateParametrizedactionObject ( ParametrizedAction parametrizedAction ) : MenuActionItemBase | ||
CreatePopupWindowShowactionObject ( PopupWindowShowAction popupWindowShowAction ) : MenuActionItemBase | ||
CreateSimpleactionObject ( SimpleAction simpleAction ) : MenuActionItemBase | ||
CreateSingleChoiceactionObject ( SingleChoiceAction singleChoiceAction ) : MenuActionItemBase | ||
EnsureChildControls ( ) : void | ||
GenerateActionUrlItem ( ActionUrl actionUrl ) : MenuActionItemBase | ||
OnCreateCustomMenuactionObject ( CreateCustomMenuActionItemEventArgs args ) : void | ||
OnInit ( |
||
OnMenuactionObjectCreated ( MenuActionItemCreatedEventArgs args ) : void | ||
OnUnload ( |
||
Render ( System.Web.UI.HtmlTextWriter writer ) : void |
Method | Description | |
---|---|---|
Action_Changed ( object sender, ActionChangedEventArgs e ) : void | ||
BuildMenuActions ( ) : void | ||
ClearChildControls ( bool disposing ) : void | ||
CreateContainers ( string containerIds ) : List |
||
FindactionObject ( ActionBase action ) : MenuActionItemBase | ||
GenerateActionObjectCore ( ActionBase action ) : WebActionBaseItem | ||
GenerateactionObject ( ActionBase action ) : MenuActionItemBase | ||
GetAllMenuItems ( DevExpress items ) : List |
||
GetClickHandlers ( XafCallbackManager callbackManager, ASPxMenu menu, string uniqueID ) : string>.Dictionary |
||
GetDesignTimeHtml ( ) : string | ||
OnMenuItemsCreated ( ) : void | ||
RegisterContainerActions ( IActionContainer container ) : void | ||
UnsubsribeActionEvents ( IActionContainer container ) : void | ||
UpdateGroupsAndIndexes ( ) : void | ||
container_ActionRegistered ( object sender, ActionEventArgs e ) : void | ||
container_ActionsClearing ( object sender, |
public AddActionContainer ( WebActionContainer container ) : void | ||
container | WebActionContainer | |
return | void |
public Callback_OnCallback ( object source, CallbackEventArgs e ) : void | ||
source | object | |
e | CallbackEventArgs | |
return | void |
protected CreateDefaultactionObject ( ActionBase action ) : MenuActionItemBase | ||
action | ActionBase | |
return | MenuActionItemBase |
protected CreateParametrizedactionObject ( ParametrizedAction parametrizedAction ) : MenuActionItemBase | ||
parametrizedAction | ParametrizedAction | |
return | MenuActionItemBase |
protected CreatePopupWindowShowactionObject ( PopupWindowShowAction popupWindowShowAction ) : MenuActionItemBase | ||
popupWindowShowAction | PopupWindowShowAction | |
return | MenuActionItemBase |
protected CreateSimpleactionObject ( SimpleAction simpleAction ) : MenuActionItemBase | ||
simpleAction | SimpleAction | |
return | MenuActionItemBase |
protected CreateSingleChoiceactionObject ( SingleChoiceAction singleChoiceAction ) : MenuActionItemBase | ||
singleChoiceAction | SingleChoiceAction | |
return | MenuActionItemBase |
public FindActionContainerById ( string containerId ) : IActionContainer | ||
containerId | string | |
return | IActionContainer |
protected GenerateActionUrlItem ( ActionUrl actionUrl ) : MenuActionItemBase | ||
actionUrl | ActionUrl | |
return | MenuActionItemBase |
protected OnCreateCustomMenuactionObject ( CreateCustomMenuActionItemEventArgs args ) : void | ||
args | CreateCustomMenuActionItemEventArgs | |
return | void |
protected OnMenuactionObjectCreated ( MenuActionItemCreatedEventArgs args ) : void | ||
args | MenuActionItemCreatedEventArgs | |
return | void |
protected OnUnload ( |
||
e | ||
return | void |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | |
return | void |
public SetActionContainers ( IList |
||
containers | IList |
|
return | void |
public SetActionContainers ( string categories ) : void | ||
categories | string | |
return | void |
public Boolean,System IsMenuItemsCreated | ||
return | System.Boolean |