n2n Page Rocket 1 API

rocket\ei\component

­Ei­Component­Collection

abstract EiComponentCollection implements IteratorAggregate, Countable

All Implemented Interfaces:

SubTypes

Property summary

Modifier and Type Property
protected eiMask

Methods summary

Modifier and Type Method
public __construct ( unknown elementName , unknown genericType )
protected setEiMask ( EiMask eiMask )
public getEiMask ( )
public setInheritedCollection ( EiComponentCollection inheritedCollection = null )
public EiComponentCollection getInheritedCollection ( )
protected addEiComponent ( EiComponent eiComponent , bool prepend = false )
public addIndependent ( IndependentEiComponent independentEiComponent )
protected EiComponent getEiComponentById ( string id )
public boolean isEmpty ( bool checkInherited = true )
public boolean containsId ( string id , unknown checkInherited = true )
public getIterator ( )
public EiComponent [] toArray ( bool includeInherited = true )
public IndependentEiComponent [] filter ( string levelOnly = false , string independentOnly = false )
public EiComponent [] filterLevel ( bool independentOnly = false , unknown includeMasked = true , unknown includeDisabledInherits = false )
public count ( )
public number countLevel ( )
public clear ( bool independentOnly )
public clearLevel ( bool independentOnly = false )
public removeById ( string id )
public remove ( EiComponent eiComponent )
public number combineAll ( string independentOnly = false )
protected EiComponent [] combineLevelAndSub ( string independentOnly = false )
public disableInheritById ( string id )
public boolean containsDisabledInheritId ( string id )

Properties in detail

Methods in detail