Index

src/services/anchorService/anchor.service.ts

applyBottomAnchor
applyBottomAnchor(component: any, specialDockHeight: number, parentComponent: any)
Parameters :
Name Type Optional
component any No
specialDockHeight number No
parentComponent any No
Returns : void
applyDifferenceCase
applyDifferenceCase(component: any, style: AnchorStyles, difference: number)

Applies the difference in case is greater or equal than 0, this depending on wich AnchorStyle is in use.

Parameters :
Name Type Optional Description
component any No

the current component anchor is being applied

style AnchorStyles No

the current style that is being used

difference number No

the difference between the measures of the component.

Returns : void
applyRightAnchor
applyRightAnchor(component: any, specialDockWidth: number, parentComponent: any)
Parameters :
Name Type Optional
component any No
specialDockWidth number No
parentComponent any No
Returns : void
getStyleValue
getStyleValue(component: any, property: string)
Parameters :
Name Type Optional
component any No
property string No
Returns : number
IsAnchorStyle
IsAnchorStyle(component: any, style: AnchorStyles)

Determines whether component anchor contains a determinate anchor style

Parameters :
Name Type Optional Description
component any No

the current component anchor is being applied

style AnchorStyles No

the current style that is being verified

Returns : boolean

true if anchor style is in the anchor property.

updateComponentStyle
updateComponentStyle(component: any, style: string, value: any)

Updates component style Updates style object for dynamically created components

Parameters :
Name Type Optional Description
component any No

the component instance

style string No

the property to update

value any No

the value to update

Returns : void

src/services/web-components.service.ts

getComputedValue
getComputedValue(nativeElement: any, property: string, defaultValue: any)

Gets computed value

Parameters :
Name Type Optional Description
nativeElement any No

DOM element

property string No

property to search

defaultValue any No

default value if item value cannot be obtained

Returns : any

a valid value to be process

src/services/focusManager/focus-manager.service.ts

getContainerContext
getContainerContext(component: any)

Gets container context

Parameters :
Name Type Optional Description
component any No

currentComponent to validate

Returns : string
notifyContainerEvent
notifyContainerEvent(component: any, eventString: string, event: any)

Triggers leave container context Notifies the container that the focus is moved to another control

Parameters :
Name Type Optional Description
component any No

the current child component that leaves the focus

eventString string No
event any No
Returns : void

src/decorators/mark-for-check.ts

MarkForCheck
MarkForCheck()

Decorates a Property Setter to call markForCheck if CodeSeparationFeature is true.

Returns : any

src/components/kendoUI/kendocomponent/kendocomponent.component.ts

normalizeName
normalizeName(name: string)

This function sets name with the proper structure to be readed.

Parameters :
Name Type Optional Description
name string No

property Name

Returns : string

src/components/kendoUI/baseComponents/controlComponent/style.ts

setStyleProperty
setStyleProperty(context: Style, value: propertyStyle, property: string)
Parameters :
Name Type Optional
context Style No
value propertyStyle No
property string No
Returns : void

results matching ""

    No results matching ""