C# Class XAF_Bootstrap.Templates.ContentTemplate

Inheritance: TemplateContent, IXafPopupWindowControlContainer
Afficher le fichier Open project: Terricks/XAFBootstrap

Protected Properties

Свойство Type Description
AIC global::DevExpress.ExpressApp.Web.Controls.AboutInfoControl
EMA global::XAF_Bootstrap.Controls.XbActionContainerHolder
EditModeActions2 global::XAF_Bootstrap.Controls.XbActionContainerHolder
ErrorInfo global::XAF_Bootstrap.Controls.XafBootstrapErrorInfoControl
FooterActions global::XAF_Bootstrap.Controls.XbActionContainerHolder
GE global::DevExpress.Web.ASPxGlobalEvents
InfoMessagesPanel global::System.Web.UI.WebControls.Literal
PopupWindowControl global::DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl
QC global::DevExpress.ExpressApp.Web.Templates.ActionContainers.QuickAccessNavigationActionContainer
RNC global::XAF_Bootstrap.Controls.XbActionContainerHolder
SAC global::XAF_Bootstrap.Controls.XbActionContainerHolder
SHC global::XAF_Bootstrap.Controls.XbActionContainerHolder
Scripts global::DevExpress.Web.ASPxLabel
TB global::XAF_Bootstrap.Controls.XbActionContainerHolder
TopMenu global::DevExpress.Web.ASPxLabel
UPEI global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPEMA global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPIMP global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPPopupWindowControl global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPQC global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPSAC global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPSHC global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPTB global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPVH global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
UPVSC global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
VCC global::DevExpress.ExpressApp.Web.Controls.ViewCaptionControl
VIC global::DevExpress.ExpressApp.Web.Controls.ViewImageControl
VRAH global::XAF_Bootstrap.Controls.XbActionContainerHolder
VRUP global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
VSC global::DevExpress.ExpressApp.Web.Controls.ViewSiteControl
XafUpdatePanel1 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
XafUpdatePanel2 global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel
xbMegaMenu global::DevExpress.Web.ASPxLabel

Méthodes publiques

Méthode Description
FindNode ( ChoiceActionItemCollection items, String param ) : ChoiceActionItem
FormatNodeId ( string id ) : String
GenerateActionsLayoutScript ( ) : void
GenerateMenuItems ( ChoiceActionItemCollection collection ) : void
GenerateSubMenu ( ChoiceActionItem NavNode, System.Boolean IsRoot = false ) : String
GeneratexbSubMenu ( ChoiceActionItem RootItem, System.Boolean IsRoot, System.Boolean IsRight = false, String style = "" ) : String
GetMenuItem ( ChoiceActionItem Node, System.Boolean UseIdent = true, String AdditionAttrs = "", System.Boolean IsRight = false ) : String
GetNodeClasses ( ChoiceActionItem Node, System.Boolean AsSelector = false ) : String
GetNodeID ( ChoiceActionItem Node ) : String
GetNodeLevel ( ChoiceActionItem Node ) : String
GetSecurityActions ( ) : String
SetStatus ( ICollection statusMessages ) : void
UpdateActions ( int Type = -1 ) : void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
OnUnload ( EventArgs e ) : void
Page_Init ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
CurrentRequestWindow_PagePreRender ( object sender, EventArgs e ) : void
EMA_MenuItemsCreated ( object sender, EventArgs e ) : void
EditModeActions2_MenuItemsCreated ( object sender, EventArgs e ) : void
FormatGlyphicon ( String icon ) : String
SAC_MenuItemsCreated ( object sender, EventArgs e ) : void
SHC_MenuItemsCreated ( object sender, EventArgs e ) : void
TB_MenuItemsCreated ( object sender, EventArgs e ) : void
UpdateTRPVisibility ( ) : void
VRAH_MenuItemsCreated ( object sender, EventArgs e ) : void
menuHandler_OnCallback ( object source, CallbackEventArgs e ) : void

Method Details

FindNode() public méthode

public FindNode ( ChoiceActionItemCollection items, String param ) : ChoiceActionItem
items ChoiceActionItemCollection
param String
Résultat ChoiceActionItem

FormatNodeId() public static méthode

public static FormatNodeId ( string id ) : String
id string
Résultat String

GenerateActionsLayoutScript() public méthode

public GenerateActionsLayoutScript ( ) : void
Résultat void

GenerateMenuItems() public méthode

public GenerateMenuItems ( ChoiceActionItemCollection collection ) : void
collection ChoiceActionItemCollection
Résultat void

GenerateSubMenu() public méthode

public GenerateSubMenu ( ChoiceActionItem NavNode, System.Boolean IsRoot = false ) : String
NavNode ChoiceActionItem
IsRoot System.Boolean
Résultat String

GeneratexbSubMenu() public méthode

public GeneratexbSubMenu ( ChoiceActionItem RootItem, System.Boolean IsRoot, System.Boolean IsRight = false, String style = "" ) : String
RootItem ChoiceActionItem
IsRoot System.Boolean
IsRight System.Boolean
style String
Résultat String

GetMenuItem() public méthode

public GetMenuItem ( ChoiceActionItem Node, System.Boolean UseIdent = true, String AdditionAttrs = "", System.Boolean IsRight = false ) : String
Node ChoiceActionItem
UseIdent System.Boolean
AdditionAttrs String
IsRight System.Boolean
Résultat String

