Interface IHasManyAssociation

Hierarchy

Index

Properties

Methods

Properties

optional public alias?: Array<string>

[Config Option] (String[])

optional public alternateClassName?: any

[Config Option] (String/String[])

optional public associatedModel?: string

[Config Option] (String)

optional public associatedName?: string

[Config Option] (String)

optional public associationKey?: string

[Config Option] (String)

optional public autoLoad?: boolean

[Config Option] (Boolean)

optional public autoSync?: boolean

[Config Option] (Boolean)

optional public config?: any

[Config Option] (Object)

optional public extend?: string

[Config Option] (String)

optional public filterProperty?: string

[Config Option] (String)

optional public foreignKey?: string

[Config Option] (String)

optional public inheritableStatics?: any

[Config Option] (Object)

optional public mixins?: any

[Config Option] (Object)

optional public name?: string

[Config Option] (String)

optional public ownerModel?: any

[Config Option] (Ext.data.Model/String)

optional public platformConfig?: any

[Config Option] (Object)

optional public primaryKey?: string

[Config Option] (String)

optional public reader?: IReader

[Config Option] (Ext.data.reader.Reader)

optional public self?: IClass

[Property] (Ext.Class)

optional public singleton?: boolean

[Config Option] (Boolean)

optional public statics?: any

[Config Option] (Object)

optional public store?: any

[Config Option] (Object)

optional public storeConfig?: any

[Config Option] (Object)

optional public storeName?: string

[Config Option] (String)

optional public type?: string

[Config Option] (String)

optional public uses?: Array<string>

[Config Option] (String[])

Methods

optional public callOverridden(args?: any): any

[Method] Call the original method that was previously overridden with override This method is deprecated as callParent does

Parameters

  • args?: any optional

    Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callOverridden(arguments)

Returns

any

Object Returns the result of calling the overridden method

optional public callParent(args?: any): any

[Method] Call the parent method of the current method

Parameters

  • args?: any optional

    Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callParent(arguments)

Returns

any

Object Returns the result of calling the parent method

optional public callSuper(args?: any): any

[Method] This method is used by an override to call the superclass method but bypass any overridden method

Parameters

  • args?: any optional

    Array/Arguments The arguments, either an array or the arguments object from the current method, for example: this.callSuper(arguments)

Returns

any

Object Returns the result of calling the superclass method

optional public destroy()

[Method]

optional public getAssociatedModel(): string

[Method] Returns the value of associatedModel

Returns

string

String

optional public getAssociatedName(): string

[Method] Returns the value of associatedName

Returns

string

String

optional public getAssociationKey(): string

[Method] Returns the value of associationKey

Returns

string

String

optional public getAutoLoad(): boolean

[Method] Returns the value of autoLoad

Returns

boolean

Boolean

optional public getAutoSync(): boolean

[Method] Returns the value of autoSync

Returns

boolean

Boolean

optional public getFilterProperty(): string

[Method] Returns the value of filterProperty

Returns

string

String

optional public getForeignKey(): string

[Method] Returns the value of foreignKey

Returns

string

String

optional public getInitialConfig(name?: string): any

[Method] Returns the initial configuration passed to constructor

Parameters

  • name?: string optional

    String When supplied, value for particular configuration option is returned, otherwise the full config object is returned.

Returns

any

Object/Mixed

optional public getName(): any

[Method] Returns the value of name

Returns

any

Object

optional public getOwnerModel(): any

[Method] Returns the value of ownerModel

Returns

any

Ext.data.Model/String

optional public getOwnerName(): string

[Method] Returns the value of ownerName

Returns

string

String

optional public getPrimaryKey(): string

[Method] Returns the value of primaryKey

Returns

string

String

optional public getReader(): IReader

[Method] Returns the value of reader

Returns

IReader

Ext.data.reader.Reader

optional public getStore(): any

[Method] Returns the value of store

Returns

any

Object

optional public getStoreName(): string

[Method] Returns the value of storeName

Returns

string

String

optional public getType(): string

[Method] Returns the value of type

Returns

string

String

optional public initConfig(instanceConfig?: any): any

[Method] Initialize configuration for this class

Parameters

  • instanceConfig?: any optional

    Object

Returns

any

Object mixins The mixin prototypes as key - value pairs

optional public setAssociatedModel(associatedModel?: string)

[Method] Sets the value of associatedModel

Parameters

  • associatedModel?: string optional

    String The new value.

optional public setAssociatedName(associatedName?: string)

[Method] Sets the value of associatedName

Parameters

  • associatedName?: string optional

    String The new value.

optional public setAssociationKey(associationKey?: string)

[Method] Sets the value of associationKey

Parameters

  • associationKey?: string optional

    String The new value.

optional public setAutoLoad(autoLoad?: boolean)

[Method] Sets the value of autoLoad

Parameters

  • autoLoad?: boolean optional

    Boolean The new value.

optional public setAutoSync(autoSync?: boolean)

[Method] Sets the value of autoSync

Parameters

  • autoSync?: boolean optional

    Boolean The new value.

optional public setFilterProperty(filterProperty?: string)

[Method] Sets the value of filterProperty

Parameters

  • filterProperty?: string optional

    String The new value.

optional public setForeignKey(foreignKey?: string)

[Method] Sets the value of foreignKey

Parameters

  • foreignKey?: string optional

    String The new value.

optional public setName(name?: any)

[Method] Sets the value of name

Parameters

  • name?: any optional

    Object The new value.

optional public setOwnerModel(ownerModel?: any)

[Method] Sets the value of ownerModel

Parameters

  • ownerModel?: any optional

    Ext.data.Model/String The new value.

optional public setOwnerName(ownerName?: string)

[Method] Sets the value of ownerName

Parameters

  • ownerName?: string optional

    String The new value.

optional public setPrimaryKey(primaryKey?: string)

[Method] Sets the value of primaryKey

Parameters

  • primaryKey?: string optional

    String The new value.

optional public setReader(reader?: IReader)

[Method] Sets the value of reader

Parameters

  • reader?: IReader optional

    Ext.data.reader.Reader The new value.

optional public setStore(store?: any)

[Method] Sets the value of store

Parameters

  • store?: any optional

    Object The new value.

optional public setStoreName(storeName?: string)

[Method] Sets the value of storeName

Parameters

  • storeName?: string optional

    String The new value.

optional public setType(type?: string)

[Method] Sets the value of type

Parameters

  • type?: string optional

    String The new value.