Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.WindowManager Class Reference

The default global floating Component group that is available automatically. More...

Inheritance diagram for Ext.Net.WindowManager:
Ext.Net.ScriptClass Ext.Net.IScriptable Ext.Net.IResourceManager

Public Member Functions

override string ToScript ()
 
virtual void BringToFront (string compID)
 Brings the specified Component to the front of any other active Components in this ZIndexManager. More...
 
virtual void BringToFront (AbstractComponent comp)
 Brings the specified Component to the front of any other active Components in this ZIndexManager. More...
 
virtual void Each (JFunction fn)
 Executes the specified function once for every Component in this ZIndexManager, passing each Component as the only parameter. Returning false from the function will stop the iteration. More...
 
virtual void Each (JFunction fn, string scope)
 Executes the specified function once for every Component in this ZIndexManager, passing each Component as the only parameter. Returning false from the function will stop the iteration. More...
 
virtual void HideAll ()
 Hides all Components managed by this ZIndexManager. More...
 
virtual void SendToBack (string compID)
 Sends the specified Component to the back of other active Components in this ZIndexManager. More...
 
virtual void SendToBack (AbstractComponent comp)
 Sends the specified Component to the back of other active Components in this ZIndexManager. More...
 
- Public Member Functions inherited from Ext.Net.ScriptClass
virtual void Render ()
 
virtual void Call (string name)
 
virtual void Call (string name, params object[] args)
 
virtual void Set (string name, object value)
 
virtual void AddScript (string template, params object[] args)
 
virtual void AddScript (string script)
 

Properties

override string InstanceOf [get]
 
- Properties inherited from Ext.Net.ScriptClass
virtual string InstanceOf [get]
 
virtual Page Page [get]
 
virtual ResourceManager ResourceManager [get]
 
- Properties inherited from Ext.Net.IScriptable
string InstanceOf [get]
 
- Properties inherited from Ext.Net.IResourceManager
ResourceManager ResourceManager [get]
 Get an instance of the ResourceManager More...
 
Page Page [get]
 Get an instance of the Page More...
 

Additional Inherited Members

- Protected Member Functions inherited from Ext.Net.ScriptClass
virtual void CallTemplate (string template, string name, params object[] args)
 
virtual string FormatCall (string name, params object[] args)
 
virtual string FormatCallTemplate (string template, string name, params object[] args)
 
virtual string FormatArgs (object[] args)
 

Detailed Description

The default global floating Component group that is available automatically.

This manages instances of floating Components which were rendered programatically without being added to a Container, and for floating Components which were added into non-floating Containers.

Floating Containers create their own instance of ZIndexManager, and floating Components added at any depth below there are managed by that ZIndexManager.

Member Function Documentation

◆ BringToFront() [1/2]

virtual void Ext.Net.WindowManager.BringToFront ( AbstractComponent  comp)
inlinevirtual

Brings the specified Component to the front of any other active Components in this ZIndexManager.

Parameters
compThe id of the Component or a Ext.Component instance

◆ BringToFront() [2/2]

virtual void Ext.Net.WindowManager.BringToFront ( string  compID)
inlinevirtual

Brings the specified Component to the front of any other active Components in this ZIndexManager.

Parameters
compIDThe id of the Component or a Ext.Component instance

◆ Each() [1/2]

virtual void Ext.Net.WindowManager.Each ( JFunction  fn)
inlinevirtual

Executes the specified function once for every Component in this ZIndexManager, passing each Component as the only parameter. Returning false from the function will stop the iteration.

Parameters
fnThe function to execute for each item

◆ Each() [2/2]

virtual void Ext.Net.WindowManager.Each ( JFunction  fn,
string  scope 
)
inlinevirtual

Executes the specified function once for every Component in this ZIndexManager, passing each Component as the only parameter. Returning false from the function will stop the iteration.

Parameters
fnThe function to execute for each item
scope(optional) The scope (this reference) in which the function is executed. Defaults to the current Component in the iteration.

◆ HideAll()

virtual void Ext.Net.WindowManager.HideAll ( )
inlinevirtual

Hides all Components managed by this ZIndexManager.

◆ SendToBack() [1/2]

virtual void Ext.Net.WindowManager.SendToBack ( AbstractComponent  comp)
inlinevirtual

Sends the specified Component to the back of other active Components in this ZIndexManager.

Parameters
compThe id of the Component or a Ext.Component instance

◆ SendToBack() [2/2]

virtual void Ext.Net.WindowManager.SendToBack ( string  compID)
inlinevirtual

Sends the specified Component to the back of other active Components in this ZIndexManager.

Parameters
compIDThe id of the Component or a Ext.Component instance

◆ ToScript()

override string Ext.Net.WindowManager.ToScript ( )
inlinevirtual

Implements Ext.Net.ScriptClass.

Property Documentation

◆ InstanceOf

override string Ext.Net.WindowManager.InstanceOf
get


The documentation for this class was generated from the following file: