Hierarchy

Hierarchy

  • IgxToolPanelComponent

Implements

  • AfterContentInit

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

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

    Returns IgxToolPanelComponent

Properties

_childTemplateRef: TemplateRef<any>
_dynamicContent: ViewContainerRef
_mainDiv: Element
_mainDivRef: ElementRef<any>
actualActions: IgxToolActionComponent[]

The style mappings actually present in the chart. Do not directly modify this array. This array's contents can be modified by causing Angular to reproject the child content. Or adding and removing stye mappings from the manual style mapping collection on the actions property.

contentActions: QueryList<IgxToolActionComponent>
ngAcceptInputType_actualDensity: string | ControlDisplayDensity
ngAcceptInputType_actualDropdownDelay: string | number
ngAcceptInputType_actualHighlightRadius: string | number
ngAcceptInputType_actualHighlightWidth: string | number
ngAcceptInputType_actualRowHeight: string | number
ngAcceptInputType_actualSeparatorHorizontalPaddingBottom: string | number
ngAcceptInputType_actualSeparatorHorizontalPaddingLeft: string | number
ngAcceptInputType_actualSeparatorHorizontalPaddingRight: string | number
ngAcceptInputType_actualSeparatorHorizontalPaddingTop: string | number
ngAcceptInputType_actualSeparatorVerticalPaddingBottom: string | number
ngAcceptInputType_actualSeparatorVerticalPaddingLeft: string | number
ngAcceptInputType_actualSeparatorVerticalPaddingRight: string | number
ngAcceptInputType_actualSeparatorVerticalPaddingTop: string | number
ngAcceptInputType_actualToolTipCornerRadius: string | number
ngAcceptInputType_actualToolTipElevation: string | number
ngAcceptInputType_baseTheme: string | BaseControlTheme
ngAcceptInputType_density: string | ControlDisplayDensity
ngAcceptInputType_dropdownClickBuffer: string | number
ngAcceptInputType_dropdownDelay: string | number
ngAcceptInputType_highlightRadius: string | number
ngAcceptInputType_highlightWidth: string | number
ngAcceptInputType_isOpen: string | boolean
ngAcceptInputType_itemSpacing: string | number
ngAcceptInputType_nestedActionMode: string | Replace
ngAcceptInputType_orientation: string | ToolPanelOrientation
ngAcceptInputType_rowHeight: string | number
ngAcceptInputType_scrollbarStyle: string | ScrollbarStyle
ngAcceptInputType_separatorHorizontalPaddingBottom: string | number
ngAcceptInputType_separatorHorizontalPaddingLeft: string | number
ngAcceptInputType_separatorHorizontalPaddingRight: string | number
ngAcceptInputType_separatorHorizontalPaddingTop: string | number
ngAcceptInputType_separatorVerticalPaddingBottom: string | number
ngAcceptInputType_separatorVerticalPaddingLeft: string | number
ngAcceptInputType_separatorVerticalPaddingRight: string | number
ngAcceptInputType_separatorVerticalPaddingTop: string | number
ngAcceptInputType_showOnHover: string | boolean
ngAcceptInputType_showTooltipOnHover: string | boolean
ngAcceptInputType_stopPropagation: string | boolean
ngAcceptInputType_toolTipCornerRadius: string | number
ngAcceptInputType_toolTipElevation: string | number
ɵcmp: unknown
ɵfac: unknown

