applyBottomAnchor |
applyBottomAnchor(component: any, specialDockHeight: number, parentComponent: any)
|
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 :
Returns :
void
|
applyRightAnchor |
applyRightAnchor(component: any, specialDockWidth: number, parentComponent: any)
|
Returns :
void
|
getStyleValue |
getStyleValue(component: any, property: string)
|
Returns :
number
|
IsAnchorStyle | ||||||||||||
IsAnchorStyle(component: any, style: AnchorStyles)
|
||||||||||||
Determines whether component anchor contains a determinate anchor style
Parameters :
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 :
Returns :
void
|
getComputedValue | ||||||||||||||||
getComputedValue(nativeElement: any, property: string, defaultValue: any)
|
||||||||||||||||
Gets computed value
Parameters :
Returns :
any
a valid value to be process |
getContainerContext | ||||||||
getContainerContext(component: any)
|
||||||||
Gets container context
Parameters :
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 :
Returns :
void
|
MarkForCheck |
MarkForCheck()
|
Decorates a Property Setter to call markForCheck if CodeSeparationFeature is true.
Returns :
any
|
normalizeName | ||||||||
normalizeName(name: string)
|
||||||||
This function sets name with the proper structure to be readed.
Parameters :
Returns :
string
|
setStyleProperty | ||||||||||||
setStyleProperty(context: Style, value: propertyStyle, property: string)
|
||||||||||||
Parameters :
Returns :
void
|