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

ImmutableRef

Extends:

Ref → ImmutableRef

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

ref: *

Method Summary

Public Methods
public

equals(other: *): *

public

getDisplay(): *

public

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

public

hashCode(): *

public
public

isMultiRef(): *

public
public

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

Inherited Summary

From class Ref
public
public
public
public
public

toString(): *

Public Constructors

public constructor() source

Public Members

public ref: * source

Public Methods

public equals(other: *): * source

Override:

Ref#equals

Params:

NameTypeAttributeDescription
other *

Return:

*

public getDisplay(): * source

Override:

Ref#getDisplay

Return:

*

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

Override:

Ref#getValue

Params:

NameTypeAttributeDescription
dataType *
dataValue *
renderOptions *

Return:

*

public hashCode(): * source

Override:

Ref#hashCode

Return:

*

public isListRef(): boolean source

Return:

boolean

public isMultiRef(): * source

Return:

*

public isSingleRef(): boolean source

Return:

boolean

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

Params:

NameTypeAttributeDescription
dataType *
dataValue *
childValue *
renderOptions *

Return:

*