Hierarchy

Hierarchy

  • IgxToolbarComponent

Implements

  • AfterContentInit

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

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

    Returns IgxToolbarComponent

Properties

_childTemplateRef: TemplateRef<any>
_dynamicContent: ViewContainerRef
_mainDiv: Element
_mainDivRef: ElementRef<any>
combinedActions: 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_actualActions: string | IgxToolActionCollection
ngAcceptInputType_autoGeneratedActions: string | IgxToolActionCollection
ngAcceptInputType_baseTheme: string | BaseControlTheme
ngAcceptInputType_orientation: string | ToolbarOrientation
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_toolTipCornerRadius: string | number
ngAcceptInputType_toolTipElevation: string | number
ɵcmp: unknown
ɵfac: unknown

Accessors

  • 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 property name that contains the values.

    Returns string

  • set cellTextStyle(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

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

    Returns string

  • set groupHeaderBackgroundColor(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 height(): string
  • Returns string

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

    • value: string

    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(): Toolbar
  • Returns Toolbar

  • 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 onCommand(): EventEmitter<{
        args: IgxToolCommandEventArgs;
        sender: any;
    }>
  • Event raised when a command is triggered in the toolbar.

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

  • 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

  • Gets or sets the background color for submenus.

    Returns string

  • Parameters

    • v: string

    Returns void

  • get target(): any
  • Gets or sets a target component which the toolbar can request actions from.

    Returns any

  • set target(v: any): void
  • Parameters

    • v: any

    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 width(): string
  • Returns string

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

    • value: string

    Returns void

Methods

  • Forces any open sub menus to close.

    Returns void

  • Parameters

    • name: string

    Returns any

  • Parameters

    • iconCollection: string
    • iconName: string

    Returns string

  • Returns void

  • Returns void

  • Returns void

  • Parameters

    Returns void

  • Parameters

    • iconCollection: string
    • iconName: string
    • iconText: string

    Returns void

  • Returns void