Packagestimulsoft.controls_old.visual
Classpublic class StiColorPicker
InheritanceStiColorPicker Inheritance StiColorPickerCanvas Inheritance mx.containers.Canvas
Implements IStiPopup



Public Properties
 PropertyDefined By
  closeOnSelected : Boolean
StiColorPicker
  designer : StiDesignerFx
StiColorPicker
  dock : String
StiColorPicker
  maxRowCount : int
StiColorPicker
 InheritedmenuHeight : int
[read-only]
StiColorPickerCanvas
 InheritedmenuWidth : int
[read-only]
StiColorPickerCanvas
  offset : Number
StiColorPicker
 InheritedselectedColor : StiColor
StiColorPickerCanvas
 InheritedshowTransparentColor : Boolean
StiColorPickerCanvas
Protected Properties
 PropertyDefined By
 InheritedhoveredColor : StiColor = null
StiColorPickerCanvas
Public Methods
 MethodDefined By
  
StiColorPicker
  
hide():void
StiColorPicker
  
show(button:Button = null):void
StiColorPicker
Protected Methods
 MethodDefined By
  
onButtonOtherClick(event:MouseEvent):void
[override]
StiColorPicker
  
onFormResult(event:Event):void
[override]
StiColorPicker
  
onMouseDown(e:MouseEvent):void
[override]
StiColorPicker
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiColorPickerCanvas
Property Detail
closeOnSelectedproperty
closeOnSelected:Boolean


Implementation
    public function get closeOnSelected():Boolean
    public function set closeOnSelected(value:Boolean):void
designerproperty 
designer:StiDesignerFx


Implementation
    public function get designer():StiDesignerFx
    public function set designer(value:StiDesignerFx):void
dockproperty 
dock:String


Implementation
    public function get dock():String
    public function set dock(value:String):void
maxRowCountproperty 
maxRowCount:int


Implementation
    public function get maxRowCount():int
    public function set maxRowCount(value:int):void
offsetproperty 
offset:Number


Implementation
    public function get offset():Number
    public function set offset(value:Number):void
Constructor Detail
StiColorPicker()Constructor
public function StiColorPicker()



Method Detail
hide()method
public function hide():void

onButtonOtherClick()method 
override protected function onButtonOtherClick(event:MouseEvent):void

Parameters

event:MouseEvent

onFormResult()method 
override protected function onFormResult(event:Event):void

Parameters

event:Event

onMouseDown()method 
override protected function onMouseDown(e:MouseEvent):void

Parameters

e:MouseEvent

show()method 
public function show(button:Button = null):void

Parameters

button:Button (default = null)