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

More...

Inheritance diagram for Ext.Net.ActionItem.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator ActionItem.Builder (ActionItem.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Properties

virtual Icon Icon [get, set]
 An icon to apply to the icon image. To determine the class dynamically, configure the item with a getClass function. More...
 
virtual string IconCls [get, set]
 A CSS class to apply to the icon image. To determine the class dynamically, configure the item with a getClass function. More...
 
virtual string IconUrl [get, set]
 The url of an image to display as the clickable element in the column. More...
 
JFunction GetClass [get]
 A function which returns the CSS class to apply to the icon image. More...
 
JFunction GetTip [get]
 A function which returns the tooltip string for any row. More...
 
JFunction IsDisabled [get]
 A function which determines whether the action item for any row is disabled and returns true or false. More...
 
virtual string Handler [get, set]
 A function called when the icon is clicked. More...
 
virtual string Scope [get, set]
 The scope (this reference) in which the handler, getClass, isDisabled and getTip fuctions are executed. Defaults to this Column. More...
 
virtual string Tooltip [get, set]
 A tooltip message to be displayed on hover. Ext.tip.QuickTipManager must have been initialized. More...
 
virtual bool Disabled [get, set]
 If true, the action will not respond to click events, and will be displayed semi-opaque. More...
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string Serialize ()
 

Detailed Description

Member Function Documentation

◆ operator ActionItem.Builder()

static implicit Ext.Net.ActionItem.Config.operator ActionItem.Builder ( ActionItem.Config  config)
inlinestatic

Property Documentation

◆ Disabled

virtual bool Ext.Net.ActionItem.Config.Disabled
getset

If true, the action will not respond to click events, and will be displayed semi-opaque.

◆ GetClass

JFunction Ext.Net.ActionItem.Config.GetClass
get

A function which returns the CSS class to apply to the icon image.

◆ GetTip

JFunction Ext.Net.ActionItem.Config.GetTip
get

A function which returns the tooltip string for any row.

◆ Handler

virtual string Ext.Net.ActionItem.Config.Handler
getset

A function called when the icon is clicked.

◆ Icon

virtual Icon Ext.Net.ActionItem.Config.Icon
getset

An icon to apply to the icon image. To determine the class dynamically, configure the item with a getClass function.

◆ IconCls

virtual string Ext.Net.ActionItem.Config.IconCls
getset

A CSS class to apply to the icon image. To determine the class dynamically, configure the item with a getClass function.

◆ IconUrl

virtual string Ext.Net.ActionItem.Config.IconUrl
getset

The url of an image to display as the clickable element in the column.

◆ IsDisabled

JFunction Ext.Net.ActionItem.Config.IsDisabled
get

A function which determines whether the action item for any row is disabled and returns true or false.

◆ Scope

virtual string Ext.Net.ActionItem.Config.Scope
getset

The scope (this reference) in which the handler, getClass, isDisabled and getTip fuctions are executed. Defaults to this Column.

◆ Tooltip

virtual string Ext.Net.ActionItem.Config.Tooltip
getset

A tooltip message to be displayed on hover. Ext.tip.QuickTipManager must have been initialized.


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