GetNodeClasses() public méthode

public GetNodeClasses ( ChoiceActionItem Node, System.Boolean AsSelector = false ) : String
Node ChoiceActionItem
AsSelector System.Boolean
Résultat String

GetNodeID() public méthode

public GetNodeID ( ChoiceActionItem Node ) : String
Node ChoiceActionItem
Résultat String

GetNodeLevel() public méthode

public GetNodeLevel ( ChoiceActionItem Node ) : String
Node ChoiceActionItem
Résultat String

GetSecurityActions() public méthode

public GetSecurityActions ( ) : String
Résultat String

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnUnload() protected méthode

protected OnUnload ( EventArgs e ) : void
e System.EventArgs
Résultat void

Page_Init() protected méthode

protected Page_Init ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

SetStatus() public méthode

public SetStatus ( ICollection statusMessages ) : void
statusMessages ICollection
Résultat void

UpdateActions() public méthode

public UpdateActions ( int Type = -1 ) : void
Type int
Résultat void

Property Details

AIC protected_oe property

AIC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Controls.AboutInfoControl AIC
Résultat global::DevExpress.ExpressApp.Web.Controls.AboutInfoControl

EMA protected_oe property

EMA control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder EMA
Résultat global::XAF_Bootstrap.Controls.XbActionContainerHolder

EditModeActions2 protected_oe property

EditModeActions2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder EditModeActions2
Résultat global::XAF_Bootstrap.Controls.XbActionContainerHolder

ErrorInfo protected_oe property

ErrorInfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XafBootstrapErrorInfoControl ErrorInfo
Résultat global::XAF_Bootstrap.Controls.XafBootstrapErrorInfoControl

FooterActions protected_oe property

FooterActions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder FooterActions
Résultat global::XAF_Bootstrap.Controls.XbActionContainerHolder

GE protected_oe property

GE control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxGlobalEvents GE
Résultat global::DevExpress.Web.ASPxGlobalEvents

InfoMessagesPanel protected_oe property

InfoMessagesPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal InfoMessagesPanel
Résultat global::System.Web.UI.WebControls.Literal

PopupWindowControl protected_oe property

PopupWindowControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl PopupWindowControl
Résultat global::DevExpress.ExpressApp.Web.Controls.XafPopupWindowControl

QC protected_oe property

QC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.ActionContainers.QuickAccessNavigationActionContainer QC
Résultat global::DevExpress.ExpressApp.Web.Templates.ActionContainers.QuickAccessNavigationActionContainer

RNC protected_oe property

RNC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder RNC
Résultat global::XAF_Bootstrap.Controls.XbActionContainerHolder

SAC protected_oe property

SAC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder SAC
Résultat global::XAF_Bootstrap.Controls.XbActionContainerHolder

SHC protected_oe property

SHC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder SHC
Résultat global::XAF_Bootstrap.Controls.XbActionContainerHolder

Scripts protected_oe property

Scripts control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxLabel Scripts
Résultat global::DevExpress.Web.ASPxLabel

TB protected_oe property

TB control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder TB
Résultat global::XAF_Bootstrap.Controls.XbActionContainerHolder

TopMenu protected_oe property

TopMenu control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxLabel TopMenu
Résultat global::DevExpress.Web.ASPxLabel

UPEI protected_oe property

UPEI control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPEI
Résultat global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPEMA protected_oe property

UPEMA control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPEMA
Résultat global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPIMP protected_oe property

UPIMP control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPIMP
Résultat global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPPopupWindowControl protected_oe property

UPPopupWindowControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPPopupWindowControl
Résultat global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPQC protected_oe property

UPQC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPQC
Résultat global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPSAC protected_oe property

UPSAC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPSAC
Résultat global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPSHC protected_oe property

UPSHC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPSHC
Résultat global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPTB protected_oe property

UPTB control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPTB
Résultat global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPVH protected_oe property

UPVH control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPVH
Résultat global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

UPVSC protected_oe property

UPVSC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel UPVSC
Résultat global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

VCC protected_oe property

VCC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Controls.ViewCaptionControl VCC
Résultat global::DevExpress.ExpressApp.Web.Controls.ViewCaptionControl

VIC protected_oe property

VIC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Controls.ViewImageControl VIC
Résultat global::DevExpress.ExpressApp.Web.Controls.ViewImageControl

VRAH protected_oe property

VRAH control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::XAF_Bootstrap.Controls.XbActionContainerHolder VRAH
Résultat global::XAF_Bootstrap.Controls.XbActionContainerHolder

VRUP protected_oe property

VRUP control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel VRUP
Résultat global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

VSC protected_oe property

VSC control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Controls.ViewSiteControl VSC
Résultat global::DevExpress.ExpressApp.Web.Controls.ViewSiteControl

XafUpdatePanel1 protected_oe property

XafUpdatePanel1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel XafUpdatePanel1
Résultat global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

XafUpdatePanel2 protected_oe property

XafUpdatePanel2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel XafUpdatePanel2
Résultat global::DevExpress.ExpressApp.Web.Templates.XafUpdatePanel

xbMegaMenu protected_oe property

xbMegaMenu control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DevExpress.Web.ASPxLabel xbMegaMenu
Résultat global::DevExpress.Web.ASPxLabel