Selection
Static Method Summary
| Static Public Methods | ||
| public static |
hover(object: *, selected: *) |
|
| public static |
select(object: *) |
|
| public static |
unhover(object: *, selected: *) |
|
| public static |
unselect(object: *) |
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(integration: *, options: *) |
|
Member Summary
| Public Members | ||
| public |
element: * |
|
| public |
integration: * |
|
| public |
options: * |
|
| public |
selection: * |
|
| public |
shiftHandler: * |
|
| public |
tempHandler: * |
|
| public |
view: * |
|
Method Summary
| Public Methods | ||
| public |
activate(element: *) |
|
| public |
add(data: *): * |
|
| public |
deactivate(element: *, keep: boolean) |
|
| public |
remove(data: *) |
|
| public |
|
|
| public |
switch(current: *, data: *) |
|
| public |
toggle(element: *, flag: *) |
|
Static Public Methods
public static hover(object: *, selected: *) source
Params:
| Name | Type | Attribute | Description |
| object | * | ||
| selected | * |
public static select(object: *) source
Params:
| Name | Type | Attribute | Description |
| object | * |
public static unhover(object: *, selected: *) source
Params:
| Name | Type | Attribute | Description |
| object | * | ||
| selected | * |
public static unselect(object: *) source
Params:
| Name | Type | Attribute | Description |
| object | * |
Public Constructors
public constructor(integration: *, options: *) source
Params:
| Name | Type | Attribute | Description |
| integration | * | ||
| options | * |
Public Members
public element: * source
public integration: * source
public options: * source
public selection: * source
public shiftHandler: * source
public tempHandler: * source
public view: * source
Public Methods
public activate(element: *) source
Params:
| Name | Type | Attribute | Description |
| element | * |
|
public deactivate(element: *, keep: boolean) source
Params:
| Name | Type | Attribute | Description |
| element | * |
|
|
| keep | boolean |
|
public remove(data: *) source
Params:
| Name | Type | Attribute | Description |
| data | * |
public removeAll(keepLocals: boolean) source
Params:
| Name | Type | Attribute | Description |
| keepLocals | boolean |
|
public switch(current: *, data: *) source
Params:
| Name | Type | Attribute | Description |
| current | * | ||
| data | * |
public toggle(element: *, flag: *) source
Params:
| Name | Type | Attribute | Description |
| element | * |
|
|
| flag | * |