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

More...

Inheritance diagram for Ext.Net.Toast.Builder< TToast, TBuilder >:
Ext.Net.Window.Builder< TToast, TBuilder >

Public Member Functions

 Builder (TToast component)
 
virtual TBuilder Align (ToastAlign align)
 Specifies the basic alignment of the toast message with its anchor. This controls many aspects of the toast animation as well. For fine grain control of the final placement of the toast and its anchor you may set anchorAlign as well. More...
 
virtual TBuilder AnchorAlign (string anchorAlign)
 This string is a full specification of how to position the toast with respect to its anchor. More...
 
virtual TBuilder Animate (bool? animate)
 Set this to false to make toasts appear and disappear without animation. More...
 
virtual TBuilder AutoClose (bool? autoClose)
 This config ensures that the Toast is closed automatically after a certain amount of time. More...
 
virtual TBuilder AutoCloseDelay (int autoCloseDelay)
 The number of milliseconds a Toast waits before automatically closing. More...
 
virtual TBuilder CloseOnMouseDown (bool? closeOnMouseDown)
 This config will prevent the Toast from closing when the user produces a mousedown event. More...
 
virtual TBuilder HideDuration (int hideDuration)
 The number of milliseconds it takes for a Toast to hide. More...
 
virtual TBuilder SlideBackAnimation (string slideBackAnimation)
 The animation used for the Toast to slide back. More...
 
virtual TBuilder SlideBackDuration (int slideBackDuration)
 The number of milliseconds it takes for a Toast to slide back. More...
 
virtual TBuilder SlideInAnimation (string slideInAnimation)
 The animation used for the Toast to slide in. More...
 
virtual TBuilder SlideInDuration (int slideInDuration)
 The number of milliseconds it takes for a Toast to slide in. More...
 
virtual TBuilder Spacing (int spacing)
 The number of pixels between each Toast notification. More...
 
virtual TBuilder StickOnClick (bool? stickOnClick)
 This config will prevent the Toast from closing when you click on it. If this is set to true, closing the Toast will have to be handled some other way (e.g., Setting closable as true). More...
 
virtual TBuilder StickWhileHover (bool? stickWhileHover)
 This config will prevent the Toast from closing while you're hovered over it. More...
 
virtual TBuilder UseXAxis (bool? useXAxis)
 Directs the toast message to animate on the x-axis (if true) or y-axis (if false). More...
 
 Builder ()
 
 Builder (Toast component)
 
 Builder (Toast.Config config)
 
- Public Member Functions inherited from Ext.Net.Window.Builder< TToast, TBuilder >
 Builder (TWindow component)
 
 Builder ()
 
 Builder (Window component)
 
 Builder (Window.Config config)
 
virtual TBuilder Listeners (Action< WindowListeners > action)
 Client-side JavaScript Event Handlers More...
 
virtual TBuilder DirectEvents (Action< WindowDirectEvents > action)
 Server-side Ajax Event Handlers More...
 

Static Public Member Functions

static implicit operator Builder (Toast component)
 
- Static Public Member Functions inherited from Ext.Net.Window.Builder< TToast, TBuilder >
static implicit operator Builder (Window component)
 

Detailed Description

Type Constraints
TToast :Toast 
TBuilder :Builder 
TBuilder :TToast 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.Toast.Builder< TToast, TBuilder >.Builder ( TToast  component)
inline

◆ Builder() [2/4]

Ext.Net.Toast.Builder< TToast, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.Toast.Builder< TToast, TBuilder >.Builder ( Toast  component)
inline

◆ Builder() [4/4]

Ext.Net.Toast.Builder< TToast, TBuilder >.Builder ( Toast.Config  config)
inline

Member Function Documentation

◆ Align()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.Align ( ToastAlign  align)
inlinevirtual

Specifies the basic alignment of the toast message with its anchor. This controls many aspects of the toast animation as well. For fine grain control of the final placement of the toast and its anchor you may set anchorAlign as well.

◆ AnchorAlign()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.AnchorAlign ( string  anchorAlign)
inlinevirtual

This string is a full specification of how to position the toast with respect to its anchor.

◆ Animate()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.Animate ( bool?  animate)
inlinevirtual

Set this to false to make toasts appear and disappear without animation.

◆ AutoClose()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.AutoClose ( bool?  autoClose)
inlinevirtual

This config ensures that the Toast is closed automatically after a certain amount of time.

◆ AutoCloseDelay()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.AutoCloseDelay ( int  autoCloseDelay)
inlinevirtual

The number of milliseconds a Toast waits before automatically closing.

◆ CloseOnMouseDown()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.CloseOnMouseDown ( bool?  closeOnMouseDown)
inlinevirtual

This config will prevent the Toast from closing when the user produces a mousedown event.

◆ HideDuration()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.HideDuration ( int  hideDuration)
inlinevirtual

The number of milliseconds it takes for a Toast to hide.

◆ operator Builder()

static implicit Ext.Net.Toast.Builder< TToast, TBuilder >.operator Builder ( Toast  component)
inlinestatic

◆ SlideBackAnimation()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.SlideBackAnimation ( string  slideBackAnimation)
inlinevirtual

The animation used for the Toast to slide back.

◆ SlideBackDuration()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.SlideBackDuration ( int  slideBackDuration)
inlinevirtual

The number of milliseconds it takes for a Toast to slide back.

◆ SlideInAnimation()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.SlideInAnimation ( string  slideInAnimation)
inlinevirtual

The animation used for the Toast to slide in.

◆ SlideInDuration()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.SlideInDuration ( int  slideInDuration)
inlinevirtual

The number of milliseconds it takes for a Toast to slide in.

◆ Spacing()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.Spacing ( int  spacing)
inlinevirtual

The number of pixels between each Toast notification.

◆ StickOnClick()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.StickOnClick ( bool?  stickOnClick)
inlinevirtual

This config will prevent the Toast from closing when you click on it. If this is set to true, closing the Toast will have to be handled some other way (e.g., Setting closable as true).

◆ StickWhileHover()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.StickWhileHover ( bool?  stickWhileHover)
inlinevirtual

This config will prevent the Toast from closing while you're hovered over it.

◆ UseXAxis()

virtual TBuilder Ext.Net.Toast.Builder< TToast, TBuilder >.UseXAxis ( bool?  useXAxis)
inlinevirtual

Directs the toast message to animate on the x-axis (if true) or y-axis (if false).


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