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

More...

Inheritance diagram for Ext.Net.Label.Builder< TLabel, TBuilder >:
Ext.Net.LabelBase.Builder< TLabel, TBuilder >

Public Member Functions

 Builder (TLabel component)
 
virtual TBuilder Listeners (Action< AbstractComponentListeners > action)
 Client-side JavaScript Event Handlers More...
 
virtual TBuilder DirectEvents (Action< AbstractComponentDirectEvents > action)
 Server-side Ajax Event Handlers More...
 
 Builder ()
 
 Builder (Label component)
 
 Builder (Label.Config config)
 
- Public Member Functions inherited from Ext.Net.LabelBase.Builder< TLabel, TBuilder >
 Builder (TLabelBase component)
 
virtual TBuilder Format (string format)
 The format of the string to render using the .Text property. Example 'Hello {0}'. More...
 
virtual TBuilder EmptyText (string emptyText)
 The default text to display if the Text property is empty (defaults to ''). More...
 
virtual TBuilder ForID (string forID)
 The id of the input element to which this label will be bound via the standard HTML 'for' attribute. If not specified, the attribute will not be added to the label. In most cases you will be associating the label with a Ext.form.field.Base component, so you should make sure this matches the inputId of that field. More...
 
virtual TBuilder Text (string text)
 The plain text to display within the label (defaults to ''). If you need to include HTML tags within the label's innerHTML, use the html config instead. More...
 
virtual TBuilder Icon (Icon icon)
 The icon to use in the label. See also, IconCls to set an icon with a custom Css class. More...
 
virtual TBuilder IconCls (string iconCls)
 A css class which sets a background image to be used as the icon for this label. More...
 
virtual TBuilder IconAlign (Alignment iconAlign)
 (optional) Set the CSS text-align property of the icon. The center is not supported. Defaults to "Left" More...
 
virtual TBuilder Editor (Action< ItemsCollection< Editor >> action)
 Inline editor More...
 

Static Public Member Functions

static implicit operator Builder (Label component)
 

Detailed Description

Type Constraints
TLabel :Label 
TBuilder :Builder 
TBuilder :TLabel 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.Label.Builder< TLabel, TBuilder >.Builder ( TLabel  component)
inline

◆ Builder() [2/4]

Ext.Net.Label.Builder< TLabel, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.Label.Builder< TLabel, TBuilder >.Builder ( Label  component)
inline

◆ Builder() [4/4]

Ext.Net.Label.Builder< TLabel, TBuilder >.Builder ( Label.Config  config)
inline

Member Function Documentation

◆ DirectEvents()

virtual TBuilder Ext.Net.Label.Builder< TLabel, TBuilder >.DirectEvents ( Action< AbstractComponentDirectEvents action)
inlinevirtual

Server-side Ajax Event Handlers

Parameters
actionThe action delegate
Returns
An instance of TBuilder

◆ Listeners()

virtual TBuilder Ext.Net.Label.Builder< TLabel, TBuilder >.Listeners ( Action< AbstractComponentListeners action)
inlinevirtual

Client-side JavaScript Event Handlers

Parameters
actionThe action delegate
Returns
An instance of TBuilder

◆ operator Builder()

static implicit Ext.Net.Label.Builder< TLabel, TBuilder >.operator Builder ( Label  component)
inlinestatic


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