ImmutableViewRef
Extends:
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 |
setValue() |
Inherited Summary
From class Ref | ||
public |
|
|
public |
|
|
public |
getValue() |
|
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 Members
public view: * source
Public Methods
public equals(other: *): * source
Override:
ImmutableRef#equalsParams:
Name | Type | Attribute | Description |
other | * |
Return:
* |
public getValue(dataType: *, dataValue: *, renderOptions: *): * source
Override:
ImmutableRef#getValueParams:
Name | Type | Attribute | Description |
dataType | * | ||
dataValue | * | ||
renderOptions | * |
Return:
* |