Home Reference Source
public class | source

SwitchType

Extends:

* → SwitchType

Static Member Summary

Static Public Members
public static

Static Method Summary

Static Public Methods
public static

parseOptions(field: *, parseField: *): *

Method Summary

Public Methods
public

getCases(): *

public
public

getDisplay(renderData: *): *

public

getSwitch(): *

public

getValue(renderData: *): *

public

initialize(renderData: *): *

public

switch(renderData: RenderData): ViewType

Returns the appropriate switch case based on the input render data.

Static Public Members

public static typeName: * source

Static Public Methods

public static parseOptions(field: *, parseField: *): * source

Params:

NameTypeAttributeDescription
field *
parseField *

Return:

*

Public Methods

public getCases(): * source

Return:

*

public getDefaultDisplay(): * source

Return:

*

public getDisplay(renderData: *): * source

Params:

NameTypeAttributeDescription
renderData *

Return:

*

public getSwitch(): * source

Return:

*

public getValue(renderData: *): * source

Params:

NameTypeAttributeDescription
renderData *

Return:

*

public initialize(renderData: *): * source

Params:

NameTypeAttributeDescription
renderData *

Return:

*

public switch(renderData: RenderData): ViewType source

Returns the appropriate switch case based on the input render data.

Params:

NameTypeAttributeDescription
renderData RenderData

The data to switch over.

Return:

ViewType

The resulting view type from the switch statement.