Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.Action.Builder< TAction, TBuilder > Class Template Reference

More...

Inheritance diagram for Ext.Net.Action.Builder< TAction, TBuilder >:
Ext.Net.ComponentBase.Builder< TAction, TBuilder >

Public Member Functions

 Builder (TAction component)
 
virtual TBuilder Glyph (string glyph)
 A numeric unicode character code to use as the icon. More...
 
virtual TBuilder Handler (string handler)
 The function that will be invoked by each component tied to this Action when the component's primary event is triggered. More...
 
virtual TBuilder Icon (Icon icon)
 The CSS class selector that specifies a background image to be used as the header icon for all components configured by this Action. More...
 
virtual TBuilder IconCls (string iconCls)
 The CSS class selector that specifies a background image to be used as the header icon for all components configured by this Action. More...
 
virtual TBuilder Scope (string scope)
 The scope (this reference) in which the handler is executed. Defaults to the browser window. More...
 
virtual TBuilder Text (string text)
 The text to set for all components configured by this Action. More...
 
 Builder ()
 
 Builder (Action component)
 
 Builder (Action.Config config)
 

Static Public Member Functions

static implicit operator Builder (Action component)
 

Detailed Description

Type Constraints
TAction :Action 
TBuilder :Builder 
TBuilder :TAction 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.Action.Builder< TAction, TBuilder >.Builder ( TAction  component)
inline

◆ Builder() [2/4]

Ext.Net.Action.Builder< TAction, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.Action.Builder< TAction, TBuilder >.Builder ( Action  component)
inline

◆ Builder() [4/4]

Ext.Net.Action.Builder< TAction, TBuilder >.Builder ( Action.Config  config)
inline

Member Function Documentation

◆ Glyph()

virtual TBuilder Ext.Net.Action.Builder< TAction, TBuilder >.Glyph ( string  glyph)
inlinevirtual

A numeric unicode character code to use as the icon.

◆ Handler()

virtual TBuilder Ext.Net.Action.Builder< TAction, TBuilder >.Handler ( string  handler)
inlinevirtual

The function that will be invoked by each component tied to this Action when the component's primary event is triggered.

◆ Icon()

virtual TBuilder Ext.Net.Action.Builder< TAction, TBuilder >.Icon ( Icon  icon)
inlinevirtual

The CSS class selector that specifies a background image to be used as the header icon for all components configured by this Action.

◆ IconCls()

virtual TBuilder Ext.Net.Action.Builder< TAction, TBuilder >.IconCls ( string  iconCls)
inlinevirtual

The CSS class selector that specifies a background image to be used as the header icon for all components configured by this Action.

◆ operator Builder()

static implicit Ext.Net.Action.Builder< TAction, TBuilder >.operator Builder ( Action  component)
inlinestatic

◆ Scope()

virtual TBuilder Ext.Net.Action.Builder< TAction, TBuilder >.Scope ( string  scope)
inlinevirtual

The scope (this reference) in which the handler is executed. Defaults to the browser window.

◆ Text()

virtual TBuilder Ext.Net.Action.Builder< TAction, TBuilder >.Text ( string  text)
inlinevirtual

The text to set for all components configured by this Action.


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