Home Reference Source
import {ImmutableViewRef} from 'formatron/src/refs.js'
public class | source

ImmutableViewRef

Extends:

RefImmutableRef → ImmutableViewRef

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

view: *

Method Summary

Public Methods
public

equals(other: *): *

public

getDisplay(): *

public

getValue(dataType: *, dataValue: *, renderOptions: *): *

public

hashCode(): *

public

Inherited Summary

From class Ref
public
public
public
public
public

toString(): *

From class ImmutableRef
public

ref: *

public

equals(other: *): *

public

getDisplay(): *

public

getValue(dataType: *, dataValue: *, renderOptions: *): *

public

hashCode(): *

public
public

isMultiRef(): *

public
public

setValue(dataType: *, dataValue: *, childValue: *, renderOptions: *): *

Public Constructors

public constructor() source

Override:

ImmutableRef#constructor

Public Members

public view: * source

Public Methods

public equals(other: *): * source

Override:

ImmutableRef#equals

Params:

NameTypeAttributeDescription
other *

Return:

*

public getDisplay(): * source

Override:

ImmutableRef#getDisplay

Return:

*

public getValue(dataType: *, dataValue: *, renderOptions: *): * source

Override:

ImmutableRef#getValue

Params:

NameTypeAttributeDescription
dataType *
dataValue *
renderOptions *

Return:

*

public hashCode(): * source

Override:

ImmutableRef#hashCode

Return:

*

public setValue() source

Override:

ImmutableRef#setValue