Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
view: * |
Method Summary
Public Methods | ||
public |
applyView(itemType: *, item: *, renderOptions: *): * |
|
public |
checkValidData(dataType: *, dataValue: *) |
|
public |
equals(other: *): * |
|
public |
getDisplay(): * |
|
public |
getValue(listType: *, list: *, renderOptions: *): * |
|
public |
hashCode(): * |
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
setValue(listType: *, list: *, newItem: *, renderOptions: *): * |
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 applyView(itemType: *, item: *, renderOptions: *): * source
Params:
Name | Type | Attribute | Description |
itemType | * | ||
item | * | ||
renderOptions | * |
Return:
* |
public checkValidData(dataType: *, dataValue: *) source
Params:
Name | Type | Attribute | Description |
dataType | * | ||
dataValue | * |
public equals(other: *): * source
Override:
ImmutableRef#equalsParams:
Name | Type | Attribute | Description |
other | * |
Return:
* |
public getValue(listType: *, list: *, renderOptions: *): * source
Override:
ImmutableRef#getValueParams:
Name | Type | Attribute | Description |
listType | * | ||
list | * | ||
renderOptions | * |
Return:
* |
public setValue(listType: *, list: *, newItem: *, renderOptions: *): * source
Override:
ImmutableRef#setValueParams:
Name | Type | Attribute | Description |
listType | * | ||
list | * | ||
newItem | * | ||
renderOptions | * |
Return:
* |