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

More...

Inheritance diagram for Ext.Net.TabBar.Builder< TTabBar, TBuilder >:
Ext.Net.Container.Builder< TTabBar, TBuilder >

Public Member Functions

 Builder (TTabBar component)
 
virtual TBuilder EnsureActiveVisibleOnChange (bool? ensureActiveVisibleOnChange)
 
virtual TBuilder Plain (bool plain)
 A numeric unicode character code to use as the icon for the panel header. The default font-family for glyphs can be set globally using Ext.setGlyphFontFamily() or a ResourceManager's GlyphFontFamily. More...
 
virtual TBuilder TabRotation (int tabRotation)
 The rotation of the tabs. More...
 
virtual TBuilder TabStretchMax (bool tabStretchMax)
 true to stretch all tabs to the height of the tallest tab when the tabBar is docked horizontally, or the width of the widest tab when the tabBar is docked vertically. More...
 
 Builder ()
 
 Builder (TabBar component)
 
 Builder (TabBar.Config config)
 
- Public Member Functions inherited from Ext.Net.Container.Builder< TTabBar, TBuilder >
 Builder (TContainer component)
 
 Builder ()
 
 Builder (Container component)
 
 Builder (Container.Config config)
 
virtual TBuilder Listeners (Action< ContainerListeners > action)
 Client-side JavaScript Event Handlers More...
 
virtual TBuilder DirectEvents (Action< ContainerDirectEvents > action)
 Server-side Ajax Event Handlers More...
 

Static Public Member Functions

static implicit operator Builder (TabBar component)
 
- Static Public Member Functions inherited from Ext.Net.Container.Builder< TTabBar, TBuilder >
static implicit operator Builder (Container component)
 

Detailed Description

Type Constraints
TTabBar :TabBar 
TBuilder :Builder 
TBuilder :TTabBar 
TBuilder :TBuilder 

Constructor & Destructor Documentation

◆ Builder() [1/4]

Ext.Net.TabBar.Builder< TTabBar, TBuilder >.Builder ( TTabBar  component)
inline

◆ Builder() [2/4]

Ext.Net.TabBar.Builder< TTabBar, TBuilder >.Builder ( )
inline

◆ Builder() [3/4]

Ext.Net.TabBar.Builder< TTabBar, TBuilder >.Builder ( TabBar  component)
inline

◆ Builder() [4/4]

Ext.Net.TabBar.Builder< TTabBar, TBuilder >.Builder ( TabBar.Config  config)
inline

Member Function Documentation

◆ EnsureActiveVisibleOnChange()

virtual TBuilder Ext.Net.TabBar.Builder< TTabBar, TBuilder >.EnsureActiveVisibleOnChange ( bool?  ensureActiveVisibleOnChange)
inlinevirtual

◆ operator Builder()

static implicit Ext.Net.TabBar.Builder< TTabBar, TBuilder >.operator Builder ( TabBar  component)
inlinestatic

◆ Plain()

virtual TBuilder Ext.Net.TabBar.Builder< TTabBar, TBuilder >.Plain ( bool  plain)
inlinevirtual

A numeric unicode character code to use as the icon for the panel header. The default font-family for glyphs can be set globally using Ext.setGlyphFontFamily() or a ResourceManager's GlyphFontFamily.

◆ TabRotation()

virtual TBuilder Ext.Net.TabBar.Builder< TTabBar, TBuilder >.TabRotation ( int  tabRotation)
inlinevirtual

The rotation of the tabs.

◆ TabStretchMax()

virtual TBuilder Ext.Net.TabBar.Builder< TTabBar, TBuilder >.TabStretchMax ( bool  tabStretchMax)
inlinevirtual

true to stretch all tabs to the height of the tallest tab when the tabBar is docked horizontally, or the width of the widest tab when the tabBar is docked vertically.


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