Constructors
Section titled "Constructors"IgrColorEditor
new IgrColorEditor(props: IIgrColorEditorProps): IgrColorEditor Returns IgrColorEditor
Accessors
Section titled "Accessors"allowTextInput
Section titled "allowTextInput"Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
get allowTextInput(): boolean
Returns boolean
set allowTextInput(v: boolean): void Parameters
- v:
boolean
Returns void
baseTheme
Section titled "baseTheme"Gets or sets the base built in theme to use for the date picker.
get baseTheme(): BaseControlTheme
Returns BaseControlTheme
set baseTheme(v: BaseControlTheme): void Parameters
- v:
BaseControlTheme
Returns void
density
Section titled "density"Gets or sets the display density to use for the date pcicker.
get density(): ControlDisplayDensity
Returns ControlDisplayDensity
set density(v: ControlDisplayDensity): void Parameters
- v:
ControlDisplayDensity
Returns void
gotFocus
Section titled "gotFocus"get gotFocus(): object
Returns object
set gotFocus(ev: object): void Parameters
- ev:
object
Returns void
iconColor
Section titled "iconColor"Gets or Sets the text color
get iconColor(): string
Returns string
set iconColor(v: string): void Parameters
- v:
string
Returns void
isDisabled
Section titled "isDisabled"get isDisabled(): boolean
Returns boolean
set isDisabled(v: boolean): void Parameters
- v:
boolean
Returns void
isFixed
Section titled "isFixed"Indicates that the editor dropdown will position itself relative to the window instead of the document.
get isFixed(): boolean
Returns boolean
set isFixed(v: boolean): void Parameters
- v:
boolean
Returns void
label
Section titled "label"Gets or Sets the property name that contains the label.
get label(): string
Returns string
set label(v: string): void Parameters
- v:
string
Returns void
labelTextColor
Section titled "labelTextColor"Gets or sets the color to use for the text.
get labelTextColor(): string
Returns string
set labelTextColor(v: string): void Parameters
- v:
string
Returns void
labelTextStyle
Section titled "labelTextStyle"Gets or sets the font to use for the input.
get labelTextStyle(): string
Returns string
set labelTextStyle(v: string): void Parameters
- v:
string
Returns void
lostFocus
Section titled "lostFocus"get lostFocus(): object
Returns object
set lostFocus(ev: object): void Parameters
- ev:
object
Returns void
nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement
Returns HTMLElement
openAsChild
Section titled "openAsChild"Indicates that the dropdown should open as a child of the color editor.
get openAsChild(): boolean
Returns boolean
set openAsChild(v: boolean): void Parameters
- v:
boolean
Returns void
openOnFocus
Section titled "openOnFocus"Gets or sets the AllowTextInput property to detirmine if entering text into the input is allowed
get openOnFocus(): boolean
Returns boolean
set openOnFocus(v: boolean): void Parameters
- v:
boolean
Returns void
showClearButton
Section titled "showClearButton"Gets or sets the ShowClearButton property to detirmine if the clear button is shown
get showClearButton(): boolean
Returns boolean
set showClearButton(v: boolean): void Parameters
- v:
boolean
Returns void
textColor
Section titled "textColor"Gets or Sets the text color
get textColor(): string
Returns string
set textColor(v: string): void Parameters
- v:
string
Returns void
textStyle
Section titled "textStyle"Gets or sets the font to use for the combobox.
get textStyle(): string
Returns string
set textStyle(v: string): void Parameters
- v:
string
Returns void
useTopLayer
Section titled "useTopLayer"Indicates that the dropdown will place itself into the browser top layer.
get useTopLayer(): boolean
Returns boolean
set useTopLayer(v: boolean): void Parameters
- v:
boolean
Returns void
value
Section titled "value"Gets or Sets color value of the editor.
get value(): string
Returns string
set value(v: string): void Parameters
- v:
string
Returns void
valueChanged
Section titled "valueChanged"Called when color is selected.
get valueChanged(): object
Returns object
set valueChanged(ev: object): void Parameters
- ev:
object
Returns void
valueChanging
Section titled "valueChanging"Called when color is selected.
get valueChanging(): object
Returns object
set valueChanging(ev: object): void Parameters
- ev:
object
Returns void
Methods
Section titled "Methods"componentDidMount
Section titled "componentDidMount"componentDidMount(): void Returns void
componentWillUnmount
Section titled "componentWillUnmount"componentWillUnmount(): void Returns void
destroy
Section titled "destroy"destroy(): void Returns void
exportSerializedVisualModel
Section titled "exportSerializedVisualModel"Returns a serialized copy of the exported visual model
exportSerializedVisualModel(): string Returns string
exportVisualModel
Section titled "exportVisualModel"Exports visual information about the current state of the color editor.
exportVisualModel(): any Returns any
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
initializeContent
Section titled "initializeContent"initializeContent(): void Returns void
render
Section titled "render"render(): DetailedReactHTMLElement<object, any> Returns DetailedReactHTMLElement<object, any>
select
Section titled "select"select(): void Returns void
shouldComponentUpdate
Section titled "shouldComponentUpdate"shouldComponentUpdate(nextProps: any, nextState: any): boolean Parameters
- nextProps:
any - nextState:
any
Returns boolean
updateStyle
Section titled "updateStyle"updateStyle(): void Returns void
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgrColorEditor Parameters
- internal:
any