IgrToolPanel

new IgrToolPanel(props: IIgrToolPanelProps): IgrToolPanel

Returns IgrToolPanel

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

actualActions: IgrToolAction<IIgrToolActionProps>[]
contentActions: IgrToolAction<IIgrToolActionProps>[]
accentColor: string
actualAccentColor: string
actualBackgroundColor: string
actualCheckedBackgroundColor: string
actualCheckedBorderColor: string
actualDensity: ControlDisplayDensity
actualDisabledTextColor: string
actualDropdownDelay: number
actualGroupHeaderBackgroundColor: string

actualGroupHeaderSeparatorBackgroundColor

Section titled "actualGroupHeaderSeparatorBackgroundColor"
actualGroupHeaderSeparatorBackgroundColor: string
actualGroupHeaderSubtitleTextColor: string
actualGroupHeaderTextColor: string
actualHighlightColor: string
actualHighlightRadius: number
actualHighlightWidth: number
actualHoverBackgroundColor: string
actualIconFill: string
actualIconStroke: string
actualMenuArrowStroke: string
actualSeparatorBackgroundColor: string

actualSeparatorHorizontalPaddingBottom

Section titled "actualSeparatorHorizontalPaddingBottom"
actualSeparatorHorizontalPaddingBottom: number

actualSeparatorHorizontalPaddingLeft

Section titled "actualSeparatorHorizontalPaddingLeft"
actualSeparatorHorizontalPaddingLeft: number

actualSeparatorHorizontalPaddingRight

Section titled "actualSeparatorHorizontalPaddingRight"
actualSeparatorHorizontalPaddingRight: number

actualSeparatorHorizontalPaddingTop

Section titled "actualSeparatorHorizontalPaddingTop"
actualSeparatorHorizontalPaddingTop: number

actualSeparatorVerticalPaddingBottom

Section titled "actualSeparatorVerticalPaddingBottom"
actualSeparatorVerticalPaddingBottom: number
actualSeparatorVerticalPaddingLeft: number

actualSeparatorVerticalPaddingRight

Section titled "actualSeparatorVerticalPaddingRight"
actualSeparatorVerticalPaddingRight: number
actualSeparatorVerticalPaddingTop: number
actualSubmenuBackgroundColor: string
actualSubtitleTextColor: string
actualTextColor: string
actualToolTipBackgroundColor: string
actualToolTipCornerRadius: number
actualToolTipElevation: number
actualToolTipTextColor: string
actualUncheckedBackgroundColor: string
actualUncheckedBorderColor: string
backgroundColor: string
baseTheme: BaseControlTheme
cellTextStyle: string
checkedBackgroundColor: string
checkedBorderColor: string
contentRefreshed: object
density: ControlDisplayDensity
disabledTextColor: string
dropdownClickBuffer: number
dropdownDelay: number
groupHeaderBackgroundColor: string

groupHeaderSeparatorBackgroundColor

Section titled "groupHeaderSeparatorBackgroundColor"
groupHeaderSeparatorBackgroundColor: string
groupHeaderSubtitleTextColor: string
groupHeaderTextColor: string
groupHeaderTextStyle: string
height: string
highlightColor: string
highlightRadius: number
highlightWidth: number
hoverBackgroundColor: string
iconFill: string
iconStroke: string
itemSpacing: number
menuArrowStroke: string
nestedActionMode: NestedActionMode
onCommand: object
orientation: ToolPanelOrientation
rowHeight: number
scrollbarStyle: ScrollbarStyle
separatorBackgroundColor: string
separatorHorizontalPaddingBottom: number
separatorHorizontalPaddingLeft: number
separatorHorizontalPaddingRight: number
separatorHorizontalPaddingTop: number
separatorVerticalPaddingBottom: number
separatorVerticalPaddingLeft: number
separatorVerticalPaddingRight: number
separatorVerticalPaddingTop: number
showOnHover: boolean
showTooltipOnHover: boolean
stopPropagation: boolean
submenuBackgroundColor: string
subtitleTextColor: string
subtitleTextStyle: string
textColor: string
toolTipBackgroundColor: string
toolTipCornerRadius: number
toolTipElevation: number
toolTipTextColor: string
uncheckedBackgroundColor: string
uncheckedBorderColor: string
width: string

A collection of manually added style mappings for the treemap.

get actions(): IgrToolActionCollection

Returns IgrToolActionCollection

Gets the actual row height used by the panel.

get actualRowHeight(): number

Returns number

get i(): ToolPanel

Returns ToolPanel

get isOpen(): boolean

Returns boolean

Forces any open sub menus to close.

closeSubmenus(): void

Returns void

componentDidMount(): void

Returns void

componentWillUnmount(): void

Returns void

destroy(): void

Returns void

exportSerializedVisualData(): string

Returns string

exportVisualData(): any

Returns any

findByName(name: string): any

Parameters

  • name: string

Returns any

flushRefresh(): void

Returns void

getBoolContextItem(key: string): boolean

Parameters

  • key: string

Returns boolean

getBrushCollectionContextItem(key: string): string[]

Parameters

  • key: string

Returns string[]

getBrushContextItem(key: string): string

Parameters

  • key: string

Returns string

getColorContextItem(key: string): string

Parameters

  • key: string

Returns string

getDataContextItem(key: string): any

Parameters

  • key: string

Returns any

getDesiredSize(): IgSize

Returns IgSize

getDoubleContextItem(key: string): number

Parameters

  • key: string

Returns number

getIntContextItem(key: string): number

Parameters

  • key: string

Returns number

getStringContextItem(key: string): string

Parameters

  • key: string

Returns string

initializeContent(): void

Returns void

refresh(): void

Returns void

render(): DetailedReactHTMLElement<object, any>

Returns DetailedReactHTMLElement<object, any>

setBoolContextItem(key: string, value: boolean): void

Parameters

  • key: string
  • value: boolean

Returns void

setBrushCollectionContextItem(key: string, value: string[]): void

Parameters

  • key: string
  • value: string[]

Returns void

setBrushContextItem(key: string, value: string): void

Parameters

  • key: string
  • value: string

Returns void

setColorContextItem(key: string, value: string): void

Parameters

  • key: string
  • value: string

Returns void

setDataContextItem(key: string, value: any): void

Parameters

  • key: string
  • value: any

Returns void

setDoubleContextItem(key: string, value: number): void

Parameters

  • key: string
  • value: number

Returns void

setIntContextItem(key: string, value: number): void

Parameters

  • key: string
  • value: number

Returns void

setStringContextItem(key: string, value: string): void

Parameters

  • key: string
  • value: string

Returns void

shouldComponentUpdate(nextProps: any, nextState: any): boolean

Parameters

  • nextProps: any
  • nextState: any

Returns boolean

updateStyle(): void

Returns void