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

More...

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

Public Member Functions

override string ToScript ()
 
virtual CalloutMessage Configure (Callout config)
 
virtual CalloutMessage Html (string html)
 
virtual CalloutMessage Title (string title)
 
virtual CalloutMessage Target (string id, bool isCmp=false)
 
virtual CalloutMessage Component (AbstractComponent cmp)
 
virtual CalloutMessage Method (string method)
 
virtual CalloutMessage Show (bool forceNew=false)
 
virtual CalloutMessage Hide ()
 
virtual CalloutMessage Destroy ()
 
- 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)
 

Static Public Member Functions

static CalloutMessage Show (AbstractComponent cmp)
 
static CalloutMessage Show (string target, bool isCmp=false)
 
static CalloutMessage Show (AbstractComponent cmp, Callout config)
 
static CalloutMessage Show (string target, Callout config, bool isCmp=false)
 
static CalloutMessage Show (AbstractComponent cmp, string title, string html)
 
static CalloutMessage Show (string target, string title, string html, bool isCmp=false)
 
static CalloutMessage Hide (AbstractComponent cmp)
 
static CalloutMessage Hide (string target, bool isCmp=false)
 
static CalloutMessage Destroy (AbstractComponent cmp)
 
static CalloutMessage Destroy (string target, bool isCmp=false)
 

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

Member Function Documentation

◆ Component()

virtual CalloutMessage Ext.Net.CalloutMessage.Component ( AbstractComponent  cmp)
inlinevirtual

Parameters
cmp
Returns

◆ Configure()

virtual CalloutMessage Ext.Net.CalloutMessage.Configure ( Callout  config)
inlinevirtual

Parameters
config
Returns

◆ Destroy() [1/3]

virtual CalloutMessage Ext.Net.CalloutMessage.Destroy ( )
inlinevirtual

Returns

◆ Destroy() [2/3]

static CalloutMessage Ext.Net.CalloutMessage.Destroy ( AbstractComponent  cmp)
inlinestatic

Parameters
cmp
Returns

◆ Destroy() [3/3]

static CalloutMessage Ext.Net.CalloutMessage.Destroy ( string  target,
bool  isCmp = false 
)
inlinestatic

Parameters
target
isCmp
Returns

◆ Hide() [1/3]

virtual CalloutMessage Ext.Net.CalloutMessage.Hide ( )
inlinevirtual

Returns

◆ Hide() [2/3]

static CalloutMessage Ext.Net.CalloutMessage.Hide ( AbstractComponent  cmp)
inlinestatic

Parameters
cmp
Returns

◆ Hide() [3/3]

static CalloutMessage Ext.Net.CalloutMessage.Hide ( string  target,
bool  isCmp = false 
)
inlinestatic

Parameters
target
isCmp
Returns

◆ Html()

virtual CalloutMessage Ext.Net.CalloutMessage.Html ( string  html)
inlinevirtual

Parameters
html
Returns

◆ Method()

virtual CalloutMessage Ext.Net.CalloutMessage.Method ( string  method)
inlinevirtual

◆ Show() [1/7]

static CalloutMessage Ext.Net.CalloutMessage.Show ( AbstractComponent  cmp)
inlinestatic

Parameters
cmp
Returns

◆ Show() [2/7]

static CalloutMessage Ext.Net.CalloutMessage.Show ( AbstractComponent  cmp,
Callout  config 
)
inlinestatic

Parameters
config
cmp
Returns

◆ Show() [3/7]

static CalloutMessage Ext.Net.CalloutMessage.Show ( AbstractComponent  cmp,
string  title,
string  html 
)
inlinestatic

Parameters
cmp
title
html
Returns

◆ Show() [4/7]

virtual CalloutMessage Ext.Net.CalloutMessage.Show ( bool  forceNew = false)
inlinevirtual

Returns

◆ Show() [5/7]

static CalloutMessage Ext.Net.CalloutMessage.Show ( string  target,
bool  isCmp = false 
)
inlinestatic

Parameters
target
isCmp
Returns

◆ Show() [6/7]

static CalloutMessage Ext.Net.CalloutMessage.Show ( string  target,
Callout  config,
bool  isCmp = false 
)
inlinestatic

Parameters
config
target
isCmp
Returns

◆ Show() [7/7]

static CalloutMessage Ext.Net.CalloutMessage.Show ( string  target,
string  title,
string  html,
bool  isCmp = false 
)
inlinestatic

Parameters
target
title
html
isCmp
Returns

◆ Target()

virtual CalloutMessage Ext.Net.CalloutMessage.Target ( string  id,
bool  isCmp = false 
)
inlinevirtual

Parameters
id
isCmp
Returns

◆ Title()

virtual CalloutMessage Ext.Net.CalloutMessage.Title ( string  title)
inlinevirtual

Parameters
title
Returns

◆ ToScript()

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

Returns

Implements Ext.Net.ScriptClass.

Property Documentation

◆ InstanceOf

override string Ext.Net.CalloutMessage.InstanceOf
get


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