ConditionType
Extends:
Static Method Summary
| Static Public Methods | ||
| public static |
parseOptions(field: *, parseField: *): * |
|
Method Summary
| Public Methods | ||
| public |
getArgs(): * |
|
| public |
getDisplay(renderData: *): * |
|
| public |
getFalseType(): * |
|
| public |
getOp(): * |
|
| public |
getTrueType(): * |
|
| public |
getValue(renderData: *): * |
|
| public |
initialize(renderData: *): * |
|
| public |
test(renderData: RenderData): bool Returns true or false based on the input render data. |
|
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 test(renderData: RenderData): bool source
Returns true or false based on the input render data.
Params:
| Name | Type | Attribute | Description |
| renderData | RenderData | The data to test. |
Return:
| bool |
|