Accessors

  • get actualBackgroundColor(): string
  • Returns string

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

    • v: string

    Returns void

  • get actualCheckedBackgroundColor(): string
  • Gets the actual background color of the radio when in the checked state.

    Returns string

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

    • v: string

    Returns void

  • get actualCheckedBorderColor(): string
  • Gets the actual border color of the radio when in the checked state.

    Returns string

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

    • v: string

    Returns void

  • get actualDisabledTextColor(): string
  • Returns string

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

    • v: string

    Returns void

  • get actualDropdownDelay(): number
  • Gets the actual dropdown delay.

    Returns number

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

    • v: number

    Returns void

  • get actualGroupHeaderBackgroundColor(): string
  • Returns string

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

    • v: string

    Returns void

  • get actualGroupHeaderSeparatorBackgroundColor(): string
  • Returns string

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

    • v: string

    Returns void

  • get actualGroupHeaderSubtitleTextColor(): string
  • Returns string

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

    • v: string

    Returns void

  • get actualGroupHeaderTextColor(): string
  • Returns string

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

    • v: string

    Returns void

  • get actualHighlightColor(): string
  • Returns string

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

    • v: string

    Returns void

  • get actualHighlightRadius(): number
  • Returns number

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

    • v: number

    Returns void

  • get actualHighlightWidth(): number
  • Returns number

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

    • v: number

    Returns void

  • get actualHoverBackgroundColor(): string
  • Returns string

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

    • v: string

    Returns void

  • get actualIconFill(): string
  • Gets the actual icon fill color.

    Returns string

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

    • v: string

    Returns void

  • get actualIconStroke(): string
  • Gets the actual icon stroke color.

    Returns string

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

    • v: string

    Returns void

  • get actualMenuArrowStroke(): string
  • Gets the actual stroke color for all icon menu dropdown arrows.

    Returns string

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

    • v: string

    Returns void

  • get actualRowHeight(): number
  • Gets the actual row height used by the panel.

    Returns number

  • get actualSeparatorBackgroundColor(): string
  • Returns string

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

    • v: string

    Returns void

  • get actualSeparatorHorizontalPaddingBottom(): number
  • Returns number

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

    • v: number

    Returns void

  • get actualSeparatorHorizontalPaddingLeft(): number
  • Returns number

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

    • v: number

    Returns void

  • get actualSeparatorHorizontalPaddingRight(): number
  • Returns number

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

    • v: number

    Returns void

  • get actualSeparatorHorizontalPaddingTop(): number
  • Returns number

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

    • v: number

    Returns void

  • get actualSeparatorVerticalPaddingBottom(): number
  • Returns number

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

    • v: number

    Returns void

  • get actualSeparatorVerticalPaddingLeft(): number
  • Returns number

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

    • v: number

    Returns void

  • get actualSeparatorVerticalPaddingRight(): number
  • Returns number

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

    • v: number

    Returns void

  • get actualSeparatorVerticalPaddingTop(): number
  • Returns number

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

    • v: number

    Returns void

  • get actualSubmenuBackgroundColor(): string
  • Returns string

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

    • v: string

    Returns void

  • get actualSubtitleTextColor(): string
  • Returns string

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

    • v: string

    Returns void

  • get actualTextColor(): string
  • Returns string

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

    • v: string

    Returns void

  • get actualToolTipBackgroundColor(): string
  • Gets the actual tooltip background color.

    Returns string

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

    • v: string

    Returns void

  • get actualToolTipCornerRadius(): number
  • Gets the actual tooltip corner radius.

    Returns number

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

    • v: number

    Returns void

  • get actualToolTipElevation(): number
  • Gets the actual shadow elevation used by the tooltip.

    Returns number

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

    • v: number

    Returns void

  • get actualToolTipTextColor(): string
  • Returns string

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

    • v: string

    Returns void

  • get actualUncheckedBackgroundColor(): string
  • Gets the actual background color of the radio when in the unchecked state.

    Returns string

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

    • v: string

    Returns void

  • get actualUncheckedBorderColor(): string
  • Gets the actual border color of the radio when in the unchecked state.

    Returns string

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

    • v: string

    Returns void

  • get backgroundColor(): string
  • Gets or sets the color to use for the background of the component.

    Returns string

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

    • v: string

    Returns void

  • get baseTheme(): BaseControlTheme
  • Gets or sets the base built in theme to use for the checkbox.

    Returns BaseControlTheme

  • set baseTheme(v: BaseControlTheme): void
  • Parameters

    Returns void

  • get cellTextStyle(): string
  • Gets or sets the text style for the panel.

    Returns string

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

    • v: string

    Returns void

  • get checkedBackgroundColor(): string
  • Gets or sets the background color of the radio when in the checked state.

    Returns string

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

    • v: string

    Returns void

  • get checkedBorderColor(): string
  • Gets or sets the border color of the radio when in the checked state.

    Returns string

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

    • v: string

    Returns void

  • get disabledTextColor(): string
  • Gets or sets the color to use for the text in disabled tool actions.

    Returns string

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

    • v: string

    Returns void

  • Gets or sets the amount of time to wait when clicking on the icon menu button while the dropdown is opening. If a click was executed within this buffer window the dropdown will be left open. Otherwise it will close it. Setting a negative value will always keep the dropdown open during a hover open and will require an extra click to close.

    Returns number

  • Parameters

    • v: number

    Returns void

  • Gets or sets the dropdown delay time in milliseconds.

    Returns number

  • Parameters

    • v: number

    Returns void

  • get groupHeaderBackgroundColor(): string
  • Gets or sets the group header background color.

    Returns string

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

    • v: string

    Returns void

  • get groupHeaderSeparatorBackgroundColor(): string
  • Gets or sets the group header separator background color.

    Returns string

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

    • v: string

    Returns void

  • get groupHeaderSubtitleTextColor(): string
  • Gets or sets the text color for group header subtitle.

    Returns string

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

    • v: string

    Returns void

  • get groupHeaderTextColor(): string
  • Gets or sets the text color for group header tool actions.

    Returns string

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

    • v: string

    Returns void

  • get groupHeaderTextStyle(): string
  • Gets or sets the text style.

    Returns string

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

    • v: string

    Returns void

  • get height(): string
  • Returns string

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

    • value: string

    Returns void

  • get highlightColor(): string
  • Returns string

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

    • v: string

    Returns void

  • get highlightRadius(): number
  • Returns number

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

    • v: number

    Returns void

  • get highlightWidth(): number
  • Returns number

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

    • v: number

    Returns void

  • get hoverBackgroundColor(): string
  • Gets or sets the hover background color.

    Returns string

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

    • v: string

    Returns void

  • get i(): ToolPanel
  • Returns ToolPanel

  • get iconFill(): string
  • Gets or sets the fill color of icons in the ToolPanel.

    Returns string

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

    • v: string

    Returns void

  • get iconStroke(): string
  • Gets or sets the stroke color of icons in the ToolPanel.

    Returns string

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

    • v: string

    Returns void

  • get isOpen(): boolean
  • Returns boolean

  • get itemSpacing(): number
  • Gets or sets the spacing between items

    Returns number

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

    • v: number

    Returns void

  • Gets or sets the stroke color for all icon menu dropdown arrows.

    Returns string

  • Parameters

    • v: string

    Returns void

  • get nestedActionMode(): Replace
  • Gets or sets the mode used when displaying nested actions.

    Returns Replace

  • set nestedActionMode(v: Replace): void
  • Parameters

    Returns void

  • get onCommand(): EventEmitter<{
        args: IgxToolCommandEventArgs;
        sender: any;
    }>
  • Returns EventEmitter<{
        args: IgxToolCommandEventArgs;
        sender: any;
    }>

  • get rowHeight(): number
  • Gets or sets the row height for the panel.

    Returns number

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

    • v: number

    Returns void

  • get scrollbarStyle(): ScrollbarStyle
  • Gets or sets the style of scrollbar.

    Returns ScrollbarStyle

  • set scrollbarStyle(v: ScrollbarStyle): void
  • Parameters

    Returns void

  • get separatorBackgroundColor(): string
  • Gets or sets the separator background color.

    Returns string

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

    • v: string

    Returns void

  • get separatorHorizontalPaddingBottom(): number
  • Gets or sets the bottom padding for separators in the horizontal orientation.

    Returns number

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

    • v: number

    Returns void

  • get separatorHorizontalPaddingLeft(): number
  • Gets or sets the left padding for separators in the horizontal orientation.

    Returns number

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

    • v: number

    Returns void

  • get separatorHorizontalPaddingRight(): number
  • Gets or sets the right padding for separators in the horizontal orientation.

    Returns number

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

    • v: number

    Returns void

  • get separatorHorizontalPaddingTop(): number
  • Gets or sets the top padding for separators in the horizontal orientation.

    Returns number

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

    • v: number

    Returns void

  • get separatorVerticalPaddingBottom(): number
  • Gets or sets the bottom padding for separators in the vertical orientation.

    Returns number

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

    • v: number

    Returns void

  • get separatorVerticalPaddingLeft(): number
  • Gets or sets the left padding for separators in the vertical orientation.

    Returns number

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

    • v: number

    Returns void

  • get separatorVerticalPaddingRight(): number
  • Gets or sets the right padding for separators in the vertical orientation.

    Returns number

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

    • v: number

    Returns void

  • get separatorVerticalPaddingTop(): number
  • Gets or sets the top padding for separators in the vertical orientation.

    Returns number

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

    • v: number

    Returns void

  • get showOnHover(): boolean
  • Gets or sets if the tool actions should display their submenus on mouse hover.

    Returns boolean

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

    • v: boolean

    Returns void

  • get showTooltipOnHover(): boolean
  • Gets or sets if the tool action icon buttons should display their tooltips on mouse hover.

    Returns boolean

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

    • v: boolean

    Returns void

  • get stopPropagation(): boolean
  • Prevents clicks on the tool actions from bubbling.

    Returns boolean

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

    • v: boolean

    Returns void

  • Gets or sets the background color for submenus.

    Returns string

  • Parameters

    • v: string

    Returns void

  • get subtitleTextColor(): string
  • Gets or sets the color to use for the subtitle of the component.

    Returns string

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

    • v: string

    Returns void

  • get subtitleTextStyle(): string
  • Gets or sets the subtitle text style for the panel.

    Returns string

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

    • v: string

    Returns void

  • get textColor(): string
  • Gets or sets the color to use for the text of the component.

    Returns string

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

    • v: string

    Returns void

  • get toolTipBackgroundColor(): string
  • Gets or sets the tooltip background color.

    Returns string

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

    • v: string

    Returns void

  • get toolTipCornerRadius(): number
  • Gets or sets the tooltip corner radius.

    Returns number

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

    • v: number

    Returns void

  • get toolTipElevation(): number
  • Gets or sets the shadow elevation for the tooltip.

    Returns number

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

    • v: number

    Returns void

  • get toolTipTextColor(): string
  • Gets or sets the tooltip text color.

    Returns string

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

    • v: string

    Returns void

  • get uncheckedBackgroundColor(): string
  • Gets or sets the background color of the radio when in the unchecked state.

    Returns string

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

    • v: string

    Returns void

  • get uncheckedBorderColor(): string
  • Gets or sets the border color of the radio when in the unchecked state.

    Returns string

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

    • v: string

    Returns void

  • get width(): string
  • Returns string

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

    • value: string

    Returns void

Methods

  • Forces any open sub menus to close.

    Returns void

  • Returns string

  • Returns any

  • Parameters

    • name: string

    Returns any

  • Returns void

  • Parameters

    • key: string

    Returns boolean

  • Parameters

    • key: string

    Returns string[]

  • Parameters

    • key: string

    Returns string

  • Parameters

    • key: string

    Returns string

  • Parameters

    • key: string

    Returns any

  • Returns IgSize

  • Parameters

    • key: string

    Returns number

  • Parameters

    • key: string

    Returns number

  • Parameters

    • key: string

    Returns string

  • Returns void

  • Returns void

  • Returns void

  • Returns void

  • Parameters

    • key: string
    • value: boolean

    Returns void

  • Parameters

    • key: string
    • value: string[]

    Returns void

  • Parameters

    • key: string
    • value: string

    Returns void

  • Parameters

    • key: string
    • value: string

    Returns void

  • Parameters

    • key: string
    • value: any

    Returns void

  • Parameters

    • key: string
    • value: number

    Returns void

  • Parameters

    • key: string
    • value: number

    Returns void

  • Parameters

    • key: string
    • value: string

    Returns void

  • Returns void