src/components/kendoUI/baseComponents/controlComponent/controls.directive.ts
Selector | [wmControls] |
Properties |
Methods |
|
Inputs |
HostBindings |
HostListeners |
Accessors |
constructor(element: ElementRef, view: ViewContainerRef, focusManager?: FocusManagerService, tabOService?: MainTabOrderService, containerTabOService?: ContainerTabOrderService, webCompService?: WebComponentsService, ajaxInteractionBaseService?: AjaxInteractionBaseService, wmWindowService?: WMWindowService, loadingStService?: LoadingStateService, gridCustomEditorInteractionService?: GridCustomEditorInteractionService)
|
|||||||||||||||||||||||||||||||||
Parameters :
|
hostComponent |
Type : any
|
style.display |
Type : any
|
title |
Type : any
|
blur |
Arguments : '$event'
|
change |
Arguments : '$event'
|
click |
Arguments : '$event'
|
contextmenu |
Arguments : '$event'
|
focus |
Arguments : '$event'
|
keydown |
Arguments : '$event'
|
keypress |
Arguments : '$event'
|
keyup |
Arguments : '$event'
|
mouseenter |
Arguments : '$event'
|
mouseleave |
Arguments : '$event'
|
mousemove |
Arguments : '$event'
|
keydown.shift.tab |
Arguments : '$event'
|
keydown.tab |
Arguments : '$event'
|
blur | ||||||
blur(e: any)
|
||||||
Decorators :
@HostListener('blur', ['$event'])
|
||||||
Parameters :
Returns :
void
|
Private callAttr | ||||||
callAttr(attrName: string)
|
||||||
Parameters :
Returns :
any
|
Private callEvent |
callEvent(eventName: string, e: any)
|
Returns :
void
|
contextMenu | ||||||
contextMenu(e: any)
|
||||||
Decorators :
@HostListener('contextmenu', ['$event'])
|
||||||
Parameters :
Returns :
void
|
focus | ||||||
focus(e: any)
|
||||||
Decorators :
@HostListener('focus', ['$event'])
|
||||||
Parameters :
Returns :
void
|
keyDown | ||||||
keyDown(e: any)
|
||||||
Decorators :
@HostListener('keydown', ['$event'])
|
||||||
Parameters :
Returns :
void
|
keyPress | ||||||
keyPress(e: any)
|
||||||
Decorators :
@HostListener('keypress', ['$event'])
|
||||||
Parameters :
Returns :
void
|
keyUp | ||||||
keyUp(e: any)
|
||||||
Decorators :
@HostListener('keyup', ['$event'])
|
||||||
Parameters :
Returns :
void
|
mouseLeave | ||||||
mouseLeave(e: any)
|
||||||
Decorators :
@HostListener('mouseleave', ['$event'])
|
||||||
Parameters :
Returns :
void
|
mouseMove | ||||||
mouseMove(e: any)
|
||||||
Decorators :
@HostListener('mousemove', ['$event'])
|
||||||
Parameters :
Returns :
void
|
mouseOver | ||||||
mouseOver(e: any)
|
||||||
Decorators :
@HostListener('mouseenter', ['$event'])
|
||||||
Parameters :
Returns :
void
|
ngAfterViewInit |
ngAfterViewInit()
|
The AfterViewInit
Returns :
void
|
ngOnDestroy |
ngOnDestroy()
|
The ngOnDestroy method
Returns :
void
|
notifyWindowBringTop | ||||||
notifyWindowBringTop(e: any)
|
||||||
Decorators :
@HostListener('click', ['$event'])
|
||||||
Parameters :
Returns :
void
|
textChanged | ||||||
textChanged(e: any)
|
||||||
Decorators :
@HostListener('change', ['$event'])
|
||||||
Parameters :
Returns :
void
|
isLoadingHidden |
isLoadingHidden()
|
Verifies if the loading component is hidden using the loadingState service.
Returns :
boolean
{boolean} |
ngAfterViewChecked |
ngAfterViewChecked()
|
after view checked
Returns :
void
|
ngDoCheck |
ngDoCheck()
|
do check Verifies changes in tabIndex
Returns :
void
|
registerComponent |
registerComponent()
|
Returns :
void
|
Private registerLeaveContainer | ||||||
registerLeaveContainer(parentService: any)
|
||||||
Register current component instance in ContainerTabOrderService
Parameters :
Returns :
void
|
Private registerTabService | ||||||
registerTabService(containerTabService: any)
|
||||||
Parameters :
Returns :
void
|
Private registerWmUserContrl | ||||||
registerWmUserContrl(parent: any)
|
||||||
Parameters :
Returns :
boolean
|
reverseTab | ||||||
reverseTab(e: any)
|
||||||
Decorators :
@HostListener('keydown.shift.tab', ['$event'])
|
||||||
Parameters :
Returns :
void
|
tabHandler | ||||||
tabHandler(e: any)
|
||||||
Decorators :
@HostListener('keydown.tab', ['$event'])
|
||||||
Parameters :
Returns :
void
|
Private tabIndexUpdate |
tabIndexUpdate()
|
Tabs index update
Returns :
void
|
Protected tabKeyHandler | ||||||||
tabKeyHandler(event: any)
|
||||||||
Tab key handler to manage tab behavior. MainTabOrder service determines which action should be performed after a tab key event.
Parameters :
Returns :
void
|
customColumnOnGridClosed |
Default value : false
|
This is to know if a controls is inside any grid that provides the GridCustomEditorInteractionService and the edition of the cell is being closed |
customColumnOnGridSubscription |
Type : Subscription
|
This is a subscription to the GridCustomEditorInteractionService to the close event of any grid that provides the service |
currentTabService |
Type : any
|
Current tab service Reference to the current tab order service |
tooltip |
gettooltip()
|
display |
getdisplay()
|