Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.SingleItemCollection< T > Class Template Reference

More...

Inheritance diagram for Ext.Net.SingleItemCollection< T >:
Ext.Net.IXObject Ext.Net.SingleItemStateCollection< T > Ext.Net.StoreCollection< T > Ext.Net.ViewCollection< T >

Public Member Functions

virtual bool HasExplicitValue (string name)
 
new void Clear ()
 
new void Remove (T item)
 
delegate void AfterItemAddHandler (T item)
 
delegate void AfterItemRemoveHandler (T item)
 

Protected Member Functions

override void InsertItem (int index, T item)
 
override void SetItem (int index, T item)
 

Properties

virtual ConfigOptionsCollection ConfigOptions [get]
 
virtual ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
virtual string ExcessItemsMessage [get]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Events

AfterItemAddHandler AfterItemAdd
 
AfterItemRemoveHandler AfterItemRemove
 

Detailed Description

Member Function Documentation

◆ AfterItemAddHandler()

delegate void Ext.Net.SingleItemCollection< T >.AfterItemAddHandler ( item)

Parameters
item

◆ AfterItemRemoveHandler()

delegate void Ext.Net.SingleItemCollection< T >.AfterItemRemoveHandler ( item)

Parameters
item

◆ Clear()

new void Ext.Net.SingleItemCollection< T >.Clear ( )
inline

◆ HasExplicitValue()

virtual bool Ext.Net.SingleItemCollection< T >.HasExplicitValue ( string  name)
inlinevirtual

Implements Ext.Net.IXObject.

◆ InsertItem()

override void Ext.Net.SingleItemCollection< T >.InsertItem ( int  index,
item 
)
inlineprotected

◆ Remove()

new void Ext.Net.SingleItemCollection< T >.Remove ( item)
inline

Parameters
item

◆ SetItem()

override void Ext.Net.SingleItemCollection< T >.SetItem ( int  index,
item 
)
inlineprotected

Property Documentation

◆ ConfigOptions

virtual ConfigOptionsCollection Ext.Net.SingleItemCollection< T >.ConfigOptions
get

◆ ConfigOptionsExtraction

◆ DefaultValueMode

◆ ExcessItemsMessage

virtual string Ext.Net.SingleItemCollection< T >.ExcessItemsMessage
getprotected

Event Documentation

◆ AfterItemAdd

◆ AfterItemRemove


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