Skip to content

Interface: IToolbarItemProxy

Hierarchy

Implemented by

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Methods

Class Methods

Inherited Methods

Methods

getParent

getParent(): IToolbarProxy

Returns: IToolbarProxy

The control of the toolbar container


getToolbarControls

getToolbarControls(): IControlProxy[]

Returns: IControlProxy[]

The controls for this container


getVisible

getVisible(): boolean

Returns: boolean

true/false


setVisible

setVisible(value: boolean, redraw: boolean): any

Overrides IControlProxy.setVisible

Parameters:

Name Type Description
value boolean visible state
redraw boolean true if redraw after setting the visible state

Returns: any