FinderBase
Static Method Summary
| Static Public Methods | ||
| public static |
convertArgumentsToConditions(args: ...*): * |
|
| public static |
convertArgumentsToConditionsAsMapper(args: ...*): * |
|
| public static |
convertArgumentsToConditionsImpl(conditionKlass: *, args: ...*): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public get |
action: * |
|
| public get |
|
|
| public get |
conditions: * |
|
| public get |
context: * |
|
| public get |
page: * |
|
| Private Members | ||
| private |
_action: * |
|
| private |
|
|
| private |
_conditions: * |
|
| private |
_context: * |
|
| private |
_page: * |
|
Method Summary
| Public Methods | ||
| public |
allowNotFound(val: *) |
|
| public |
|
|
| public |
|
|
| public |
find(args: ...*): FinderBase |
|
| public |
map(args: ...*): FinderBase |
|
| public |
generate and return javascript code for finding element by this finder object |
|
| public |
withAction(action: *): * |
|
| public |
withContext(context: *): * |
|
Static Public Methods
public static convertArgumentsToConditions(args: ...*): * source
Params:
| Name | Type | Attribute | Description |
| args | ...* |
Return:
| * |
public static convertArgumentsToConditionsAsMapper(args: ...*): * source
Params:
| Name | Type | Attribute | Description |
| args | ...* |
Return:
| * |
public static convertArgumentsToConditionsImpl(conditionKlass: *, args: ...*): * source
Params:
| Name | Type | Attribute | Description |
| conditionKlass | * | ||
| args | ...* |
Return:
| * |
Public Constructors
public constructor() source
Public Members
public get action: * source
public get allowNotFound: * source
public get conditions: * source
public get context: * source
public get page: * source
Private Members
private _action: * source
private _conditions: * source
private _context: * source
private _page: * source
Public Methods
public allowNotFound(val: *) source
Params:
| Name | Type | Attribute | Description |
| val | * |
public find(args: ...*): FinderBase source
Params:
| Name | Type | Attribute | Description |
| args | ...* |
public map(args: ...*): FinderBase source
Params:
| Name | Type | Attribute | Description |
| args | ...* |
