SwitchType
Extends:
Static Member Summary
Static Public Members | ||
public static |
typeName: * |
Static Method Summary
Static Public Methods | ||
public static |
parseOptions(field: *, parseField: *): * |
Method Summary
Public Methods | ||
public |
getCases(): * |
|
public |
getDefaultDisplay(): * |
|
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:
Name | Type | Attribute | Description |
field | * | ||
parseField | * |
Return:
* |
Public Methods
public getDisplay(renderData: *): * source
Params:
Name | Type | Attribute | Description |
renderData | * |
Return:
* |
public getValue(renderData: *): * source
Params:
Name | Type | Attribute | Description |
renderData | * |
Return:
* |
public initialize(renderData: *): * source
Params:
Name | Type | Attribute | Description |
renderData | * |
Return:
* |
public switch(renderData: RenderData): ViewType source
Returns the appropriate switch case based on the input render data.
Params:
Name | Type | Attribute | Description |
renderData | RenderData | The data to switch over. |