arlas-wui-toolkit > "src/app/components/timeline/timeline-shortcut/timeline-shortcut.component" > TimelineShortcutComponent
Class: TimelineShortcutComponent
Hierarchy
TimelineShortcutComponent
Implements
OnInit
Index
Constructors
Properties
- HIDE_SHOW
- activeDatePicker
- dateFormat
- isShortcutSelected
- showRemoveIcon
- showShortcuts
- timeShortcuts
- timeShortcutsMap
- timeZone
- timelineComponent
- timelineContributor
- translate
Methods
Constructors
constructor
⊕ new TimelineShortcutComponent(arlasCollaborativesearchService: ArlasCollaborativesearchService, arlasStartupService: ArlasStartupService, translate: TranslateService
): TimelineShortcutComponent
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:47
Parameters:
Name | Type |
---|---|
arlasCollaborativesearchService | ArlasCollaborativesearchService |
arlasStartupService | ArlasStartupService |
translate | TranslateService |
Returns: TimelineShortcutComponent
Properties
HIDE_SHOW
● HIDE_SHOW: string
= "Show"
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:45
activeDatePicker
● activeDatePicker: boolean
= false
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:38
dateFormat
● dateFormat: string
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:33
isShortcutSelected
● isShortcutSelected: boolean
= false
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:46
showRemoveIcon
● showRemoveIcon: boolean
= false
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:43
showShortcuts
● showShortcuts: boolean
= false
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:44
timeShortcuts
● timeShortcuts: Array
<StringifiedTimeShortcut
>
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:41
timeShortcutsMap
● timeShortcutsMap: Map
<string
, Array
<StringifiedTimeShortcut
>>
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:42
timeZone
● timeZone: string
= "UTC"
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:47
timelineComponent
● timelineComponent: any
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:28
timelineContributor
● timelineContributor: HistogramContributor
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:40
translate
● translate: TranslateService
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:50
Methods
getKeys
▸ getKeys(map: any
): Array
<string
>
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:118
Parameters:
Name | Type | Description |
---|---|---|
map | any |
Returns: Array
<string
>
ngOnInit
▸ ngOnInit(): void
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:63
Returns: void
removeTimelineCollaboration
▸ removeTimelineCollaboration(): void
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:108
Returns: void
setShortcut
▸ setShortcut(shortCut: StringifiedTimeShortcut
): void
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:80
Parameters:
Name | Type | Description |
---|---|---|
shortCut | StringifiedTimeShortcut |
Returns: void
showSortcuts
▸ showSortcuts(): void
Defined in src/app/components/timeline/timeline-shortcut/timeline-shortcut.component.ts:94
Returns: void