Constructors
Section titled "Constructors"IgxColorEditorComponent
new IgxColorEditorComponent(renderer: Renderer2, _elRef: ViewContainerRef, ngZone: NgZone, injector: Injector): IgxColorEditorComponent Returns IgxColorEditorComponent
Properties
Section titled "Properties"_childTemplateRef
Section titled "_childTemplateRef"_childTemplateRef: TemplateRef<any> _dynamicContent
Section titled "_dynamicContent"_dynamicContent: ViewContainerRef container
Section titled "container"container: Element ngAcceptInputType_allowTextInput
Section titled "ngAcceptInputType_allowTextInput"ngAcceptInputType_allowTextInput: string | boolean ngAcceptInputType_baseTheme
Section titled "ngAcceptInputType_baseTheme"ngAcceptInputType_baseTheme: any ngAcceptInputType_density
Section titled "ngAcceptInputType_density"ngAcceptInputType_density: any ngAcceptInputType_isDisabled
Section titled "ngAcceptInputType_isDisabled"ngAcceptInputType_isDisabled: string | boolean ngAcceptInputType_isFixed
Section titled "ngAcceptInputType_isFixed"ngAcceptInputType_isFixed: string | boolean ngAcceptInputType_openAsChild
Section titled "ngAcceptInputType_openAsChild"ngAcceptInputType_openAsChild: string | boolean ngAcceptInputType_openOnFocus
Section titled "ngAcceptInputType_openOnFocus"ngAcceptInputType_openOnFocus: string | boolean ngAcceptInputType_showClearButton
Section titled "ngAcceptInputType_showClearButton"ngAcceptInputType_showClearButton: string | boolean ngAcceptInputType_useTopLayer
Section titled "ngAcceptInputType_useTopLayer"ngAcceptInputType_useTopLayer: string | boolean ɵcmp: ɵɵComponentDeclaration<IgxColorEditorComponent, "igx-color-editor", never, object, object, never, ["*"], true, never> ɵfac: ɵɵFactoryDeclaration<IgxColorEditorComponent, never> 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(): EventEmitter<object>
Returns EventEmitter<object>
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(): EventEmitter<object>
Returns EventEmitter<object>
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(): EventEmitter<object>
Returns EventEmitter<object>
valueChanging
Section titled "valueChanging"Called when color is selected.
get valueChanging(): EventEmitter<object>
Returns EventEmitter<object>
Methods
Section titled "Methods"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
ngAfterViewInit
Section titled "ngAfterViewInit"ngAfterViewInit(): void Returns void
ngOnDestroy
Section titled "ngOnDestroy"ngOnDestroy(): void Returns void
select
Section titled "select"select(): void Returns void
updateStyle
Section titled "updateStyle"updateStyle(): void Returns void
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgxColorEditorComponent Parameters
- internal:
any