Home Reference Source
public class | source

ValueType

Extends:

* → ValueType

Static Member Summary

Static Public Members
public static

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:

NameTypeAttributeDescription
filterValue *
rowValue *

Return:

*

public getChildDisplays(renderData: *, children: *): * source

Params:

NameTypeAttributeDescription
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:

NameTypeAttributeDescription
renderData RenderData

The render data to compute over.

children ViewType | List<ViewType>

The child or children to parse.

Return:

object

The computed data.

public getDisplay(renderData: RenderData): object source

Returns the underlying value of this view type in a human consumable form.

Params:

NameTypeAttributeDescription
renderData RenderData

The data to compute on.

Return:

object

The computed value.

public getValue(renderData: RenderData): object source

Returns the raw underlying value of this view type.

Params:

NameTypeAttributeDescription
renderData RenderData

The data to compute on.

Return:

object

The computed value.