Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.Tab.Config Class Reference

More...

Inheritance diagram for Ext.Net.Tab.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator Tab.Builder (Tab.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Properties

virtual string TabID [get, set]
 
virtual string ActionItemID [get, set]
 Managed container id. It will be shown when tab is activated More...
 
virtual AbstractComponent ActionItem [get, set]
 Managed container. It will be shown when tab is activated More...
 
virtual HideMode HideMode [get, set]
 How the action item. Supported values are 'visibility' (css visibility), 'offsets' (negative offset position) and 'display' (css display). More...
 
virtual string Text [get, set]
 
virtual string ToolTip [get, set]
 The tooltip for the button - can be a string to be used as innerHTML (html tags are accepted). More...
 
virtual bool Closable [get, set]
 Panels themselves do not directly support being closed, but some Panel subclasses do (like Ext.Window) or a Panel Class within an Ext.TabPanel. Specify true to enable closing in such situations. Defaults to false. More...
 
virtual bool Hidden [get, set]
 Render this component hidden (default is false). If true, the hide method will be called internally. More...
 
virtual string Href [get, set]
 The URL to open when the tab button is clicked. More...
 
virtual string HrefTarget [get, set]
 The target attribute to use for the underlying anchor. Only used if the href property is specified. Defaults to: "_blank" More...
 
virtual bool Disabled [get, set]
 True to disable the tab. More...
 
virtual Icon Icon [get, set]
 The icon to use in the Button. See also, IconCls to set an icon with a custom Css class. More...
 
virtual string IconCls [get, set]
 A css class which sets a background image to be used as the icon for this button. More...
 
virtual bool Reorderable [get, set]
 False to disallow reordering for this Tab. More...
 
virtual UI UI [get, set]
 
virtual string UIName [get, set]
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string Serialize ()
 

Detailed Description

Member Function Documentation

◆ operator Tab.Builder()

static implicit Ext.Net.Tab.Config.operator Tab.Builder ( Tab.Config  config)
inlinestatic

Property Documentation

◆ ActionItem

virtual AbstractComponent Ext.Net.Tab.Config.ActionItem
getset

Managed container. It will be shown when tab is activated

◆ ActionItemID

virtual string Ext.Net.Tab.Config.ActionItemID
getset

Managed container id. It will be shown when tab is activated

◆ Closable

virtual bool Ext.Net.Tab.Config.Closable
getset

Panels themselves do not directly support being closed, but some Panel subclasses do (like Ext.Window) or a Panel Class within an Ext.TabPanel. Specify true to enable closing in such situations. Defaults to false.

◆ Disabled

virtual bool Ext.Net.Tab.Config.Disabled
getset

True to disable the tab.

◆ Hidden

virtual bool Ext.Net.Tab.Config.Hidden
getset

Render this component hidden (default is false). If true, the hide method will be called internally.

◆ HideMode

virtual HideMode Ext.Net.Tab.Config.HideMode
getset

How the action item. Supported values are 'visibility' (css visibility), 'offsets' (negative offset position) and 'display' (css display).

◆ Href

virtual string Ext.Net.Tab.Config.Href
getset

The URL to open when the tab button is clicked.

◆ HrefTarget

virtual string Ext.Net.Tab.Config.HrefTarget
getset

The target attribute to use for the underlying anchor. Only used if the href property is specified. Defaults to: "_blank"

◆ Icon

virtual Icon Ext.Net.Tab.Config.Icon
getset

The icon to use in the Button. See also, IconCls to set an icon with a custom Css class.

◆ IconCls

virtual string Ext.Net.Tab.Config.IconCls
getset

A css class which sets a background image to be used as the icon for this button.

◆ Reorderable

virtual bool Ext.Net.Tab.Config.Reorderable
getset

False to disallow reordering for this Tab.

◆ TabID

virtual string Ext.Net.Tab.Config.TabID
getset

◆ Text

virtual string Ext.Net.Tab.Config.Text
getset

◆ ToolTip

virtual string Ext.Net.Tab.Config.ToolTip
getset

The tooltip for the button - can be a string to be used as innerHTML (html tags are accepted).

◆ UI

virtual UI Ext.Net.Tab.Config.UI
getset

◆ UIName

virtual string Ext.Net.Tab.Config.UIName
getset


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