Packageardisia.components.calculator
Classpublic class CalculatorGridEditor
InheritanceCalculatorGridEditor Inheritance spark.components.gridClasses.GridItemEditor

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  calculator : Calculator
CalculatorGridEditor
  dropShadow : RectangularDropShadow
CalculatorGridEditor
  popupAnchor : PopUpAnchor
popup anchor
CalculatorGridEditor
  popupButton : Button
CalculatorGridEditor
  textInput : TextInput
restricted to numeric values
CalculatorGridEditor
Public Methods
 MethodDefined By
  
Constructor.
CalculatorGridEditor
  
setFocus():void
[override]
CalculatorGridEditor
Property Detail
calculatorproperty
public var calculator:Calculator

This property can be used as the source for data binding.

dropShadowproperty 
public var dropShadow:RectangularDropShadow

This property can be used as the source for data binding.

popupAnchorproperty 
public var popupAnchor:PopUpAnchor

popup anchor

This property can be used as the source for data binding.

popupButtonproperty 
public var popupButton:Button

This property can be used as the source for data binding.

textInputproperty 
public var textInput:TextInput

restricted to numeric values

This property can be used as the source for data binding.

Constructor Detail
CalculatorGridEditor()Constructor
public function CalculatorGridEditor()

Constructor.

Method Detail
setFocus()method
override public function setFocus():void