ValueType
Extends:
Static Member Summary
| Static Public Members | ||
| public static |
typeName: * |
|
Method Summary
| Public Methods | ||
| public |
filter(filterValue: *, rowValue: *): * |
|
| public |
getChildDisplays(renderData: *, children: *): * |
|
| public |
getChildValues(renderData: RenderData, children: ViewType | List<ViewType>): object Parses either a single or a list of children view types into their associated values. |
|
| public |
getDisplay(renderData: RenderData): object Returns the underlying value of this view type in a human consumable form. |
|
| public |
getValue(renderData: RenderData): object Returns the raw underlying value of this view type. |
|
Static Public Members
public static typeName: * source
Public Methods
public filter(filterValue: *, rowValue: *): * source
Params:
| Name | Type | Attribute | Description |
| filterValue | * | ||
| rowValue | * |
Return:
| * |
public getChildDisplays(renderData: *, children: *): * source
Params:
| Name | Type | Attribute | Description |
| renderData | * | ||
| children | * |
Return:
| * |
public getChildValues(renderData: RenderData, children: ViewType | List<ViewType>): object source
Parses either a single or a list of children view types into their associated values.
Params:
| Name | Type | Attribute | Description |
| renderData | RenderData | The render data to compute over. |
|
| children | ViewType | List<ViewType> | The child or children to parse. |
public getDisplay(renderData: RenderData): object source
Returns the underlying value of this view type in a human consumable form.
Params:
| Name | Type | Attribute | Description |
| renderData | RenderData | The data to compute on. |
public getValue(renderData: RenderData): object source
Returns the raw underlying value of this view type.
Params:
| Name | Type | Attribute | Description |
| renderData | RenderData | The data to compute on. |