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

More...

Inheritance diagram for Ext.Net.ToolTip.Builder< TToolTip, TBuilder >:
Ext.Net.ToolTipBase.Builder< TToolTip, TBuilder >

Public Member Functions

 Builder (TToolTip component)
 
virtual TBuilder Listeners (Action< PanelListeners > action)
 Client-side JavaScript Event Handlers More...
 
virtual TBuilder DirectEvents (Action< PanelDirectEvents > action)
 Server-side Ajax Event Handlers More...
 
 Builder ()
 
 Builder (ToolTip component)
 
 Builder (ToolTip.Config config)
 
- Public Member Functions inherited from Ext.Net.ToolTipBase.Builder< TToolTip, TBuilder >
 Builder (TToolTipBase component)
 
virtual TBuilder DefaultAlign (string defaultAlign)
 A string which specifies how this ToolTip is to align with regard to its currentTarget by means of identifying the point of the tooltip to join to the point of the target. More...
 
virtual TBuilder ForceRendering (bool forceRendering)
 
virtual TBuilder FadeOutDuration (int fadeOutDuration)
 
virtual TBuilder ShowOnTap (bool? showOnTap)
 On touch platforms, if showOnTap is true, a tap on the target shows the tip. In this case any showDelay is ignored. More...
 
virtual TBuilder TargetOffset (List< int > targetOffset)
 When anchorToTarget is being used to position this tip relative to its target element, this may be used as an extra XY offset from the target element. More...
 
virtual TBuilder Anchor (string anchor)
 If specified, indicates that the tip should be anchored to a particular side of the target element or mouse pointer ("top", "right", "bottom", or "left"), with an arrow pointing back at the target or mouse pointer. If constrainPosition is enabled, this will be used as a preferred value only and may be flipped as needed. More...
 
virtual TBuilder AutoHide (bool autoHide)
 True to automatically hide the tooltip after the mouse exits the target element or after the dismissDelay has expired if set (defaults to true). If closable = true a close tool button will be rendered into the tooltip header. More...
 
virtual TBuilder Delegate (string _delegate)
 A DomQuery selector which allows selection of individual elements within the target element to trigger showing and hiding the ToolTip as the mouse moves within the target. More...
 
virtual TBuilder DismissDelay (int dismissDelay)
 Delay in milliseconds before the tooltip automatically hides (defaults to 5000). To disable automatic hiding, set dismissDelay = 0. More...
 
virtual TBuilder HideAction (string hideAction)
 
virtual TBuilder HideDelay (int hideDelay)
 Delay in milliseconds after the mouse exits the target element but before the tooltip actually hides (defaults to 200). Set to 0 for the tooltip to hide immediately. More...
 
virtual TBuilder MouseOffset (int[] mouseOffset)
 An XY offset from the mouse position where the tooltip should be shown (defaults to [15,18]). More...
 
virtual TBuilder ShowDelay (int showDelay)
 Delay in milliseconds before the tooltip displays after the mouse enters the target element (defaults to 500). More...
 
virtual TBuilder TargetControl (Action< Control > action)
 
virtual TBuilder Target (string target)
 The target id to associate with this tooltip. More...
 
virtual TBuilder TrackMouse (bool trackMouse)
 True to have the tooltip follow the mouse as it moves over the target element (defaults to false). More...
 
virtual TBuilder AfterShow ()
 
virtual TBuilder RealignToTarget ()
 
virtual TBuilder ShowBy (ComponentBase by)
 
virtual TBuilder ShowBy (Element by)
 
virtual TBuilder ShowBy (object byEvent)
 

Static Public Member Functions

static implicit operator Builder (ToolTip component)
 

Detailed Description

Type Constraints
TToolTip :ToolTip 
TBuilder :Builder 
TBuilder :TToolTip 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.ToolTip.Builder< TToolTip, TBuilder >.Builder ( TToolTip  component)
inline

◆ Builder() [2/4]

Ext.Net.ToolTip.Builder< TToolTip, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.ToolTip.Builder< TToolTip, TBuilder >.Builder ( ToolTip  component)
inline

◆ Builder() [4/4]

Ext.Net.ToolTip.Builder< TToolTip, TBuilder >.Builder ( ToolTip.Config  config)
inline

Member Function Documentation

◆ DirectEvents()

virtual TBuilder Ext.Net.ToolTip.Builder< TToolTip, TBuilder >.DirectEvents ( Action< PanelDirectEvents action)
inlinevirtual

Server-side Ajax Event Handlers

Parameters
actionThe action delegate
Returns
An instance of TBuilder

◆ Listeners()

virtual TBuilder Ext.Net.ToolTip.Builder< TToolTip, TBuilder >.Listeners ( Action< PanelListeners action)
inlinevirtual

Client-side JavaScript Event Handlers

Parameters
actionThe action delegate
Returns
An instance of TBuilder

◆ operator Builder()

static implicit Ext.Net.ToolTip.Builder< TToolTip, TBuilder >.operator Builder ( ToolTip  component)
inlinestatic


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