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

More...

Inheritance diagram for Ext.Net.AbstractInteraction.Builder< TAbstractInteraction, TBuilder >:
Ext.Net.BaseItem.Builder< TAbstractInteraction, TBuilder >

Public Member Functions

 Builder (TAbstractInteraction component)
 
virtual TBuilder InteractionID (string interactionID)
 
virtual TBuilder Enabled (bool enabled)
 True if the interaction is enabled. More...
 
virtual TBuilder ThrottleGap (int throttleGap)
 Android device is emerging too many events so if we re-render every frame it will take forever to finish a frame. This throttle technique will limit the timespan between two frames. More...
 
- Public Member Functions inherited from Ext.Net.BaseItem.Builder< TAbstractInteraction, TBuilder >
 Builder (TItem item)
 
virtual TItem ToComponent ()
 Get the instance of the underlying StateManagedItem. More...
 
virtual TBuilder CustomConfig (Action< ConfigItemCollection > action)
 Collection of custom js config More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Ext.Net.BaseItem.Builder< TAbstractInteraction, TBuilder >
static implicit operator TItem (BaseItem.Builder< TItem, TBuilder > builder)
 Implicit conversion of a TItem object directly into a TComponent. More...
 
- Protected Attributes inherited from Ext.Net.BaseItem.Builder< TAbstractInteraction, TBuilder >
TItem item
 

Detailed Description

Type Constraints
TAbstractInteraction :AbstractInteraction 
TBuilder :Builder 
TBuilder :TAbstractInteraction 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder()

Ext.Net.AbstractInteraction.Builder< TAbstractInteraction, TBuilder >.Builder ( TAbstractInteraction  component)
inline

Member Function Documentation

◆ Enabled()

virtual TBuilder Ext.Net.AbstractInteraction.Builder< TAbstractInteraction, TBuilder >.Enabled ( bool  enabled)
inlinevirtual

True if the interaction is enabled.

◆ InteractionID()

virtual TBuilder Ext.Net.AbstractInteraction.Builder< TAbstractInteraction, TBuilder >.InteractionID ( string  interactionID)
inlinevirtual

◆ ThrottleGap()

virtual TBuilder Ext.Net.AbstractInteraction.Builder< TAbstractInteraction, TBuilder >.ThrottleGap ( int  throttleGap)
inlinevirtual

Android device is emerging too many events so if we re-render every frame it will take forever to finish a frame. This throttle technique will limit the timespan between two frames.


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