Hierarchy

Hierarchy

  • IgxPopupComponent

Implements

  • AfterContentInit

Constructors

  • Parameters

    • renderer: Renderer2
    • _elRef: ViewContainerRef
    • ngZone: NgZone
    • injector: Injector
    • componentFactoryResolver: ComponentFactoryResolver

    Returns IgxPopupComponent

Properties

_childTemplateRef: TemplateRef<any>
_dynamicContent: ViewContainerRef
_mainDiv: Element
_mainDivRef: ElementRef<any>
ngAcceptInputType_actualElevation: string | number
ngAcceptInputType_animationDuration: string | number
ngAcceptInputType_animationEnabled: string | boolean
ngAcceptInputType_animationType: string | PopupAnimationType
ngAcceptInputType_cornerRadius: string | number
ngAcceptInputType_disableHitTestDuringAnimation: string | boolean
ngAcceptInputType_elevation: string | number
ngAcceptInputType_isClosing: string | boolean
ngAcceptInputType_isFixed: string | boolean
ngAcceptInputType_isFocusable: string | boolean
ngAcceptInputType_isHitTestVisible: string | boolean
ngAcceptInputType_isPointerEnabled: string | boolean
ngAcceptInputType_isShowing: string | boolean
ngAcceptInputType_isShown: string | boolean
ngAcceptInputType_pointerPosition: string | PopupPointerPosition
ngAcceptInputType_pointerSize: string | number
ngAcceptInputType_useTopLayer: string | boolean
ɵcmp: unknown
ɵfac: unknown

Accessors

  • get actualAmbientShadowColor(): string
  • Gets or sets the color to use for the check mark when the checkbox is checked.

    Returns string

  • set actualAmbientShadowColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualElevation(): number
  • Gets or sets the elevation of the border shadow

    Returns number

  • set actualElevation(v: number): void
  • Parameters

    • v: number

    Returns void

  • get actualPenumbraShadowColor(): string
  • Gets or sets the color to use for the check mark when the checkbox is checked.

    Returns string

  • set actualPenumbraShadowColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get actualUmbraShadowColor(): string
  • Gets or sets the color to use for the check mark when the checkbox is checked.

    Returns string

  • set actualUmbraShadowColor(v: string): void
  • Parameters

    • v: string

    Returns void

  • get animationDuration(): number
  • Gets or sets the duration of the Popup and Closeup animations in milliseconds.

    Returns number

  • set animationDuration(v: number): void
  • Parameters

    • v: number

    Returns void

  • get animationEnabled(): boolean
  • Gets or sets whether the popup and closeup animations are animated.

    Returns boolean

  • set animationEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get animationType(): PopupAnimationType
  • Gets or sets the type of animation to use when the popup opens and closes.

    Returns PopupAnimationType

  • set animationType(v: PopupAnimationType): void
  • Parameters

    Returns void

  • get background(): string
  • Gets or sets the background color of the popup.

    Returns string

  • set background(v: string): void
  • Parameters

    • v: string

    Returns void

  • get cornerRadius(): number
  • Returns number

  • set cornerRadius(v: number): void
  • Parameters

    • v: number

    Returns void

  • get disableHitTestDuringAnimation(): boolean
  • Gets or sets whether to disable hit testing during the open and close animations.

    Returns boolean

  • set disableHitTestDuringAnimation(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get elevation(): number
  • Gets or sets the elevation to use for the button regardless of type.

    Returns number

  • set elevation(v: number): void
  • Parameters

    • v: number

    Returns void

  • get height(): string
  • Returns string

  • set height(value: string): void
  • Parameters

    • value: string

    Returns void

  • get i(): Popup
  • Returns Popup

  • get isClosing(): boolean
  • Gets whether the popup is in the middle of closing or not.

    Returns boolean

  • set isClosing(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isFixed(): boolean
  • Indicates that the popup will position itself relative to the window instead of the document.

    Returns boolean

  • set isFixed(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isFocusable(): boolean
  • Returns boolean

  • set isFocusable(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isHitTestVisible(): boolean
  • Gets or sets whether to disable hit testing on the popup.

    Returns boolean

  • set isHitTestVisible(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isPointerEnabled(): boolean
  • Gets or sets whether to show a pointer off the side of the popup towards the popup target.

    Returns boolean

  • set isPointerEnabled(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isShowing(): boolean
  • Gets whether the popup is in the middle of opening or not.

    Returns boolean

  • set isShowing(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isShown(): boolean
  • Gets / sets the isShown state of the panel.

    Returns boolean

  • get onClosed(): EventEmitter<{
        args: IgxOnClosedEventArgs;
        sender: any;
    }>
  • Returns EventEmitter<{
        args: IgxOnClosedEventArgs;
        sender: any;
    }>

  • get onPopup(): EventEmitter<{
        args: IgxOnPopupEventArgs;
        sender: any;
    }>
  • Fires when the popup is shown

    Returns EventEmitter<{
        args: IgxOnPopupEventArgs;
        sender: any;
    }>

  • get pointerBackground(): string
  • Gets or sets the pointer background color.

    Returns string

  • set pointerBackground(v: string): void
  • Parameters

    • v: string

    Returns void

  • get pointerSize(): number
  • Gets or sets the pointer size.

    Returns number

  • set pointerSize(v: number): void
  • Parameters

    • v: number

    Returns void

  • get popupGotFocus(): EventEmitter<{
        args: IgxFocusEventArgs;
        sender: any;
    }>
  • Fired when the open popup gains focus.

    Returns EventEmitter<{
        args: IgxFocusEventArgs;
        sender: any;
    }>

  • get popupLostFocus(): EventEmitter<{
        args: IgxFocusEventArgs;
        sender: any;
    }>
  • Fired when the open popup loses focus.

    Returns EventEmitter<{
        args: IgxFocusEventArgs;
        sender: any;
    }>

  • get useTopLayer(): boolean
  • Indicates that the popup will place itself into the browser top layer.

    Returns boolean

  • set useTopLayer(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get width(): string
  • Returns string

  • set width(value: string): void
  • Parameters

    • value: string

    Returns void

Methods

  • Closes the popup.

    Returns void

  • Returns a serialized copy of the exported visual model

    Returns string

  • Exports visual information about the current state of the grid.

    Returns any

  • Parameters

    • name: string

    Returns any

  • Returns void

  • Returns void

  • Returns void

  • Returns void